Skip to content

Commit 9d46b38

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

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
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@playwright/test": "^1.60.0",
31-
"@rsbuild/core": "^2.0.7",
32-
"@rslib/core": "^0.21.5",
31+
"@rsbuild/core": "^2.0.9",
32+
"@rslib/core": "^0.22.0",
3333
"@rslint/core": "0.5.3",
3434
"@types/node": "^24.12.4",
3535
"playwright": "^1.60.0",
@@ -45,7 +45,7 @@
4545
"optional": true
4646
}
4747
},
48-
"packageManager": "pnpm@11.3.0",
48+
"packageManager": "pnpm@11.5.0",
4949
"publishConfig": {
5050
"access": "public",
5151
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)