Skip to content

Commit 1530de6

Browse files
fix(deps): update all non-major dependencies
1 parent 90bf356 commit 1530de6

File tree

4 files changed

+298
-309
lines changed

4 files changed

+298
-309
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@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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
]
3636
},
3737
"dependencies": {
38-
"@napi-rs/image": "^1.11.2",
39-
"svgo": "^3.3.2"
38+
"@napi-rs/image": "^1.12.0",
39+
"svgo": "^3.3.3"
4040
},
4141
"devDependencies": {
4242
"@biomejs/biome": "^1.9.4",
43-
"@playwright/test": "^1.57.0",
44-
"@rsbuild/core": "^2.0.0-beta.6",
45-
"@rslib/core": "^0.18.2",
46-
"@types/node": "^24.10.1",
43+
"@playwright/test": "^1.59.0",
44+
"@rsbuild/core": "^2.0.0-rc.0",
45+
"@rslib/core": "^0.20.2",
46+
"@types/node": "^24.12.0",
4747
"nano-staged": "^0.9.0",
48-
"playwright": "^1.57.0",
48+
"playwright": "^1.59.0",
4949
"simple-git-hooks": "^2.13.1",
5050
"typescript": "6.0.2"
5151
},
@@ -57,7 +57,7 @@
5757
"optional": true
5858
}
5959
},
60-
"packageManager": "pnpm@10.24.0",
60+
"packageManager": "pnpm@10.33.0",
6161
"publishConfig": {
6262
"access": "public",
6363
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)