Skip to content

Commit 84b70c4

Browse files
chore(deps): update all non-major dependencies (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00dcf0f commit 84b70c4

File tree

4 files changed

+150
-140
lines changed

4 files changed

+150
-140
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@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

3434
- name: Install Dependencies
3535
run: pnpm install && npx playwright install

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"test": "rstest"
2929
},
3030
"devDependencies": {
31-
"@rslib/core": "^0.17.0",
32-
"@rstest/core": "^0.6.1",
33-
"@types/node": "^24.9.2",
31+
"@rslib/core": "^0.18.2",
32+
"@rstest/core": "^0.6.8",
33+
"@types/node": "^24.10.1",
3434
"path-serializer": "^0.5.1",
35-
"prettier": "~3.6.2",
35+
"prettier": "~3.7.3",
3636
"strip-ansi": "^7.1.2",
3737
"supports-color": "^10.2.2",
3838
"typescript": "~5.9.3"
3939
},
40-
"packageManager": "pnpm@10.20.0",
40+
"packageManager": "pnpm@10.24.0",
4141
"publishConfig": {
4242
"access": "public",
4343
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)