Skip to content

Commit 5b2be57

Browse files
committed
fix(deps): update react monorepo to v18
1 parent 902441d commit 5b2be57

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
@@ -6400,15 +6400,13 @@ react-aria-menubutton@^7.0.0:
64006400
prop-types "^15.6.0"
64016401
teeny-tap "^0.2.0"
64026402

6403-
react-dom@^16.8.4:
6404-
version "16.14.0"
6405-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
6406-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
6403+
react-dom@^18.0.0:
6404+
version "18.0.0"
6405+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.0.0.tgz#26b88534f8f1dbb80853e1eabe752f24100d8023"
6406+
integrity sha512-XqX7uzmFo0pUceWFCt7Gff6IyIMzFUn7QMZrbrQfGxtaxXZIcGQzoNpRLE3fQLnS4XzLLPMZX2T9TRcSrasicw==
64076407
dependencies:
64086408
loose-envify "^1.1.0"
6409-
object-assign "^4.1.1"
6410-
prop-types "^15.6.2"
6411-
scheduler "^0.19.1"
6409+
scheduler "^0.21.0"
64126410

64136411
react-input-autosize@^3.0.0:
64146412
version "3.0.0"
@@ -6456,14 +6454,12 @@ react-transition-group@^4.0.0, react-transition-group@^4.3.0:
64566454
loose-envify "^1.4.0"
64576455
prop-types "^15.6.2"
64586456

6459-
react@^16.8.4:
6460-
version "16.14.0"
6461-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
6462-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
6457+
react@^18.0.0:
6458+
version "18.0.0"
6459+
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
6460+
integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==
64636461
dependencies:
64646462
loose-envify "^1.1.0"
6465-
object-assign "^4.1.1"
6466-
prop-types "^15.6.2"
64676463

64686464
read-pkg-up@^7.0.1:
64696465
version "7.0.1"
@@ -6804,13 +6800,12 @@ saxes@^5.0.1:
68046800
dependencies:
68056801
xmlchars "^2.2.0"
68066802

6807-
scheduler@^0.19.1:
6808-
version "0.19.1"
6809-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
6810-
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
6803+
scheduler@^0.21.0:
6804+
version "0.21.0"
6805+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.21.0.tgz#6fd2532ff5a6d877b6edb12f00d8ab7e8f308820"
6806+
integrity sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ==
68116807
dependencies:
68126808
loose-envify "^1.1.0"
6813-
object-assign "^4.1.1"
68146809

68156810
schema-utils@^1.0.0:
68166811
version "1.0.0"

0 commit comments

Comments
 (0)