Skip to content

Commit bc5d2e1

Browse files
chore(deps): update all non-major dependencies
1 parent 7279095 commit bc5d2e1

File tree

4 files changed

+142
-317
lines changed

4 files changed

+142
-317
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@v6
2626
with:
27-
node-version: 22.22.0
27+
node-version: 22.22.2
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@v6
3535
with:
36-
node-version: 22.22.0
36+
node-version: 22.22.2
3737

3838
- name: Install Dependencies
3939
run: pnpm install && npx playwright install chromium

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
},
3030
"devDependencies": {
3131
"@biomejs/biome": "^1.9.4",
32-
"@playwright/test": "^1.58.2",
32+
"@playwright/test": "^1.59.1",
3333
"@rollup/pluginutils": "^5.3.0",
34-
"@rsbuild/core": "2.0.0-beta.6",
35-
"@rslib/core": "^0.19.6",
36-
"@types/node": "^22.19.13",
34+
"@rsbuild/core": "2.0.0-rc.1",
35+
"@rslib/core": "^0.21.0",
36+
"@types/node": "^22.19.17",
3737
"@types/semver": "^7.7.1",
38-
"postcss": "^8.5.6",
38+
"postcss": "^8.5.9",
3939
"semver": "^7.7.4",
4040
"simple-git-hooks": "^2.13.1",
4141
"tailwindcss": "^3.4.19",
@@ -50,7 +50,7 @@
5050
"optional": true
5151
}
5252
},
53-
"packageManager": "pnpm@10.30.3",
53+
"packageManager": "pnpm@10.33.0",
5454
"publishConfig": {
5555
"access": "public",
5656
"provenance": true,

0 commit comments

Comments
 (0)