Skip to content

Commit 316b7a4

Browse files
Update react monorepo
1 parent 279371f commit 316b7a4

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@types/jest-when": "^3",
4444
"@types/lodash": "^4.17.13",
4545
"@types/node": "^20",
46-
"@types/react": "^18",
47-
"@types/react-dom": "^18.3.0",
46+
"@types/react": "^19.0.0",
47+
"@types/react-dom": "^19.0.0",
4848
"@typescript-eslint/eslint-plugin": "^8.13.0",
4949
"@typescript-eslint/typescript-estree": "^8.13.0",
5050
"eslint": "^8",
@@ -56,7 +56,7 @@
5656
"eslint-plugin-jest": "^28.6.0",
5757
"eslint-plugin-mdx": "^3.0.0",
5858
"eslint-plugin-react": "^7.34.3",
59-
"eslint-plugin-react-hooks": "^4.6.2",
59+
"eslint-plugin-react-hooks": "^5.0.0",
6060
"eslint-plugin-styled-components-a11y": "^2.1.35",
6161
"eslint-plugin-testing-library": "^6.2.0",
6262
"jest": "^29.7.0",

yarn.lock

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,19 +2349,19 @@ __metadata:
23492349
languageName: node
23502350
linkType: hard
23512351

2352-
"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.14":
2352+
"@types/prop-types@npm:^15.7.14":
23532353
version: 15.7.14
23542354
resolution: "@types/prop-types@npm:15.7.14"
23552355
checksum: 10c0/1ec775160bfab90b67a782d735952158c7e702ca4502968aa82565bd8e452c2de8601c8dfe349733073c31179116cf7340710160d3836aa8a1ef76d1532893b1
23562356
languageName: node
23572357
linkType: hard
23582358

2359-
"@types/react-dom@npm:^18.3.0":
2360-
version: 18.3.5
2361-
resolution: "@types/react-dom@npm:18.3.5"
2359+
"@types/react-dom@npm:^19.0.0":
2360+
version: 19.0.4
2361+
resolution: "@types/react-dom@npm:19.0.4"
23622362
peerDependencies:
2363-
"@types/react": ^18.0.0
2364-
checksum: 10c0/b163d35a6b32a79f5782574a7aeb12a31a647e248792bf437e6d596e2676961c394c5e3c6e91d1ce44ae90441dbaf93158efb4f051c0d61e2612f1cb04ce4faa
2363+
"@types/react": ^19.0.0
2364+
checksum: 10c0/4e71853919b94df9e746a4bd73f8180e9ae13016333ce9c543dcba9f4f4c8fe6e28b038ca6ee61c24e291af8e03ca3bc5ded17c46dee938fcb32d71186fda7a3
23652365
languageName: node
23662366
linkType: hard
23672367

@@ -2374,13 +2374,12 @@ __metadata:
23742374
languageName: node
23752375
linkType: hard
23762376

2377-
"@types/react@npm:^18":
2378-
version: 18.3.18
2379-
resolution: "@types/react@npm:18.3.18"
2377+
"@types/react@npm:^19.0.0":
2378+
version: 19.0.10
2379+
resolution: "@types/react@npm:19.0.10"
23802380
dependencies:
2381-
"@types/prop-types": "npm:*"
23822381
csstype: "npm:^3.0.2"
2383-
checksum: 10c0/8fb2b00672072135d0858dc9db07873ea107cc238b6228aaa2a9afd1ef7a64a7074078250db38afbeb19064be8ea6af5eac32d404efdd5f45e093cc4829d87f8
2382+
checksum: 10c0/41884cca21850c8b2d6578b172ca0ca4fff6021251a68532b19f2031ac23dc5a9222470208065f8d9985d367376047df2f49ece8d927f7d04cdc94922b1eb34b
23842383
languageName: node
23852384
linkType: hard
23862385

@@ -4597,15 +4596,6 @@ __metadata:
45974596
languageName: node
45984597
linkType: hard
45994598

4600-
"eslint-plugin-react-hooks@npm:^4.6.2":
4601-
version: 4.6.2
4602-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
4603-
peerDependencies:
4604-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
4605-
checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc
4606-
languageName: node
4607-
linkType: hard
4608-
46094599
"eslint-plugin-react-hooks@npm:^5.0.0":
46104600
version: 5.1.0
46114601
resolution: "eslint-plugin-react-hooks@npm:5.1.0"
@@ -10039,8 +10029,8 @@ __metadata:
1003910029
"@types/jest-when": "npm:^3"
1004010030
"@types/lodash": "npm:^4.17.13"
1004110031
"@types/node": "npm:^20"
10042-
"@types/react": "npm:^18"
10043-
"@types/react-dom": "npm:^18.3.0"
10032+
"@types/react": "npm:^19.0.0"
10033+
"@types/react-dom": "npm:^19.0.0"
1004410034
"@typescript-eslint/eslint-plugin": "npm:^8.13.0"
1004510035
"@typescript-eslint/typescript-estree": "npm:^8.13.0"
1004610036
axios: "npm:^1.7.7"
@@ -10053,7 +10043,7 @@ __metadata:
1005310043
eslint-plugin-jest: "npm:^28.6.0"
1005410044
eslint-plugin-mdx: "npm:^3.0.0"
1005510045
eslint-plugin-react: "npm:^7.34.3"
10056-
eslint-plugin-react-hooks: "npm:^4.6.2"
10046+
eslint-plugin-react-hooks: "npm:^5.0.0"
1005710047
eslint-plugin-styled-components-a11y: "npm:^2.1.35"
1005810048
eslint-plugin-testing-library: "npm:^6.2.0"
1005910049
jest: "npm:^29.7.0"

0 commit comments

Comments
 (0)