Skip to content

Commit e7b27ff

Browse files
fix(deps): update react monorepo
1 parent 121b566 commit e7b27ff

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.1.0",
3333
"react-alternating-timeline": "^2.1.4",
34-
"react-dom": "18.3.1",
34+
"react-dom": "19.1.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.1.0",
49+
"@types/react-dom": "19.1.2",
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.2.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
@@ -3931,12 +3931,10 @@
39313931
dependencies:
39323932
"@types/react" "*"
39333933

3934-
3935-
version "18.3.0"
3936-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
3937-
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
3938-
dependencies:
3939-
"@types/react" "*"
3934+
3935+
version "19.1.2"
3936+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.2.tgz#bd1fe3b8c28a3a2e942f85314dcfb71f531a242f"
3937+
integrity sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==
39403938

39413939
"@types/react-dom@^18.0.0":
39423940
version "18.2.25"
@@ -3962,12 +3960,11 @@
39623960
"@types/scheduler" "*"
39633961
csstype "^3.0.2"
39643962

3965-
"@types/react@18.3.5":
3966-
version "18.3.5"
3967-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f"
3968-
integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==
3963+
"@types/react@19.1.0":
3964+
version "19.1.0"
3965+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.0.tgz#73c43ad9bc43496ca8184332b111e2aef63fc9da"
3966+
integrity sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==
39693967
dependencies:
3970-
"@types/prop-types" "*"
39713968
csstype "^3.0.2"
39723969

39733970
"@types/responselike@^1.0.0":
@@ -7441,10 +7438,10 @@ [email protected]:
74417438
prettier-linter-helpers "^1.0.0"
74427439
synckit "^0.9.1"
74437440

7444-
eslint-plugin-react-hooks@4.6.2:
7445-
version "4.6.2"
7446-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
7447-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
7441+
eslint-plugin-react-hooks@5.2.0:
7442+
version "5.2.0"
7443+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
7444+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
74487445

74497446
eslint-plugin-react-hooks@^4.6.0:
74507447
version "4.6.0"
@@ -14141,13 +14138,12 @@ react-dev-utils@^12.0.1:
1414114138
strip-ansi "^6.0.1"
1414214139
text-table "^0.2.0"
1414314140

14144-
react-dom@18.3.1:
14145-
version "18.3.1"
14146-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
14147-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
14141+
react-dom@19.1.0:
14142+
version "19.1.0"
14143+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623"
14144+
integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==
1414814145
dependencies:
14149-
loose-envify "^1.1.0"
14150-
scheduler "^0.23.2"
14146+
scheduler "^0.26.0"
1415114147

1415214148
react-error-overlay@^6.0.11:
1415314149
version "6.0.11"
@@ -14224,12 +14220,10 @@ react-use@^17.4.0:
1422414220
ts-easing "^0.2.0"
1422514221
tslib "^2.1.0"
1422614222

14227-
14228-
version "18.3.1"
14229-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
14230-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
14231-
dependencies:
14232-
loose-envify "^1.1.0"
14223+
14224+
version "19.1.0"
14225+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
14226+
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
1423314227

1423414228
read-package-json-fast@^3.0.0:
1423514229
version "3.0.2"
@@ -14830,12 +14824,10 @@ saxes@^6.0.0:
1483014824
dependencies:
1483114825
xmlchars "^2.2.0"
1483214826

14833-
scheduler@^0.23.2:
14834-
version "0.23.2"
14835-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
14836-
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
14837-
dependencies:
14838-
loose-envify "^1.1.0"
14827+
scheduler@^0.26.0:
14828+
version "0.26.0"
14829+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337"
14830+
integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==
1483914831

1484014832
1484114833
version "2.7.0"

0 commit comments

Comments
 (0)