Skip to content

Commit a89b11e

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

File tree

4 files changed

+691
-463
lines changed

4 files changed

+691
-463
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.20.0
27+
node-version: 22.22.2
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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22.20.0
34+
node-version: 22.22.2
3535
cache: "pnpm"
3636

3737
- name: Install Dependencies

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
"json5": "^2.2.3"
4545
},
4646
"devDependencies": {
47-
"@biomejs/biome": "^2.3.3",
48-
"@playwright/test": "^1.55.1",
49-
"@rsbuild/core": "^1.6.1",
50-
"@rsbuild/plugin-react": "^1.4.1",
51-
"@rsbuild/plugin-type-check": "^1.3.0",
52-
"@rslib/core": "^0.17.0",
53-
"@rstest/core": "^0.6.6",
47+
"@biomejs/biome": "^2.4.9",
48+
"@playwright/test": "^1.58.2",
49+
"@rsbuild/core": "^1.7.4",
50+
"@rsbuild/plugin-react": "^1.4.6",
51+
"@rsbuild/plugin-type-check": "^1.3.4",
52+
"@rslib/core": "^0.20.1",
53+
"@rstest/core": "^0.9.5",
5454
"@types/graphlib": "^2.1.12",
55-
"@types/node": "^22.18.8",
56-
"@types/react": "^19.1.16",
57-
"@types/react-dom": "^19.1.9",
58-
"playwright": "^1.55.1",
59-
"react": "^19.1.1",
60-
"react-dom": "^19.1.1",
55+
"@types/node": "^22.19.15",
56+
"@types/react": "^19.2.14",
57+
"@types/react-dom": "^19.2.3",
58+
"playwright": "^1.58.2",
59+
"react": "^19.2.4",
60+
"react-dom": "^19.2.4",
6161
"simple-git-hooks": "^2.13.1",
6262
"typescript": "^5.9.3"
6363
},
@@ -69,7 +69,7 @@
6969
"optional": true
7070
}
7171
},
72-
"packageManager": "pnpm@10.17.1",
72+
"packageManager": "pnpm@10.33.0",
7373
"publishConfig": {
7474
"access": "public",
7575
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)