Skip to content

Commit a9857c2

Browse files
Update react monorepo
1 parent f39793a commit a9857c2

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
@@ -42,8 +42,8 @@
4242
"@types/jest-when": "^3",
4343
"@types/lodash": "^4.17.13",
4444
"@types/node": "^20",
45-
"@types/react": "^18",
46-
"@types/react-dom": "^18.3.0",
45+
"@types/react": "^19.0.0",
46+
"@types/react-dom": "^19.0.0",
4747
"@typescript-eslint/eslint-plugin": "^8.13.0",
4848
"@typescript-eslint/typescript-estree": "^8.13.0",
4949
"eslint": "^8",
@@ -55,7 +55,7 @@
5555
"eslint-plugin-jest": "^28.6.0",
5656
"eslint-plugin-mdx": "^3.0.0",
5757
"eslint-plugin-react": "^7.34.3",
58-
"eslint-plugin-react-hooks": "^4.6.2",
58+
"eslint-plugin-react-hooks": "^5.0.0",
5959
"eslint-plugin-styled-components-a11y": "^2.1.35",
6060
"eslint-plugin-testing-library": "^6.2.0",
6161
"jest": "^29.7.0",

yarn.lock

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,19 +2244,19 @@ __metadata:
22442244
languageName: node
22452245
linkType: hard
22462246

2247-
"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.14, @types/prop-types@npm:^15.7.3":
2247+
"@types/prop-types@npm:^15.7.14, @types/prop-types@npm:^15.7.3":
22482248
version: 15.7.14
22492249
resolution: "@types/prop-types@npm:15.7.14"
22502250
checksum: 10c0/1ec775160bfab90b67a782d735952158c7e702ca4502968aa82565bd8e452c2de8601c8dfe349733073c31179116cf7340710160d3836aa8a1ef76d1532893b1
22512251
languageName: node
22522252
linkType: hard
22532253

2254-
"@types/react-dom@npm:^18.3.0":
2255-
version: 18.3.5
2256-
resolution: "@types/react-dom@npm:18.3.5"
2254+
"@types/react-dom@npm:^19.0.0":
2255+
version: 19.0.2
2256+
resolution: "@types/react-dom@npm:19.0.2"
22572257
peerDependencies:
2258-
"@types/react": ^18.0.0
2259-
checksum: 10c0/b163d35a6b32a79f5782574a7aeb12a31a647e248792bf437e6d596e2676961c394c5e3c6e91d1ce44ae90441dbaf93158efb4f051c0d61e2612f1cb04ce4faa
2258+
"@types/react": ^19.0.0
2259+
checksum: 10c0/3d0c7b78dbe8df64ea769f30af990a5950173a8321c745fe11094d765423f7964c3519dca6e7cd36b4be6521c8efc690bdd3b79b327b229dd1e9d5a8bad677dd
22602260
languageName: node
22612261
linkType: hard
22622262

@@ -2269,13 +2269,12 @@ __metadata:
22692269
languageName: node
22702270
linkType: hard
22712271

2272-
"@types/react@npm:^18":
2273-
version: 18.3.18
2274-
resolution: "@types/react@npm:18.3.18"
2272+
"@types/react@npm:^19.0.0":
2273+
version: 19.0.2
2274+
resolution: "@types/react@npm:19.0.2"
22752275
dependencies:
2276-
"@types/prop-types": "npm:*"
22772276
csstype: "npm:^3.0.2"
2278-
checksum: 10c0/8fb2b00672072135d0858dc9db07873ea107cc238b6228aaa2a9afd1ef7a64a7074078250db38afbeb19064be8ea6af5eac32d404efdd5f45e093cc4829d87f8
2277+
checksum: 10c0/8992f39701fcf1bf893ef8f94a56196445667baf08fe4f6050a14e229a17aad3265ad3efc01595ff3b4d5d5c69da885f9aa4ff80f164a613018734efcff1eb8f
22792278
languageName: node
22802279
linkType: hard
22812280

@@ -4437,15 +4436,6 @@ __metadata:
44374436
languageName: node
44384437
linkType: hard
44394438

4440-
"eslint-plugin-react-hooks@npm:^4.6.2":
4441-
version: 4.6.2
4442-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
4443-
peerDependencies:
4444-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
4445-
checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc
4446-
languageName: node
4447-
linkType: hard
4448-
44494439
"eslint-plugin-react-hooks@npm:^5.0.0":
44504440
version: 5.1.0
44514441
resolution: "eslint-plugin-react-hooks@npm:5.1.0"
@@ -9657,8 +9647,8 @@ __metadata:
96579647
"@types/jest-when": "npm:^3"
96589648
"@types/lodash": "npm:^4.17.13"
96599649
"@types/node": "npm:^20"
9660-
"@types/react": "npm:^18"
9661-
"@types/react-dom": "npm:^18.3.0"
9650+
"@types/react": "npm:^19.0.0"
9651+
"@types/react-dom": "npm:^19.0.0"
96629652
"@typescript-eslint/eslint-plugin": "npm:^8.13.0"
96639653
"@typescript-eslint/typescript-estree": "npm:^8.13.0"
96649654
axios: "npm:^1.7.7"
@@ -9671,7 +9661,7 @@ __metadata:
96719661
eslint-plugin-jest: "npm:^28.6.0"
96729662
eslint-plugin-mdx: "npm:^3.0.0"
96739663
eslint-plugin-react: "npm:^7.34.3"
9674-
eslint-plugin-react-hooks: "npm:^4.6.2"
9664+
eslint-plugin-react-hooks: "npm:^5.0.0"
96759665
eslint-plugin-styled-components-a11y: "npm:^2.1.35"
96769666
eslint-plugin-testing-library: "npm:^6.2.0"
96779667
jest: "npm:^29.7.0"

0 commit comments

Comments
 (0)