Skip to content

Commit 5c7de3f

Browse files
committed
Update react monorepo to v18
1 parent 8aa23e8 commit 5c7de3f

File tree

4 files changed

+28
-29
lines changed

4 files changed

+28
-29
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"history": "5.1.0",
12-
"react": "17.0.2",
12+
"react": "18.1.0",
1313
"react-app-polyfill": "2.0.0",
1414
"style.css": "1.0.0"
1515
},

example/yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -676,13 +676,12 @@ react-refresh@^0.10.0:
676676
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.10.0.tgz#2f536c9660c0b9b1d500684d9e52a65e7404f7e3"
677677
integrity sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==
678678

679-
react@17.0.2:
680-
version "17.0.2"
681-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
682-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
679+
react@18.1.0:
680+
version "18.1.0"
681+
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
682+
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==
683683
dependencies:
684684
loose-envify "^1.1.0"
685-
object-assign "^4.1.1"
686685

687686
regenerator-runtime@^0.13.4:
688687
version "0.13.5"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@types/react-dom": "17.0.8",
4747
"babel-loader": "8.1.0",
4848
"husky": "7.0.0",
49-
"react": "16.14.0",
49+
"react": "18.1.0",
5050
"react-docgen-typescript-loader": "3.7.2",
51-
"react-dom": "16.14.0",
52-
"react-is": "16.13.1",
51+
"react-dom": "18.1.0",
52+
"react-is": "18.1.0",
5353
"ts-loader": "9.2.3",
5454
"tsdx": "0.13.2",
5555
"tslib": "2.3.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4950,7 +4950,7 @@ prompts@^2.0.1:
49504950
kleur "^3.0.3"
49514951
sisteransi "^1.0.4"
49524952

4953-
prop-types@^15.6.2, prop-types@^15.7.2:
4953+
prop-types@^15.7.2:
49544954
version "15.7.2"
49554955
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
49564956
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4996,17 +4996,20 @@ react-docgen-typescript@^1.15.0:
49964996
resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.16.5.tgz#b305563425ab370f5a3c82b42579eb5069449b87"
49974997
integrity sha512-guXnx6a554IDVUoVIkX/BGRTrwc2n2w/kMxo7TKLNLJW1qszhT6BRHX4qV8eWq5eaJxRxuesOW5AOLiOI9WQOA==
49984998

4999-
react-dom@16.14.0:
5000-
version "16.14.0"
5001-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
5002-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
4999+
react-dom@18.1.0:
5000+
version "18.1.0"
5001+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.1.0.tgz#7f6dd84b706408adde05e1df575b3a024d7e8a2f"
5002+
integrity sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==
50035003
dependencies:
50045004
loose-envify "^1.1.0"
5005-
object-assign "^4.1.1"
5006-
prop-types "^15.6.2"
5007-
scheduler "^0.19.1"
5005+
scheduler "^0.22.0"
5006+
5007+
5008+
version "18.1.0"
5009+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
5010+
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
50085011

5009-
react-is@16.13.1, react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4:
5012+
react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4:
50105013
version "16.13.1"
50115014
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
50125015
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -5016,14 +5019,12 @@ react-is@^17.0.1:
50165019
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
50175020
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
50185021

5019-
react@16.14.0:
5020-
version "16.14.0"
5021-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
5022-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
5022+
react@18.1.0:
5023+
version "18.1.0"
5024+
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
5025+
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==
50235026
dependencies:
50245027
loose-envify "^1.1.0"
5025-
object-assign "^4.1.1"
5026-
prop-types "^15.6.2"
50275028

50285029
read-pkg-up@^2.0.0:
50295030
version "2.0.0"
@@ -5424,13 +5425,12 @@ sax@^1.2.4:
54245425
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
54255426
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
54265427

5427-
scheduler@^0.19.1:
5428-
version "0.19.1"
5429-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
5430-
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
5428+
scheduler@^0.22.0:
5429+
version "0.22.0"
5430+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.22.0.tgz#83a5d63594edf074add9a7198b1bae76c3db01b8"
5431+
integrity sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==
54315432
dependencies:
54325433
loose-envify "^1.1.0"
5433-
object-assign "^4.1.1"
54345434

54355435
schema-utils@^2.6.5:
54365436
version "2.6.6"

0 commit comments

Comments
 (0)