Skip to content

Commit 8eeca22

Browse files
committed
chore: change peer dep for S2 to be 19 only
1 parent e5f75bb commit 8eeca22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@react-spectrum/s2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@
174174
"react-stately": "^3.42.0"
175175
},
176176
"peerDependencies": {
177-
"react": "^18.0.0 || ^19.0.0-rc.1",
178-
"react-dom": "^18.0.0 || ^19.0.0-rc.1"
177+
"react": "^19.0.0-rc.1",
178+
"react-dom": "^19.0.0-rc.1"
179179
},
180180
"publishConfig": {
181181
"access": "public"

0 commit comments

Comments
 (0)