Skip to content

Commit 2e79cf7

Browse files
chore(deps): update react monorepo
1 parent 0fc4e78 commit 2e79cf7

File tree

2 files changed

+19
-29
lines changed

2 files changed

+19
-29
lines changed

package.json

+3-3
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": "^14.0.0",
60-
"@types/react": "^18.0.0",
60+
"@types/react": "^19.0.0",
6161
"@typescript-eslint/eslint-plugin": "^5.0.0",
6262
"@typescript-eslint/parser": "^5.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": "^23.0.0",
8181
"slash": "^3.0.0",
8282
"ts-jest": "^29.0.0",

yarn.lock

+16-26
Original file line numberDiff line numberDiff line change
@@ -1765,20 +1765,12 @@ __metadata:
17651765
languageName: node
17661766
linkType: hard
17671767

1768-
"@types/prop-types@npm:*":
1769-
version: 15.7.14
1770-
resolution: "@types/prop-types@npm:15.7.14"
1771-
checksum: d0c5407b9ccc3dd5fae0ccf9b1007e7622ba5e6f1c18399b4f24dff33619d469da4b9fa918a374f19dc0d9fe6a013362aab0b844b606cfc10676efba3f5f736d
1772-
languageName: node
1773-
linkType: hard
1774-
1775-
"@types/react@npm:^18.0.0":
1776-
version: 18.3.18
1777-
resolution: "@types/react@npm:18.3.18"
1768+
"@types/react@npm:^19.0.0":
1769+
version: 19.0.2
1770+
resolution: "@types/react@npm:19.0.2"
17781771
dependencies:
1779-
"@types/prop-types": "*"
17801772
csstype: ^3.0.2
1781-
checksum: 5933597bc9f53e282f0438f0bb76d0f0fab60faabe760ea806e05ffe6f5c61b9b4d363e1a03a8fea47c510d493c6cf926cdeeba9f7074fa97b61940c350245e7
1773+
checksum: 2f12c2a84b778283884d41560c723d815153d88c56cacf25c0166329e9099c35c82c602a21d8831a381e2ef5574434ebd7bf09a636fe073558919474b0b3c9ed
17821774
languageName: node
17831775
linkType: hard
17841776

@@ -3701,12 +3693,12 @@ __metadata:
37013693
languageName: node
37023694
linkType: hard
37033695

3704-
"eslint-plugin-react-hooks@npm:^4.0.2":
3705-
version: 4.6.2
3706-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
3696+
"eslint-plugin-react-hooks@npm:^5.0.0":
3697+
version: 5.1.0
3698+
resolution: "eslint-plugin-react-hooks@npm:5.1.0"
37073699
peerDependencies:
3708-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
3709-
checksum: 395c433610f59577cfcf3f2e42bcb130436c8a0b3777ac64f441d88c5275f4fcfc89094cedab270f2822daf29af1079151a7a6579a8e9ea8cee66540ba0384c4
3700+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
3701+
checksum: 14d2692214ea15b19ef330a9abf51cb8c1586339d9e758ebd61b182be68dd772af56462b04e4b9d2be923d72f46db61e8d32fcf37c248b04949c0b02f5bfb3c0
37103702
languageName: node
37113703
linkType: hard
37123704

@@ -5711,7 +5703,7 @@ __metadata:
57115703
"@tsconfig/node14": ^14.1.2
57125704
"@types/jest": ^29.0.0
57135705
"@types/node": ^14.0.0
5714-
"@types/react": ^18.0.0
5706+
"@types/react": ^19.0.0
57155707
"@typescript-eslint/eslint-plugin": ^5.0.0
57165708
"@typescript-eslint/parser": ^5.0.0
57175709
"@vercel/ncc": ^0.38.0
@@ -5723,14 +5715,14 @@ __metadata:
57235715
eslint-plugin-n: ^15.0.0
57245716
eslint-plugin-prettier: ^5.0.0
57255717
eslint-plugin-react: ^7.16.0
5726-
eslint-plugin-react-hooks: ^4.0.2
5718+
eslint-plugin-react-hooks: ^5.0.0
57275719
husky: ^9.0.0
57285720
ink: ^3.2.0
57295721
jest: ^29.0.2
57305722
jest-util: ^29.0.2
57315723
lint-staged: ^13.0.0
57325724
prettier: ^3.0.0
5733-
react: ^18.0.0
5725+
react: ^19.0.0
57345726
semantic-release: ^23.0.0
57355727
slash: ^3.0.0
57365728
ts-jest: ^29.0.0
@@ -7966,12 +7958,10 @@ __metadata:
79667958
languageName: node
79677959
linkType: hard
79687960

7969-
"react@npm:^18.0.0":
7970-
version: 18.3.1
7971-
resolution: "react@npm:18.3.1"
7972-
dependencies:
7973-
loose-envify: ^1.1.0
7974-
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
7961+
"react@npm:^19.0.0":
7962+
version: 19.0.0
7963+
resolution: "react@npm:19.0.0"
7964+
checksum: 86de15d85b2465feb40297a90319c325cb07cf27191a361d47bcfe8c6126c973d660125aa67b8f4cbbe39f15a2f32efd0c814e98196d8e5b68c567ba40a399c6
79757965
languageName: node
79767966
linkType: hard
79777967

0 commit comments

Comments
 (0)