Skip to content

Commit 431d1ae

Browse files
chore(deps): update all non-major dependencies (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 戴陈威 <daichenwei@bytedance.com>
1 parent c13d63c commit 431d1ae

File tree

6 files changed

+822
-708
lines changed

6 files changed

+822
-708
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030
with:
31-
node-version: 24.11.1
31+
node-version: 24.14.1
3232
cache: 'pnpm'
3333

3434
- name: Install dependencies

.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@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2626
with:
27-
node-version: 24.11.1
27+
node-version: 24.14.1
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@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3131
with:
32-
node-version: 24.11.1
32+
node-version: 24.14.1
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.25.0",
7+
"packageManager": "pnpm@10.33.0",
88
"exports": {
99
"./nav-icon": {
1010
"types": "./dist/nav-icon/index.d.ts",
@@ -82,31 +82,31 @@
8282
},
8383
"devDependencies": {
8484
"@biomejs/biome": "1.9.4",
85-
"@rsbuild/plugin-react": "1.4.2",
86-
"@rsbuild/plugin-sass": "1.4.0",
87-
"@rslib/core": "^0.18.4",
85+
"@rsbuild/plugin-react": "1.4.6",
86+
"@rsbuild/plugin-sass": "1.5.1",
87+
"@rslib/core": "^0.20.3",
8888
"@rstack-dev/doc-ui": "workspace:*",
89-
"@storybook/addon-themes": "^10.1.5",
90-
"@storybook/react": "^10.1.5",
89+
"@storybook/addon-themes": "^10.3.4",
90+
"@storybook/react": "^10.3.4",
9191
"@storybook/test": "9.0.0-alpha.2",
92-
"@types/node": "~24.10.2",
93-
"@types/react": "^18.3.27",
92+
"@types/node": "~24.12.2",
93+
"@types/react": "^18.3.28",
9494
"@types/react-dom": "^18.3.7",
95-
"antd": "^6.1.0",
95+
"antd": "^6.3.5",
9696
"chromatic": "^16.1.0",
9797
"execa": "9.6.1",
98-
"fs-extra": "11.3.2",
98+
"fs-extra": "11.3.4",
9999
"lottie-web": "5.13.0",
100100
"nano-staged": "^0.9.0",
101-
"prettier": "~3.7.4",
101+
"prettier": "~3.8.1",
102102
"react": "^18.3.1",
103103
"react-dom": "^18.3.1",
104-
"rimraf": "~6.1.2",
105-
"semver": "7.7.3",
104+
"rimraf": "~6.1.3",
105+
"semver": "7.7.4",
106106
"simple-git-hooks": "^2.13.1",
107-
"storybook": "^10.1.5",
108-
"storybook-addon-rslib": "^3.1.0",
109-
"storybook-react-rsbuild": "^3.1.0",
107+
"storybook": "^10.3.4",
108+
"storybook-addon-rslib": "^3.3.2",
109+
"storybook-react-rsbuild": "^3.3.2",
110110
"typescript": "~5.9.3"
111111
},
112112
"publishConfig": {

0 commit comments

Comments
 (0)