Skip to content

Commit d15f8f8

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

File tree

4 files changed

+310
-329
lines changed

4 files changed

+310
-329
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22
27+
node-version: 22.19.0
2828

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

.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@v4
3131
with:
32-
node-version: 22
32+
node-version: 22.19.0
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"pre-commit": "npm run lint:write"
2929
},
3030
"devDependencies": {
31-
"@microsoft/api-extractor": "^7.52.10",
31+
"@microsoft/api-extractor": "^7.52.13",
3232
"@biomejs/biome": "^1.9.4",
33-
"@playwright/test": "^1.54.1",
34-
"@rsbuild/core": "^1.5.0-beta.1",
35-
"@rsbuild/plugin-react": "^1.3.4",
36-
"@rslib/core": "^0.11.0",
37-
"@swc/core": "^1.13.3",
38-
"@types/node": "^22.17.0",
39-
"@types/react": "^19.1.9",
40-
"@types/react-dom": "^19.1.7",
33+
"@playwright/test": "^1.55.0",
34+
"@rsbuild/core": "^1.5.7",
35+
"@rsbuild/plugin-react": "^1.4.0",
36+
"@rslib/core": "^0.13.2",
37+
"@swc/core": "^1.13.5",
38+
"@types/node": "^22.18.4",
39+
"@types/react": "^19.1.13",
40+
"@types/react-dom": "^19.1.9",
4141
"@types/serialize-javascript": "^5.0.4",
42-
"playwright": "^1.54.1",
42+
"playwright": "^1.55.0",
4343
"react": "^19.1.1",
4444
"react-dom": "^19.1.1",
4545
"serialize-javascript": "^6.0.2",
@@ -54,7 +54,7 @@
5454
"optional": true
5555
}
5656
},
57-
"packageManager": "pnpm@10.14.0",
57+
"packageManager": "pnpm@10.16.1",
5858
"publishConfig": {
5959
"access": "public",
6060
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)