Skip to content

Commit e0a3cf2

Browse files
fix(deps): update all non-major dependencies (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d862046 commit e0a3cf2

File tree

2 files changed

+177
-216
lines changed

2 files changed

+177
-216
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"license": "MIT",
7-
"packageManager": "pnpm@10.24.0",
7+
"packageManager": "pnpm@10.25.0",
88
"exports": {
99
"./nav-icon": {
1010
"types": "./dist/nav-icon/index.d.ts",
@@ -70,7 +70,7 @@
7070
"bump": "npx bumpp"
7171
},
7272
"dependencies": {
73-
"framer-motion": "^12.23.24"
73+
"framer-motion": "^12.23.25"
7474
},
7575
"nano-staged": {
7676
"*.{md,mdx,json,css,less,scss}": "prettier --write",
@@ -86,26 +86,26 @@
8686
"@biomejs/biome": "1.9.4",
8787
"@rsbuild/plugin-react": "1.4.2",
8888
"@rsbuild/plugin-sass": "1.4.0",
89-
"@rslib/core": "^0.18.2",
89+
"@rslib/core": "^0.18.4",
9090
"@rstack-dev/doc-ui": "workspace:*",
91-
"@storybook/addon-themes": "^10.1.2",
92-
"@storybook/react": "^10.1.2",
93-
"@types/node": "~24.10.1",
91+
"@storybook/addon-themes": "^10.1.5",
92+
"@storybook/react": "^10.1.5",
93+
"@types/node": "~24.10.2",
9494
"@types/react": "^18.3.27",
9595
"@types/react-dom": "^18.3.7",
9696
"antd": "^5.29.1",
9797
"execa": "9.6.1",
9898
"fs-extra": "11.3.2",
9999
"lottie-web": "5.13.0",
100100
"nano-staged": "^0.9.0",
101-
"prettier": "~3.7.3",
101+
"prettier": "~3.7.4",
102102
"react": "^18.3.1",
103103
"react-dom": "^18.3.1",
104104
"react-intersection-observer": "^10.0.0",
105105
"rimraf": "~6.1.2",
106106
"semver": "7.7.3",
107107
"simple-git-hooks": "^2.13.1",
108-
"storybook": "^10.1.2",
108+
"storybook": "^10.1.5",
109109
"storybook-addon-rslib": "^3.1.0",
110110
"storybook-react-rsbuild": "^3.1.0",
111111
"typescript": "~5.9.3"

0 commit comments

Comments
 (0)