Skip to content

Commit 79fcddb

Browse files
fix(deps): update react monorepo to v18
1 parent e999859 commit 79fcddb

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@emotion/core": "^10.0.35",
3535
"@emotion/styled": "^10.0.27",
3636
"netlify-cms-ui-default": "^2.15.5",
37-
"react": "^16.8.4",
38-
"react-dom": "^16.8.4",
37+
"react": "^18.0.0",
38+
"react-dom": "^18.0.0",
3939
"react-select": "^3.1.0",
4040
"slugify": "^1.5.0"
4141
},

Diff for: yarn.lock

+13-18
Original file line numberDiff line numberDiff line change
@@ -6774,15 +6774,13 @@ react-aria-menubutton@^7.0.0:
67746774
prop-types "^15.6.0"
67756775
teeny-tap "^0.2.0"
67766776

6777-
react-dom@^16.8.4:
6778-
version "16.14.0"
6779-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
6780-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
6777+
react-dom@^18.0.0:
6778+
version "18.2.0"
6779+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
6780+
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
67816781
dependencies:
67826782
loose-envify "^1.1.0"
6783-
object-assign "^4.1.1"
6784-
prop-types "^15.6.2"
6785-
scheduler "^0.19.1"
6783+
scheduler "^0.23.0"
67866784

67876785
react-input-autosize@^3.0.0:
67886786
version "3.0.0"
@@ -6830,14 +6828,12 @@ react-transition-group@^4.0.0, react-transition-group@^4.3.0:
68306828
loose-envify "^1.4.0"
68316829
prop-types "^15.6.2"
68326830

6833-
react@^16.8.4:
6834-
version "16.14.0"
6835-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
6836-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
6831+
react@^18.0.0:
6832+
version "18.2.0"
6833+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
6834+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
68376835
dependencies:
68386836
loose-envify "^1.1.0"
6839-
object-assign "^4.1.1"
6840-
prop-types "^15.6.2"
68416837

68426838
read-pkg-up@^7.0.1:
68436839
version "7.0.1"
@@ -7189,13 +7185,12 @@ saxes@^5.0.1:
71897185
dependencies:
71907186
xmlchars "^2.2.0"
71917187

7192-
scheduler@^0.19.1:
7193-
version "0.19.1"
7194-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
7195-
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
7188+
scheduler@^0.23.0:
7189+
version "0.23.0"
7190+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
7191+
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
71967192
dependencies:
71977193
loose-envify "^1.1.0"
7198-
object-assign "^4.1.1"
71997194

72007195
schema-utils@^1.0.0:
72017196
version "1.0.0"

0 commit comments

Comments
 (0)