Skip to content

Commit 3d07089

Browse files
chore(deps): update all non-major dependencies
1 parent 232474a commit 3d07089

File tree

6 files changed

+175
-169
lines changed

6 files changed

+175
-169
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: pnpm/action-setup@v3
2222
with:
23-
version: 9
23+
version: 9.15.9
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 'lts/*'

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"@clack/prompts": "^0.11.0",
4444
"@tsconfig/node22": "^22.0.2",
4545
"@types/eslint": "^9.6.1",
46-
"@types/node": "^22.17.0",
46+
"@types/node": "^22.17.1",
4747
"@types/prompts": "^2.4.9",
4848
"@vue/create-eslint-config": "^0.12.0",
4949
"@vue/tsconfig": "^0.7.0",
5050
"ejs": "^3.1.10",
5151
"husky": "^9.1.7",
52-
"lint-staged": "^16.1.4",
52+
"lint-staged": "^16.1.5",
5353
"picocolors": "^1.1.1",
5454
"prettier": "3.6.2",
55-
"rolldown": "1.0.0-beta.30",
55+
"rolldown": "1.0.0-beta.31",
5656
"rollup-plugin-license": "^3.6.0",
5757
"vitest": "^3.2.4",
58-
"zx": "^8.7.2"
58+
"zx": "^8.8.0"
5959
},
6060
"lint-staged": {
6161
"*.{js,ts,vue,json}": [

0 commit comments

Comments
 (0)