Skip to content

Commit ecabded

Browse files
chore(deps): update all non-major dependencies (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b0da51 commit ecabded

4 files changed

Lines changed: 424 additions & 436 deletions

File tree

.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@v6
2626
with:
27-
node-version: 24.11.0
27+
node-version: 24.11.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@v6
3131
with:
32-
node-version: 24.11.0
32+
node-version: 24.11.1
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

package.json

Lines changed: 13 additions & 13 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.22.0",
7+
"packageManager": "pnpm@10.24.0",
88
"exports": {
99
"./nav-icon": {
1010
"types": "./dist/nav-icon/index.d.ts",
@@ -86,28 +86,28 @@
8686
"@biomejs/biome": "1.9.4",
8787
"@rsbuild/plugin-react": "1.4.2",
8888
"@rsbuild/plugin-sass": "1.4.0",
89-
"@rslib/core": "^0.17.2",
89+
"@rslib/core": "^0.18.2",
9090
"@rstack-dev/doc-ui": "workspace:*",
91-
"@storybook/addon-themes": "^10.0.7",
92-
"@storybook/react": "^10.0.7",
91+
"@storybook/addon-themes": "^10.1.2",
92+
"@storybook/react": "^10.1.2",
9393
"@types/node": "~24.10.1",
94-
"@types/react": "^18.3.26",
94+
"@types/react": "^18.3.27",
9595
"@types/react-dom": "^18.3.7",
96-
"antd": "^5.28.1",
97-
"execa": "9.6.0",
96+
"antd": "^5.29.1",
97+
"execa": "9.6.1",
9898
"fs-extra": "11.3.2",
9999
"lottie-web": "5.13.0",
100-
"nano-staged": "^0.8.0",
101-
"prettier": "~3.6.2",
100+
"nano-staged": "^0.9.0",
101+
"prettier": "~3.7.3",
102102
"react": "^18.3.1",
103103
"react-dom": "^18.3.1",
104104
"react-intersection-observer": "^10.0.0",
105-
"rimraf": "~6.1.0",
105+
"rimraf": "~6.1.2",
106106
"semver": "7.7.3",
107107
"simple-git-hooks": "^2.13.1",
108-
"storybook": "^10.0.7",
109-
"storybook-addon-rslib": "^2.1.5",
110-
"storybook-react-rsbuild": "^2.1.5",
108+
"storybook": "^10.1.2",
109+
"storybook-addon-rslib": "^2.1.6",
110+
"storybook-react-rsbuild": "^2.1.6",
111111
"typescript": "~5.9.3"
112112
},
113113
"publishConfig": {

0 commit comments

Comments
 (0)