Skip to content

Commit 3a48b74

Browse files
chore(deps): update react monorepo to v18
1 parent 30d1415 commit 3a48b74

File tree

4 files changed

+135
-1468
lines changed

4 files changed

+135
-1468
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@restart/context": "^2.1.4",
5656
"@restart/hooks": "^0.4.5",
5757
"@types/enzyme": "^3.10.12",
58-
"@types/react": ">=17.0.37",
58+
"@types/react": ">=18.2.68",
5959
"dequal": "^2.0.2",
6060
"farce": "^0.4.5",
6161
"is-promise": "^4.0.0",
@@ -74,7 +74,7 @@
7474
"@babel/preset-env": "^7.20.2",
7575
"@babel/preset-typescript": "^7.18.6",
7676
"@types/jest": "^29.2.3",
77-
"@types/react-dom": "^17.0.15",
77+
"@types/react-dom": "^18.2.22",
7878
"@typescript-eslint/eslint-plugin": "^5.19.0",
7979
"@typescript-eslint/parser": "^5.19.0",
8080
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
@@ -104,11 +104,11 @@
104104
"lint-staged": "^12.3.8",
105105
"p-defer": "^3.0.0",
106106
"prettier": "^2.6.2",
107-
"react": "^17.0.2",
108-
"react-dom": "^17.0.2",
107+
"react": "^18.2.0",
108+
"react-dom": "^18.2.0",
109109
"react-proxy": "^3.0.0-alpha.1",
110110
"react-stand-in": "^4.0.0-beta.21",
111-
"react-test-renderer": "^17.0.2",
111+
"react-test-renderer": "^18.2.0",
112112
"rimraf": "^3.0.2",
113113
"typescript": "^4.6.3",
114114
"yalc": "^1.0.0-pre.53"

www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"docusaurus-theme-jarle-codeblock": "^1.7.3",
2626
"found": "^1.1.2",
2727
"prism-react-renderer": "^1.3.5",
28-
"react": "^17.0.1",
29-
"react-dom": "^17.0.1"
28+
"react": "^18.2.0",
29+
"react-dom": "^18.2.0"
3030
},
3131
"browserslist": {
3232
"production": [

www/yarn.lock

+22-17
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@
16931693
"@docusaurus/theme-search-algolia" "2.2.0"
16941694
"@docusaurus/types" "2.2.0"
16951695

1696-
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
1696+
"@docusaurus/react-loadable@5.5.2":
16971697
version "5.5.2"
16981698
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
16991699
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -7219,14 +7219,13 @@ react-devtools-inline@4.4.0:
72197219
dependencies:
72207220
es6-symbol "^3"
72217221

7222-
react-dom@^17.0.1:
7223-
version "17.0.2"
7224-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
7225-
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
7222+
react-dom@^18.2.0:
7223+
version "18.2.0"
7224+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
7225+
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
72267226
dependencies:
72277227
loose-envify "^1.1.0"
7228-
object-assign "^4.1.1"
7229-
scheduler "^0.20.2"
7228+
scheduler "^0.23.0"
72307229

72317230
react-error-overlay@^6.0.11:
72327231
version "6.0.11"
@@ -7299,6 +7298,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
72997298
dependencies:
73007299
"@babel/runtime" "^7.10.3"
73017300

7301+
"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
7302+
version "5.5.2"
7303+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
7304+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
7305+
dependencies:
7306+
"@types/react" "*"
7307+
prop-types "^15.6.2"
7308+
73027309
react-redux@^8.0.2:
73037310
version "8.0.5"
73047311
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.5.tgz#e5fb8331993a019b8aaf2e167a93d10af469c7bd"
@@ -7365,13 +7372,12 @@ react-textarea-autosize@^8.3.2:
73657372
use-composed-ref "^1.0.0"
73667373
use-latest "^1.0.0"
73677374

7368-
react@^17.0.1:
7369-
version "17.0.2"
7370-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
7371-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
7375+
react@^18.2.0:
7376+
version "18.2.0"
7377+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
7378+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
73727379
dependencies:
73737380
loose-envify "^1.1.0"
7374-
object-assign "^4.1.1"
73757381

73767382
readable-stream@^2.0.1:
73777383
version "2.3.7"
@@ -7716,13 +7722,12 @@ sax@^1.2.4:
77167722
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
77177723
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
77187724

7719-
scheduler@^0.20.2:
7720-
version "0.20.2"
7721-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
7722-
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
7725+
scheduler@^0.23.0:
7726+
version "0.23.0"
7727+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
7728+
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
77237729
dependencies:
77247730
loose-envify "^1.1.0"
7725-
object-assign "^4.1.1"
77267731

77277732
schema-utils@2.7.0:
77287733
version "2.7.0"

0 commit comments

Comments
 (0)