Skip to content

Commit 619ad6b

Browse files
committed
Update react monorepo to v18.3.1
1 parent 80c611c commit 619ad6b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"next": "13.5.6",
30-
"react": "18.2.0",
31-
"react-dom": "18.2.0"
30+
"react": "18.3.1",
31+
"react-dom": "18.3.1"
3232
},
3333
"devDependencies": {
3434
"@testing-library/cypress": "8.0.7",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5215,13 +5215,13 @@ ramda@~0.27.1:
52155215
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
52165216
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==
52175217

5218-
react-dom@18.2.0:
5219-
version "18.2.0"
5220-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
5221-
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
5218+
react-dom@18.3.1:
5219+
version "18.3.1"
5220+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
5221+
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
52225222
dependencies:
52235223
loose-envify "^1.1.0"
5224-
scheduler "^0.23.0"
5224+
scheduler "^0.23.2"
52255225

52265226
react-is@^16.13.1:
52275227
version "16.13.1"
@@ -5233,10 +5233,10 @@ react-is@^17.0.1:
52335233
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
52345234
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
52355235

5236-
react@18.2.0:
5237-
version "18.2.0"
5238-
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
5239-
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
5236+
react@18.3.1:
5237+
version "18.3.1"
5238+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
5239+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
52405240
dependencies:
52415241
loose-envify "^1.1.0"
52425242

@@ -5414,10 +5414,10 @@ saxes@^5.0.1:
54145414
dependencies:
54155415
xmlchars "^2.2.0"
54165416

5417-
scheduler@^0.23.0:
5418-
version "0.23.0"
5419-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
5420-
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
5417+
scheduler@^0.23.2:
5418+
version "0.23.2"
5419+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
5420+
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
54215421
dependencies:
54225422
loose-envify "^1.1.0"
54235423

0 commit comments

Comments
 (0)