Skip to content

Commit 7cd255a

Browse files
fix(deps): update react monorepo to v18
1 parent bddc86f commit 7cd255a

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"enzyme-to-json": "3.4.0",
5959
"eslint-config-cozy-app": "1.6.0",
6060
"jest": "26.2.2",
61-
"react": "16.14.0",
62-
"react-dom": "16.14.0",
61+
"react": "18.3.1",
62+
"react-dom": "18.3.1",
6363
"semantic-release": "^15.13.24"
6464
},
6565
"files": [
@@ -90,7 +90,7 @@
9090
"cozy-flags": "^2.8.6",
9191
"cozy-intent": "^2.0.2",
9292
"cozy-ui": "^93.1.1",
93-
"react": "^16.9.0",
94-
"react-dom": "^16.9.0"
93+
"react": "^18.0.0",
94+
"react-dom": "^18.0.0"
9595
}
9696
}

playgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cozy-device-helper": "^1.7.5",
1515
"cozy-doctypes": "^1.61.0",
1616
"cozy-ui": "24.5.0",
17-
"react": "^16.9.0",
17+
"react": "^18.0.0",
1818
"react-redux": "^7.0.3",
1919
"react-router": "3",
2020
"redux": "3.7.2"

playgrounds/yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5042,14 +5042,12 @@ react-transition-group@^2.2.1:
50425042
prop-types "^15.6.2"
50435043
react-lifecycles-compat "^3.0.4"
50445044

5045-
react@^16.9.0:
5046-
version "16.9.0"
5047-
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
5048-
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
5045+
react@^18.0.0:
5046+
version "18.3.1"
5047+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
5048+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
50495049
dependencies:
50505050
loose-envify "^1.1.0"
5051-
object-assign "^4.1.1"
5052-
prop-types "^15.6.2"
50535051

50545052
readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.3, readable-stream@~2.3.6:
50555053
version "2.3.6"

yarn.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9265,15 +9265,13 @@ react-chartjs-2@4.1.0:
92659265
resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-4.1.0.tgz#2a123df16d3a987c54eb4e810ed766d3c03adf8d"
92669266
integrity sha512-AsUihxEp8Jm1oBhbEovE+w50m9PVNhz1sfwEIT4hZduRC0m14gHWHd0cUaxkFDb8HNkdMIGzsNlmVqKiOpU74g==
92679267

9268-
react-dom@16.14.0:
9269-
version "16.14.0"
9270-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
9271-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
9268+
react-dom@18.3.1:
9269+
version "18.3.1"
9270+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
9271+
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
92729272
dependencies:
92739273
loose-envify "^1.1.0"
9274-
object-assign "^4.1.1"
9275-
prop-types "^15.6.2"
9276-
scheduler "^0.19.1"
9274+
scheduler "^0.23.2"
92779275

92789276
react-event-listener@^0.6.0, react-event-listener@^0.6.2:
92799277
version "0.6.6"
@@ -9493,14 +9491,12 @@ react-use-measure@^2.0.0:
94939491
dependencies:
94949492
debounce "^1.2.1"
94959493

9496-
react@16.14.0:
9497-
version "16.14.0"
9498-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
9499-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
9494+
react@18.3.1:
9495+
version "18.3.1"
9496+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
9497+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
95009498
dependencies:
95019499
loose-envify "^1.1.0"
9502-
object-assign "^4.1.1"
9503-
prop-types "^15.6.2"
95049500

95059501
read-cmd-shim@^1.0.1, read-cmd-shim@^1.0.5:
95069502
version "1.0.5"
@@ -10043,6 +10039,13 @@ scheduler@^0.19.1:
1004310039
loose-envify "^1.1.0"
1004410040
object-assign "^4.1.1"
1004510041

10042+
scheduler@^0.23.2:
10043+
version "0.23.2"
10044+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
10045+
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
10046+
dependencies:
10047+
loose-envify "^1.1.0"
10048+
1004610049
schema-utils@^2.6.5:
1004710050
version "2.7.1"
1004810051
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"

0 commit comments

Comments
 (0)