Skip to content

Commit d2149a4

Browse files
chore(deps): update all non-major dependencies
1 parent c38723c commit d2149a4

5 files changed

Lines changed: 113 additions & 99 deletions

File tree

.github/workflows/lint.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.14.1
32+
node-version: 24.15.0
3333
cache: 'pnpm'
3434

3535
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2727
with:
28-
node-version: 24.14.1
28+
node-version: 24.15.0
2929

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3434
with:
35-
node-version: 24.14.1
35+
node-version: 24.15.0
3636
cache: 'pnpm'
3737

3838
- name: Install Dependencies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"devDependencies": {
3030
"@playwright/test": "^1.59.1",
3131
"@rsbuild/core": "^1.7.5",
32-
"@rslib/core": "^0.21.0",
32+
"@rslib/core": "^0.21.2",
3333
"@rslint/core": "^0.4.2",
3434
"@types/node": "^24.12.2",
3535
"playwright": "^1.59.1",
36-
"prettier": "^3.8.2",
36+
"prettier": "^3.8.3",
3737
"simple-git-hooks": "^2.13.1",
38-
"typescript": "^6.0.2"
38+
"typescript": "^6.0.3"
3939
},
4040
"peerDependencies": {
4141
"@rsbuild/core": "^2.0.0-0"

0 commit comments

Comments
 (0)