Skip to content

Commit 286cb9f

Browse files
fix(deps): update all non-major dependencies (#1700)
* fix(deps): update all non-major dependencies * chore: add changeset --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robb Niznik <[email protected]>
1 parent cdf97bb commit 286cb9f

File tree

9 files changed

+214
-144
lines changed

9 files changed

+214
-144
lines changed

.changeset/khaki-humans-say.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@launchpad-ui/popover": patch
3+
"@launchpad-ui/drawer": patch
4+
"@launchpad-ui/modal": patch
5+
"@launchpad-ui/core": patch
6+
---
7+
8+
Update dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.0
1+
22.16.0

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@types/react-dom": "^19.1.2",
5656
"@vanilla-extract/css": "^1.17.1",
5757
"@vanilla-extract/vite-plugin": "^5.0.1",
58-
"@vitejs/plugin-react-oxc": "^0.1.1",
58+
"@vitejs/plugin-react-oxc": "^0.2.0",
5959
"@vitejs/plugin-react-swc": "^3.9.0",
60-
"@vitest/coverage-v8": "^3.1.1",
61-
"@vitest/ui": "^3.1.1",
60+
"@vitest/coverage-v8": "^3.2.0",
61+
"@vitest/ui": "^3.2.0",
6262
"axe-core": "^4.10.3",
6363
"browserslist": "^4.24.0",
6464
"chromatic": "^12.0.0",
@@ -67,7 +67,7 @@
6767
"jsdom": "^26.0.0",
6868
"lightningcss": "^1.30.1",
6969
"lint-staged": "^16.0.0",
70-
"nx": "21.0.3",
70+
"nx": "21.1.2",
7171
"react": "19.1.0",
7272
"react-dom": "19.1.0",
7373
"react-router": "7.5.2",
@@ -78,7 +78,7 @@
7878
"typescript": "^5.8.2",
7979
"typescript-plugin-css-modules": "^5.1.0",
8080
"vite": "npm:[email protected]",
81-
"vitest": "^3.1.1"
81+
"vitest": "^3.2.0"
8282
},
8383
"packageManager": "[email protected]",
8484
"pnpm": {

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"react": "19.1.0",
5555
"react-dom": "19.1.0",
56-
"react-hook-form": "7.56.1",
56+
"react-hook-form": "7.57.0",
5757
"react-stately": "3.38.0"
5858
}
5959
}

packages/drawer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@react-aria/interactions": "3.25.1",
4242
"@react-aria/overlays": "3.27.1",
4343
"classix": "2.2.0",
44-
"framer-motion": "12.12.1"
44+
"framer-motion": "12.15.0"
4545
},
4646
"peerDependencies": {
4747
"react": "^18.0.0 || ^19.0.0",

packages/modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@react-aria/interactions": "3.25.1",
4141
"@react-aria/overlays": "3.27.1",
4242
"classix": "2.2.0",
43-
"framer-motion": "12.12.1"
43+
"framer-motion": "12.15.0"
4444
},
4545
"peerDependencies": {
4646
"react": "^18.0.0 || ^19.0.0",

packages/popover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@launchpad-ui/overlay": "workspace:~",
3939
"@launchpad-ui/tokens": "workspace:~",
4040
"classix": "2.2.0",
41-
"framer-motion": "12.12.1"
41+
"framer-motion": "12.15.0"
4242
},
4343
"peerDependencies": {
4444
"react": "^18.0.0 || ^19.0.0",

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"sync": "tsx src/sync.ts"
4646
},
4747
"devDependencies": {
48-
"@figma/rest-api-spec": "^0.30.0",
48+
"@figma/rest-api-spec": "^0.31.0",
4949
"axios": "^1.9.0",
5050
"json-to-ts": "^2.1.0",
5151
"style-dictionary": "^5.0.0"

0 commit comments

Comments
 (0)