Skip to content

Commit 2a443bf

Browse files
committed
chore(deps-dev): bump a group of dev dependencies
close #11 close #12 close #13 close #14 close #15 close #16 close #17
1 parent d8fc29b commit 2a443bf

File tree

3 files changed

+956
-1572
lines changed

3 files changed

+956
-1572
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
- package-ecosystem: github-actions
99
directory: /
1010
schedule:
11-
interval: monthly
11+
interval: yearly
1212
open-pull-requests-limit: 1000
1313
assignees:
1414
- Lruihao
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: npm
1818
directory: /
1919
schedule:
20-
interval: monthly
20+
interval: yearly
2121
open-pull-requests-limit: 1000
2222
assignees:
2323
- Lruihao

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"lint:fix": "eslint src --fix"
3333
},
3434
"devDependencies": {
35-
"@antfu/eslint-config": "^4.12.0",
36-
"@tsconfig/node22": "^22.0.1",
37-
"@types/node": "^22.15.11",
38-
"@vitejs/plugin-vue": "^5.2.3",
35+
"@antfu/eslint-config": "^4.13.2",
36+
"@tsconfig/node22": "^22.0.2",
37+
"@types/node": "^22.15.29",
38+
"@vitejs/plugin-vue": "^5.2.4",
3939
"@vue/tsconfig": "^0.7.0",
4040
"cn-font-split": "^7.2.9",
4141
"colorthief": "^2.6.0",
42-
"eslint": "^9.26.0",
42+
"eslint": "^9.28.0",
4343
"npm-run-all2": "^7.0.2",
4444
"tsx": "^4.19.4",
4545
"typescript": "~5.8.3",
4646
"vite": "^6.3.5",
4747
"vite-plugin-vue-devtools": "^7.7.6",
48-
"vue": "^3.5.13",
48+
"vue": "^3.5.16",
4949
"vue-tsc": "^2.2.10"
5050
},
5151
"pnpm": {

0 commit comments

Comments
 (0)