Skip to content

Commit 4dab0ce

Browse files
chore(deps): update all non-major dependencies
1 parent f4bca33 commit 4dab0ce

File tree

4 files changed

+359
-314
lines changed

4 files changed

+359
-314
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.22.0
2828

2929
- name: Setup Package Managers
3030
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 22
36+
node-version: 22.22.0
3737
cache: "pnpm"
3838

3939
- name: Install Dependencies

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
},
3030
"devDependencies": {
3131
"@biomejs/biome": "^1.9.4",
32-
"@playwright/test": "^1.54.1",
33-
"@rollup/pluginutils": "^5.2.0",
34-
"@rsbuild/core": "^1.4.12",
35-
"@rslib/core": "^0.11.0",
36-
"@rsbuild/webpack": "^1.3.2",
37-
"@types/node": "^22.17.0",
38-
"@types/semver": "^7.7.0",
32+
"@playwright/test": "^1.58.1",
33+
"@rollup/pluginutils": "^5.3.0",
34+
"@rsbuild/core": "^1.7.3",
35+
"@rslib/core": "^0.19.5",
36+
"@rsbuild/webpack": "^1.7.0",
37+
"@types/node": "^22.19.9",
38+
"@types/semver": "^7.7.1",
3939
"playwright": "^1.54.1",
4040
"postcss": "^8.5.6",
41-
"semver": "^7.7.2",
41+
"semver": "^7.7.4",
4242
"simple-git-hooks": "^2.13.1",
43-
"tailwindcss": "^3.4.17",
44-
"typescript": "^5.9.2"
43+
"tailwindcss": "^3.4.19",
44+
"typescript": "^5.9.3"
4545
},
4646
"peerDependencies": {
4747
"@rsbuild/core": "^1.1.0",
@@ -52,7 +52,7 @@
5252
"optional": true
5353
}
5454
},
55-
"packageManager": "pnpm@10.14.0",
55+
"packageManager": "pnpm@10.28.2",
5656
"publishConfig": {
5757
"access": "public",
5858
"provenance": true,

0 commit comments

Comments
 (0)