Skip to content

Commit da56d40

Browse files
chore(deps): update react monorepo
1 parent 4baf3af commit da56d40

File tree

2 files changed

+30
-36
lines changed

2 files changed

+30
-36
lines changed

package.json

Lines changed: 5 additions & 5 deletions
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.1",
49+
"@types/react-dom": "19.0.1",
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

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3854,10 +3854,10 @@
38543854
dependencies:
38553855
"@types/react" "*"
38563856

3857-
"@types/react-dom@18.3.0":
3858-
version "18.3.0"
3859-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
3860-
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
3857+
"@types/react-dom@19.0.1":
3858+
version "19.0.1"
3859+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.1.tgz#b1032c4c3215018e4028a85a71441560216e51c6"
3860+
integrity sha512-hljHij7MpWPKF6u5vojuyfV0YA4YURsQG7KT6SzV0Zs2BXAtgdTxG6A229Ub/xiWV4w/7JL8fi6aAyjshH4meA==
38613861
dependencies:
38623862
"@types/react" "*"
38633863

@@ -3885,12 +3885,11 @@
38853885
"@types/scheduler" "*"
38863886
csstype "^3.0.2"
38873887

3888-
"@types/react@18.3.5":
3889-
version "18.3.5"
3890-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f"
3891-
integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==
3888+
"@types/react@19.0.1":
3889+
version "19.0.1"
3890+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.1.tgz#a000d5b78f473732a08cecbead0f3751e550b3df"
3891+
integrity sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==
38923892
dependencies:
3893-
"@types/prop-types" "*"
38943893
csstype "^3.0.2"
38953894

38963895
"@types/responselike@^1.0.0":
@@ -7337,10 +7336,10 @@ eslint-plugin-prettier@5.2.1:
73377336
prettier-linter-helpers "^1.0.0"
73387337
synckit "^0.9.1"
73397338

7340-
eslint-plugin-react-hooks@4.6.2:
7341-
version "4.6.2"
7342-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
7343-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
7339+
eslint-plugin-react-hooks@5.1.0:
7340+
version "5.1.0"
7341+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
7342+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
73447343

73457344
eslint-plugin-react-hooks@^4.6.0:
73467345
version "4.6.0"
@@ -13945,13 +13944,12 @@ react-dev-utils@^12.0.1:
1394513944
strip-ansi "^6.0.1"
1394613945
text-table "^0.2.0"
1394713946

13948-
react-dom@18.3.1:
13949-
version "18.3.1"
13950-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
13951-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
13947+
react-dom@19.0.0:
13948+
version "19.0.0"
13949+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
13950+
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
1395213951
dependencies:
13953-
loose-envify "^1.1.0"
13954-
scheduler "^0.23.2"
13952+
scheduler "^0.25.0"
1395513953

1395613954
react-error-overlay@^6.0.11:
1395713955
version "6.0.11"
@@ -14028,12 +14026,10 @@ react-use@^17.4.0:
1402814026
ts-easing "^0.2.0"
1402914027
tslib "^2.1.0"
1403014028

14031-
react@18.3.1:
14032-
version "18.3.1"
14033-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
14034-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
14035-
dependencies:
14036-
loose-envify "^1.1.0"
14029+
react@19.0.0:
14030+
version "19.0.0"
14031+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
14032+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
1403714033

1403814034
read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2:
1403914035
version "3.0.2"
@@ -14634,12 +14630,10 @@ saxes@^6.0.0:
1463414630
dependencies:
1463514631
xmlchars "^2.2.0"
1463614632

14637-
scheduler@^0.23.2:
14638-
version "0.23.2"
14639-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
14640-
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
14641-
dependencies:
14642-
loose-envify "^1.1.0"
14633+
scheduler@^0.25.0:
14634+
version "0.25.0"
14635+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015"
14636+
integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==
1464314637

1464414638
schema-utils@2.7.0:
1464514639
version "2.7.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy