Skip to content

Commit 0d09e61

Browse files
chore(deps): update react monorepo
1 parent fad0280 commit 0d09e61

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": "^17.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": "^15.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
@@ -1765,20 +1765,12 @@ __metadata:
17651765
languageName: node
17661766
linkType: hard
17671767

1768-
"@types/prop-types@npm:*":
1769-
version: 15.7.15
1770-
resolution: "@types/prop-types@npm:15.7.15"
1771-
checksum: 10/31aa2f59b28f24da6fb4f1d70807dae2aedfce090ec63eaf9ea01727a9533ef6eaf017de5bff99fbccad7d1c9e644f52c6c2ba30869465dd22b1a7221c29f356
1772-
languageName: node
1773-
linkType: hard
1774-
1775-
"@types/react@npm:^18.0.0":
1776-
version: 18.3.23
1777-
resolution: "@types/react@npm:18.3.23"
1768+
"@types/react@npm:^19.0.0":
1769+
version: 19.1.9
1770+
resolution: "@types/react@npm:19.1.9"
17781771
dependencies:
1779-
"@types/prop-types": "npm:*"
17801772
csstype: "npm:^3.0.2"
1781-
checksum: 10/4b965dffe34a1f8aac8e2d7e976f113373f38134f9e37239f7e75d7ac6b3c2e1333a8df21febf1fe7749640f8de5708f7668cdfc70bffebda1cc4d3346724fd5
1773+
checksum: 10/b1032eae52e3b4f2a8b9ea6aac936385a78b7eff55cad4ff4f0d7e726c6ea87c1f287a1ba0e57a76a8e4456d3fb918b4f97a01e71686fdc11a65b26b8d296be4
17821774
languageName: node
17831775
linkType: hard
17841776

@@ -3707,12 +3699,12 @@ __metadata:
37073699
languageName: node
37083700
linkType: hard
37093701

3710-
"eslint-plugin-react-hooks@npm:^4.0.2":
3711-
version: 4.6.2
3712-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
3702+
"eslint-plugin-react-hooks@npm:^5.0.0":
3703+
version: 5.2.0
3704+
resolution: "eslint-plugin-react-hooks@npm:5.2.0"
37133705
peerDependencies:
3714-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
3715-
checksum: 10/5a0680941f34e70cf505bcb6082df31a3e445d193ee95a88ff3483041eb944f4cefdaf7e81b0eb1feb4eeceee8c7c6ddb8a2a6e8c4c0388514a42e16ac7b7a69
3706+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
3707+
checksum: 10/ebb79e9cf69ae06e3a7876536653c5e556b5fd8cd9dc49577f10a6e728360e7b6f5ce91f4339b33e93b26e3bb23805418f8b5e75db80baddd617b1dffe73bed1
37163708
languageName: node
37173709
linkType: hard
37183710

@@ -5701,7 +5693,7 @@ __metadata:
57015693
"@tsconfig/node14": "npm:^14.1.2"
57025694
"@types/jest": "npm:^29.0.0"
57035695
"@types/node": "npm:^16.0.0"
5704-
"@types/react": "npm:^18.0.0"
5696+
"@types/react": "npm:^19.0.0"
57055697
"@typescript-eslint/eslint-plugin": "npm:^6.0.0"
57065698
"@typescript-eslint/parser": "npm:^6.0.0"
57075699
"@vercel/ncc": "npm:^0.38.0"
@@ -5713,14 +5705,14 @@ __metadata:
57135705
eslint-plugin-n: "npm:^17.0.0"
57145706
eslint-plugin-prettier: "npm:^5.0.0"
57155707
eslint-plugin-react: "npm:^7.16.0"
5716-
eslint-plugin-react-hooks: "npm:^4.0.2"
5708+
eslint-plugin-react-hooks: "npm:^5.0.0"
57175709
husky: "npm:^9.0.0"
57185710
ink: "npm:^3.2.0"
57195711
jest: "npm:^29.0.2"
57205712
jest-util: "npm:^29.0.2"
57215713
lint-staged: "npm:^15.0.0"
57225714
prettier: "npm:^3.0.0"
5723-
react: "npm:^18.0.0"
5715+
react: "npm:^19.0.0"
57245716
semantic-release: "npm:^24.0.0"
57255717
slash: "npm:^3.0.0"
57265718
ts-jest: "npm:^29.0.0"
@@ -7945,12 +7937,10 @@ __metadata:
79457937
languageName: node
79467938
linkType: hard
79477939

7948-
"react@npm:^18.0.0":
7949-
version: 18.3.1
7950-
resolution: "react@npm:18.3.1"
7951-
dependencies:
7952-
loose-envify: "npm:^1.1.0"
7953-
checksum: 10/261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
7940+
"react@npm:^19.0.0":
7941+
version: 19.1.1
7942+
resolution: "react@npm:19.1.1"
7943+
checksum: 10/9801530fdc939e1a7a499422e930515b2400809cb39c2872984e99f832d233f61659a693871183dac3155c2f9b2c9dcf4440a56bd18983277ae92860e38c3a61
79547944
languageName: node
79557945
linkType: hard
79567946

0 commit comments

Comments
 (0)