Skip to content

Commit 01b84c7

Browse files
fix(deps): update react monorepo
1 parent 2208adb commit 01b84c7

File tree

2 files changed

+30
-38
lines changed

2 files changed

+30
-38
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"gatsby-transformer-sharp": "5.13.1",
3030
"interweave": "^13.0.0",
3131
"polished": "^4.2.2",
32-
"react": "18.3.1",
32+
"react": "19.0.0",
3333
"react-alternating-timeline": "^2.1.4",
34-
"react-dom": "18.3.1",
34+
"react-dom": "19.0.0",
3535
"react-intl": "6.6.8",
3636
"react-use": "^17.4.0",
3737
"type-fest": "^4.9.0"
@@ -45,8 +45,8 @@
4545
"@types/jest": "^29.5.11",
4646
"@types/mdx": "^2.0.5",
4747
"@types/node": "20.16.5",
48-
"@types/react": "18.3.5",
49-
"@types/react-dom": "18.3.0",
48+
"@types/react": "19.0.9",
49+
"@types/react-dom": "19.0.3",
5050
"@typescript-eslint/eslint-plugin": "6.21.0",
5151
"@typescript-eslint/parser": "6.21.0",
5252
"babel-jest": "^29.6.1",
@@ -60,7 +60,7 @@
6060
"eslint-plugin-mdx": "^3.1.1",
6161
"eslint-plugin-prettier": "5.2.1",
6262
"eslint-plugin-react": "7.35.2",
63-
"eslint-plugin-react-hooks": "4.6.2",
63+
"eslint-plugin-react-hooks": "5.1.0",
6464
"identity-obj-proxy": "^3.0.0",
6565
"jest": "^29.6.1",
6666
"jest-environment-jsdom": "^29.6.1",

yarn.lock

+25-33
Original file line numberDiff line numberDiff line change
@@ -3861,12 +3861,10 @@
38613861
dependencies:
38623862
"@types/react" "*"
38633863

3864-
3865-
version "18.3.0"
3866-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
3867-
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
3868-
dependencies:
3869-
"@types/react" "*"
3864+
3865+
version "19.0.3"
3866+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
3867+
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==
38703868

38713869
"@types/react-dom@^18.0.0":
38723870
version "18.2.25"
@@ -3892,12 +3890,11 @@
38923890
"@types/scheduler" "*"
38933891
csstype "^3.0.2"
38943892

3895-
"@types/react@18.3.5":
3896-
version "18.3.5"
3897-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f"
3898-
integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==
3893+
"@types/react@19.0.9":
3894+
version "19.0.9"
3895+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.9.tgz#675255eb7d978bdaf71f9d08f6b740d41b0b7f32"
3896+
integrity sha512-FedNTYgmMwSZmD1Sru/W1gJKuiYCN/3SuBkmZkcxX+FpO5zL76B22A9YNfAKg4HQO3Neh/30AiynP6BELdU0qQ==
38993897
dependencies:
3900-
"@types/prop-types" "*"
39013898
csstype "^3.0.2"
39023899

39033900
"@types/responselike@^1.0.0":
@@ -7344,10 +7341,10 @@ [email protected]:
73447341
prettier-linter-helpers "^1.0.0"
73457342
synckit "^0.9.1"
73467343

7347-
eslint-plugin-react-hooks@4.6.2:
7348-
version "4.6.2"
7349-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
7350-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
7344+
eslint-plugin-react-hooks@5.1.0:
7345+
version "5.1.0"
7346+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
7347+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
73517348

73527349
eslint-plugin-react-hooks@^4.6.0:
73537350
version "4.6.0"
@@ -13952,13 +13949,12 @@ react-dev-utils@^12.0.1:
1395213949
strip-ansi "^6.0.1"
1395313950
text-table "^0.2.0"
1395413951

13955-
react-dom@18.3.1:
13956-
version "18.3.1"
13957-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
13958-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
13952+
react-dom@19.0.0:
13953+
version "19.0.0"
13954+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
13955+
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
1395913956
dependencies:
13960-
loose-envify "^1.1.0"
13961-
scheduler "^0.23.2"
13957+
scheduler "^0.25.0"
1396213958

1396313959
react-error-overlay@^6.0.11:
1396413960
version "6.0.11"
@@ -14035,12 +14031,10 @@ react-use@^17.4.0:
1403514031
ts-easing "^0.2.0"
1403614032
tslib "^2.1.0"
1403714033

14038-
14039-
version "18.3.1"
14040-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
14041-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
14042-
dependencies:
14043-
loose-envify "^1.1.0"
14034+
14035+
version "19.0.0"
14036+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
14037+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
1404414038

1404514039
read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2:
1404614040
version "3.0.2"
@@ -14641,12 +14635,10 @@ saxes@^6.0.0:
1464114635
dependencies:
1464214636
xmlchars "^2.2.0"
1464314637

14644-
scheduler@^0.23.2:
14645-
version "0.23.2"
14646-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
14647-
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
14648-
dependencies:
14649-
loose-envify "^1.1.0"
14638+
scheduler@^0.25.0:
14639+
version "0.25.0"
14640+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015"
14641+
integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==
1465014642

1465114643
1465214644
version "2.7.0"

0 commit comments

Comments
 (0)