Skip to content

Commit bc79743

Browse files
authored
chore: bump react-stately (#1771)
1 parent 33ed62e commit bc79743

File tree

4 files changed

+12
-41
lines changed

4 files changed

+12
-41
lines changed

.changeset/short-streets-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
bump react-stately

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test:ui": "vitest --ui",
2727
"test:watch": "vitest",
2828
"typecheck": "pnpm build:transform && tsc --noEmit --emitDeclarationOnly false --skipLibCheck --moduleResolution bundler --lib 'es2024, dom, dom.iterable'",
29-
"upgrade-react-aria": "pnpm up react-aria \"@react-aria/*\" \"@react-types/*\" \"@react-stately/*\" react-aria-components react react-dom @types/react @types/react-dom --latest -r"
29+
"upgrade-react-aria": "pnpm up react-aria \"@internationalized/*\" \"@react-aria/*\" \"@react-types/*\" \"@react-stately/*\" react-stately react-aria-components react react-dom @types/react @types/react-dom --latest -r"
3030
},
3131
"devDependencies": {
3232
"@biomejs/biome": "2.0.0-beta.5",

packages/components/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"react-aria": "3.43.1",
4747
"react-aria-components": "1.12.1",
4848
"react-dom": "19.1.1",
49-
"react-router": "7.5.2"
49+
"react-router": "7.5.2",
50+
"react-stately": "3.41.0"
5051
},
5152
"peerDependencies": {
5253
"@react-aria/focus": "3.21.1",
@@ -60,7 +61,7 @@
6061
"react-dom": "19.1.1",
6162
"react-hook-form": "7.59.0",
6263
"react-router": "7.5.2",
63-
"react-stately": "3.39.0"
64+
"react-stately": "3.41.0"
6465
},
6566
"exports": {
6667
".": {

pnpm-lock.yaml

Lines changed: 3 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)