Skip to content

Commit dcae757

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

5 files changed

Lines changed: 87 additions & 225 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3131
with:
32-
node-version: 24.15.0
32+
node-version: 24.16.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
@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
"devDependencies": {
3131
"@playwright/test": "^1.60.0",
32-
"@rsbuild/core": "^2.0.7",
33-
"@rsbuild/plugin-react": "^2.0.0",
34-
"@rslib/core": "^0.21.5",
32+
"@rsbuild/core": "^2.0.9",
33+
"@rsbuild/plugin-react": "^2.0.1",
34+
"@rslib/core": "^0.22.0",
3535
"@rslint/core": "^0.5.3",
3636
"@types/node": "^24.12.4",
3737
"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)