Skip to content

Commit f6eb78a

Browse files
chore: update dependency @types/react to v19
1 parent 0eef78d commit f6eb78a

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

packages/spindle-hooks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"access": "public"
3333
},
3434
"peerDependencies": {
35-
"@types/react": "^16.8.6 || ^17.0.0 || ^18.0.0",
35+
"@types/react": "^19.0.0",
3636
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
3737
},
3838
"peerDependenciesMeta": {
@@ -53,7 +53,7 @@
5353
"@testing-library/react": "^13.3.0",
5454
"@testing-library/user-event": "^14.2.1",
5555
"@types/jest": "^29.5.13",
56-
"@types/react": "^18.0.14",
56+
"@types/react": "^19.0.0",
5757
"bundlewatch": "^0.4.0",
5858
"jest": "^29.0.0",
5959
"jest-environment-jsdom": "^29.0.0",

packages/spindle-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"access": "public"
5050
},
5151
"peerDependencies": {
52-
"@types/react": "^16.8.6 || ^17.0.0 || ^18.0.0",
52+
"@types/react": "^19.0.0",
5353
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
5454
},
5555
"peerDependenciesMeta": {
@@ -80,7 +80,7 @@
8080
"@testing-library/react": "^16.0.1",
8181
"@testing-library/user-event": "^14.0.0",
8282
"@types/jest": "^29.5.13",
83-
"@types/react": "^18.3.3",
83+
"@types/react": "^19.0.0",
8484
"autoprefixer": "^10.0.0",
8585
"babel-loader": "^9.0.0",
8686
"bundlewatch": "^0.4.0",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -6304,14 +6304,21 @@
63046304
dependencies:
63056305
"@types/react" "*"
63066306

6307-
"@types/react@*", "@types/react@^18.0.14", "@types/react@^18.3.3":
6307+
"@types/react@*":
63086308
version "18.3.9"
63096309
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.9.tgz#2cdf5f425ec8a133d67e9e3673909738b783db20"
63106310
integrity sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ==
63116311
dependencies:
63126312
"@types/prop-types" "*"
63136313
csstype "^3.0.2"
63146314

6315+
"@types/react@^19.0.0":
6316+
version "19.0.1"
6317+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.1.tgz#a000d5b78f473732a08cecbead0f3751e550b3df"
6318+
integrity sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==
6319+
dependencies:
6320+
csstype "^3.0.2"
6321+
63156322
"@types/request@^2.48.8":
63166323
version "2.48.12"
63176324
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.48.12.tgz#0f590f615a10f87da18e9790ac94c29ec4c5ef30"

0 commit comments

Comments
 (0)