Skip to content

Commit 7ed0c95

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

5 files changed

Lines changed: 132 additions & 132 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@v6
3131
with:
32-
node-version: 24.13.0
32+
node-version: 24.14.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@v6
2727
with:
28-
node-version: 24.13.0
28+
node-version: 24.14.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@v6
3434
with:
35-
node-version: 24.13.0
35+
node-version: 24.14.0
3636
cache: "pnpm"
3737

3838
- name: Install Dependencies

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"pre-commit": "npm run lint:write"
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "^2.3.13",
34-
"@playwright/test": "^1.58.1",
35-
"@rsbuild/core": "^1.7.2",
36-
"@rslib/core": "^0.19.4",
37-
"@types/node": "^24.10.9",
38-
"playwright": "^1.58.1",
33+
"@biomejs/biome": "^2.4.5",
34+
"@playwright/test": "^1.58.2",
35+
"@rsbuild/core": "^1.7.3",
36+
"@rslib/core": "^0.19.6",
37+
"@types/node": "^24.11.0",
38+
"playwright": "^1.58.2",
3939
"simple-git-hooks": "^2.13.1",
4040
"typescript": "^5.9.3"
4141
},
@@ -47,7 +47,7 @@
4747
"optional": true
4848
}
4949
},
50-
"packageManager": "pnpm@10.28.2",
50+
"packageManager": "pnpm@10.30.3",
5151
"publishConfig": {
5252
"access": "public",
5353
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)