Skip to content

Commit 50f2d2b

Browse files
chore(deps): update react monorepo
1 parent f5fb3be commit 50f2d2b

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
@@ -1766,20 +1766,12 @@ __metadata:
17661766
languageName: node
17671767
linkType: hard
17681768

1769-
"@types/prop-types@npm:*":
1770-
version: 15.7.14
1771-
resolution: "@types/prop-types@npm:15.7.14"
1772-
checksum: 10/d0c5407b9ccc3dd5fae0ccf9b1007e7622ba5e6f1c18399b4f24dff33619d469da4b9fa918a374f19dc0d9fe6a013362aab0b844b606cfc10676efba3f5f736d
1773-
languageName: node
1774-
linkType: hard
1775-
1776-
"@types/react@npm:^18.0.0":
1777-
version: 18.3.19
1778-
resolution: "@types/react@npm:18.3.19"
1769+
"@types/react@npm:^19.0.0":
1770+
version: 19.0.12
1771+
resolution: "@types/react@npm:19.0.12"
17791772
dependencies:
1780-
"@types/prop-types": "npm:*"
17811773
csstype: "npm:^3.0.2"
1782-
checksum: 10/4b40a4adf7a59390541dc24059c09d95a777e8e8025fab13d660e1929a88e78efadde8ec94ebd357c5cc80b25590645e81c5b621661700f40496e7833b3d2983
1774+
checksum: 10/2476295f27371ea67f0ba3ca8fae3c683fc8d086b8b387e0519e67ff5731072c6ff0372fbd5a4c6d760895b1e7dc8997ac518f07bf6b6a8d1e40aeb5d2068b9e
17831775
languageName: node
17841776
linkType: hard
17851777

@@ -3720,12 +3712,12 @@ __metadata:
37203712
languageName: node
37213713
linkType: hard
37223714

3723-
"eslint-plugin-react-hooks@npm:^4.0.2":
3724-
version: 4.6.2
3725-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
3715+
"eslint-plugin-react-hooks@npm:^5.0.0":
3716+
version: 5.2.0
3717+
resolution: "eslint-plugin-react-hooks@npm:5.2.0"
37263718
peerDependencies:
3727-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
3728-
checksum: 10/5a0680941f34e70cf505bcb6082df31a3e445d193ee95a88ff3483041eb944f4cefdaf7e81b0eb1feb4eeceee8c7c6ddb8a2a6e8c4c0388514a42e16ac7b7a69
3719+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
3720+
checksum: 10/ebb79e9cf69ae06e3a7876536653c5e556b5fd8cd9dc49577f10a6e728360e7b6f5ce91f4339b33e93b26e3bb23805418f8b5e75db80baddd617b1dffe73bed1
37293721
languageName: node
37303722
linkType: hard
37313723

@@ -5718,7 +5710,7 @@ __metadata:
57185710
"@tsconfig/node14": "npm:^14.1.2"
57195711
"@types/jest": "npm:^29.0.0"
57205712
"@types/node": "npm:^16.0.0"
5721-
"@types/react": "npm:^18.0.0"
5713+
"@types/react": "npm:^19.0.0"
57225714
"@typescript-eslint/eslint-plugin": "npm:^6.0.0"
57235715
"@typescript-eslint/parser": "npm:^6.0.0"
57245716
"@vercel/ncc": "npm:^0.38.0"
@@ -5730,14 +5722,14 @@ __metadata:
57305722
eslint-plugin-n: "npm:^17.0.0"
57315723
eslint-plugin-prettier: "npm:^5.0.0"
57325724
eslint-plugin-react: "npm:^7.16.0"
5733-
eslint-plugin-react-hooks: "npm:^4.0.2"
5725+
eslint-plugin-react-hooks: "npm:^5.0.0"
57345726
husky: "npm:^9.0.0"
57355727
ink: "npm:^3.2.0"
57365728
jest: "npm:^29.0.2"
57375729
jest-util: "npm:^29.0.2"
57385730
lint-staged: "npm:^15.0.0"
57395731
prettier: "npm:^3.0.0"
5740-
react: "npm:^18.0.0"
5732+
react: "npm:^19.0.0"
57415733
semantic-release: "npm:^24.0.0"
57425734
slash: "npm:^3.0.0"
57435735
ts-jest: "npm:^29.0.0"
@@ -7974,12 +7966,10 @@ __metadata:
79747966
languageName: node
79757967
linkType: hard
79767968

7977-
"react@npm:^18.0.0":
7978-
version: 18.3.1
7979-
resolution: "react@npm:18.3.1"
7980-
dependencies:
7981-
loose-envify: "npm:^1.1.0"
7982-
checksum: 10/261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
7969+
"react@npm:^19.0.0":
7970+
version: 19.0.0
7971+
resolution: "react@npm:19.0.0"
7972+
checksum: 10/2490969c503f644703c88990d20e4011fa6119ddeca451e9de48f6d7ab058d670d2852a5fcd3aa3cd90a923ab2815d532637bd4a814add402ae5c0d4f129ee71
79837973
languageName: node
79847974
linkType: hard
79857975

0 commit comments

Comments
 (0)