Skip to content

Commit 1d6da8a

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

4 files changed

Lines changed: 76 additions & 214 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2525
with:
26-
node-version: 24.15.0
26+
node-version: 24.16.0
2727

2828
- name: Setup Pnpm
2929
run: |

.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3131
with:
32-
node-version: 24.15.0
32+
node-version: 24.16.0
3333
cache: 'pnpm'
3434

3535
- name: Install Dependencies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"devDependencies": {
3434
"@playwright/test": "^1.60.0",
35-
"@rsbuild/core": "2.0.7",
36-
"@rslib/core": "^0.21.5",
35+
"@rsbuild/core": "2.0.9",
36+
"@rslib/core": "^0.22.0",
3737
"@rslint/core": "^0.5.3",
3838
"@types/node": "^24.12.4",
3939
"playwright": "^1.60.0",
@@ -49,7 +49,7 @@
4949
"optional": true
5050
}
5151
},
52-
"packageManager": "pnpm@11.3.0",
52+
"packageManager": "pnpm@11.5.0",
5353
"publishConfig": {
5454
"access": "public",
5555
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)