Skip to content

Commit 77dfd42

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

File tree

4 files changed

+781
-597
lines changed

4 files changed

+781
-597
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22
27+
node-version: 22.20.0
2828

2929
# Update npm to the latest version to enable OIDC
3030
# Use corepack to install pnpm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 22.20.0
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

package.json

Lines changed: 16 additions & 16 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.12.4",
7+
"packageManager": "pnpm@10.17.1",
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.20.1"
73+
"framer-motion": "^12.23.22"
7474
},
7575
"nano-staged": {
7676
"*.{md,mdx,json,css,less,scss}": "prettier --write",
@@ -84,18 +84,18 @@
8484
},
8585
"devDependencies": {
8686
"@biomejs/biome": "1.9.4",
87-
"@rsbuild/plugin-react": "1.3.2",
88-
"@rsbuild/plugin-sass": "1.3.2",
89-
"@rslib/core": "^0.10.4",
87+
"@rsbuild/plugin-react": "1.4.1",
88+
"@rsbuild/plugin-sass": "1.4.0",
89+
"@rslib/core": "^0.15.0",
9090
"@rstack-dev/doc-ui": "workspace:*",
91-
"@storybook/addon-themes": "^9.0.14",
92-
"@storybook/react": "^9.0.14",
93-
"@types/node": "~22.15.34",
94-
"@types/react": "^18.3.23",
91+
"@storybook/addon-themes": "^9.1.9",
92+
"@storybook/react": "^9.1.9",
93+
"@types/node": "~22.18.8",
94+
"@types/react": "^18.3.25",
9595
"@types/react-dom": "^18.3.7",
96-
"antd": "^5.26.3",
96+
"antd": "^5.27.4",
9797
"execa": "9.6.0",
98-
"fs-extra": "11.3.0",
98+
"fs-extra": "11.3.2",
9999
"lottie-web": "5.13.0",
100100
"nano-staged": "^0.8.0",
101101
"prettier": "~3.6.2",
@@ -104,11 +104,11 @@
104104
"react-intersection-observer": "^9.16.0",
105105
"rimraf": "~6.0.1",
106106
"semver": "7.7.2",
107-
"simple-git-hooks": "^2.13.0",
108-
"storybook": "^9.0.14",
109-
"storybook-addon-rslib": "^2.0.2",
110-
"storybook-react-rsbuild": "^2.0.2",
111-
"typescript": "~5.8.3"
107+
"simple-git-hooks": "^2.13.1",
108+
"storybook": "^9.1.9",
109+
"storybook-addon-rslib": "^2.1.2",
110+
"storybook-react-rsbuild": "^2.1.2",
111+
"typescript": "~5.9.3"
112112
},
113113
"publishConfig": {
114114
"access": "public",

0 commit comments

Comments
 (0)