Skip to content

Commit ae04d7e

Browse files
authored
chore: revert React 19 bump (#859)
Reverts #787 and fixes the lockfile. React 19 is not yet fully supported by Docusaurus, which can cause issues with documentation build.
1 parent 97620e9 commit ae04d7e

2 files changed

Lines changed: 291 additions & 241 deletions

File tree

website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@apify/tsconfig": "^0.1.0",
2121
"@docusaurus/module-type-aliases": "3.6.3",
2222
"@docusaurus/types": "3.6.3",
23-
"@types/react": "^19.0.0",
24-
"@typescript-eslint/eslint-plugin": "8.19.0",
25-
"@typescript-eslint/parser": "8.19.0",
23+
"@types/react": "^18.0.28",
24+
"@typescript-eslint/eslint-plugin": "8.15.0",
25+
"@typescript-eslint/parser": "8.15.0",
2626
"eslint": "8.57.0",
2727
"eslint-plugin-react": "7.37.2",
28-
"eslint-plugin-react-hooks": "5.1.0",
28+
"eslint-plugin-react-hooks": "5.0.0",
2929
"fs-extra": "^11.1.0",
3030
"patch-package": "^8.0.0",
3131
"path-browserify": "^1.0.1",
@@ -51,8 +51,8 @@
5151
"process": "^0.11.10",
5252
"prop-types": "^15.8.1",
5353
"raw-loader": "^4.0.2",
54-
"react": "^19.0.0",
55-
"react-dom": "^19.0.0",
54+
"react": "^18.2.0",
55+
"react-dom": "^18.2.0",
5656
"react-lite-youtube-embed": "^2.3.52",
5757
"stream-browserify": "^3.0.0",
5858
"unist-util-visit": "^5.0.0"

0 commit comments

Comments
 (0)