Skip to content

Commit f5f3716

Browse files
chore(deps): update react monorepo
1 parent 341c2f9 commit f5f3716

File tree

2 files changed

+19
-29
lines changed

2 files changed

+19
-29
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@tsconfig/node14": "^14.1.2",
5858
"@types/jest": "^29.0.0",
5959
"@types/node": "^16.0.0",
60-
"@types/react": "^18.0.0",
60+
"@types/react": "^19.0.0",
6161
"@typescript-eslint/eslint-plugin": "^6.0.0",
6262
"@typescript-eslint/parser": "^6.0.0",
6363
"@vercel/ncc": "^0.38.0",
@@ -69,14 +69,14 @@
6969
"eslint-plugin-n": "^15.0.0",
7070
"eslint-plugin-prettier": "^5.0.0",
7171
"eslint-plugin-react": "^7.16.0",
72-
"eslint-plugin-react-hooks": "^4.0.2",
72+
"eslint-plugin-react-hooks": "^5.0.0",
7373
"husky": "^9.0.0",
7474
"ink": "^3.2.0",
7575
"jest": "^29.0.2",
7676
"jest-util": "^29.0.2",
7777
"lint-staged": "^13.0.0",
7878
"prettier": "^3.0.0",
79-
"react": "^18.0.0",
79+
"react": "^19.0.0",
8080
"semantic-release": "^24.0.0",
8181
"slash": "^3.0.0",
8282
"ts-jest": "^29.0.0",

yarn.lock

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,20 +1767,12 @@ __metadata:
17671767
languageName: node
17681768
linkType: hard
17691769

1770-
"@types/prop-types@npm:*":
1771-
version: 15.7.14
1772-
resolution: "@types/prop-types@npm:15.7.14"
1773-
checksum: d0c5407b9ccc3dd5fae0ccf9b1007e7622ba5e6f1c18399b4f24dff33619d469da4b9fa918a374f19dc0d9fe6a013362aab0b844b606cfc10676efba3f5f736d
1774-
languageName: node
1775-
linkType: hard
1776-
1777-
"@types/react@npm:^18.0.0":
1778-
version: 18.3.18
1779-
resolution: "@types/react@npm:18.3.18"
1770+
"@types/react@npm:^19.0.0":
1771+
version: 19.0.8
1772+
resolution: "@types/react@npm:19.0.8"
17801773
dependencies:
1781-
"@types/prop-types": "*"
17821774
csstype: ^3.0.2
1783-
checksum: 5933597bc9f53e282f0438f0bb76d0f0fab60faabe760ea806e05ffe6f5c61b9b4d363e1a03a8fea47c510d493c6cf926cdeeba9f7074fa97b61940c350245e7
1775+
checksum: 80dd2e7fa4b3e0ea2d883c21317563f4af1c4d90a6250c8bcbc052079304dc3335369267026004ed5d7cac09c7b0026e02e71ae5cca3150643507e353219fe47
17841776
languageName: node
17851777
linkType: hard
17861778

@@ -3729,12 +3721,12 @@ __metadata:
37293721
languageName: node
37303722
linkType: hard
37313723

3732-
"eslint-plugin-react-hooks@npm:^4.0.2":
3733-
version: 4.6.2
3734-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
3724+
"eslint-plugin-react-hooks@npm:^5.0.0":
3725+
version: 5.1.0
3726+
resolution: "eslint-plugin-react-hooks@npm:5.1.0"
37353727
peerDependencies:
3736-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
3737-
checksum: 395c433610f59577cfcf3f2e42bcb130436c8a0b3777ac64f441d88c5275f4fcfc89094cedab270f2822daf29af1079151a7a6579a8e9ea8cee66540ba0384c4
3728+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
3729+
checksum: 14d2692214ea15b19ef330a9abf51cb8c1586339d9e758ebd61b182be68dd772af56462b04e4b9d2be923d72f46db61e8d32fcf37c248b04949c0b02f5bfb3c0
37383730
languageName: node
37393731
linkType: hard
37403732

@@ -5753,7 +5745,7 @@ __metadata:
57535745
"@tsconfig/node14": ^14.1.2
57545746
"@types/jest": ^29.0.0
57555747
"@types/node": ^16.0.0
5756-
"@types/react": ^18.0.0
5748+
"@types/react": ^19.0.0
57575749
"@typescript-eslint/eslint-plugin": ^6.0.0
57585750
"@typescript-eslint/parser": ^6.0.0
57595751
"@vercel/ncc": ^0.38.0
@@ -5765,14 +5757,14 @@ __metadata:
57655757
eslint-plugin-n: ^15.0.0
57665758
eslint-plugin-prettier: ^5.0.0
57675759
eslint-plugin-react: ^7.16.0
5768-
eslint-plugin-react-hooks: ^4.0.2
5760+
eslint-plugin-react-hooks: ^5.0.0
57695761
husky: ^9.0.0
57705762
ink: ^3.2.0
57715763
jest: ^29.0.2
57725764
jest-util: ^29.0.2
57735765
lint-staged: ^13.0.0
57745766
prettier: ^3.0.0
5775-
react: ^18.0.0
5767+
react: ^19.0.0
57765768
semantic-release: ^24.0.0
57775769
slash: ^3.0.0
57785770
ts-jest: ^29.0.0
@@ -8021,12 +8013,10 @@ __metadata:
80218013
languageName: node
80228014
linkType: hard
80238015

8024-
"react@npm:^18.0.0":
8025-
version: 18.3.1
8026-
resolution: "react@npm:18.3.1"
8027-
dependencies:
8028-
loose-envify: ^1.1.0
8029-
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
8016+
"react@npm:^19.0.0":
8017+
version: 19.0.0
8018+
resolution: "react@npm:19.0.0"
8019+
checksum: 86de15d85b2465feb40297a90319c325cb07cf27191a361d47bcfe8c6126c973d660125aa67b8f4cbbe39f15a2f32efd0c814e98196d8e5b68c567ba40a399c6
80308020
languageName: node
80318021
linkType: hard
80328022

0 commit comments

Comments
 (0)