Skip to content

Commit e8f5a6c

Browse files
chore(deps): update all non-major dependencies (#7)
* chore(deps): update all non-major dependencies * chore: autofix by ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 6ed6313 commit e8f5a6c

File tree

7 files changed

+333
-523
lines changed

7 files changed

+333
-523
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"twoslash": "^0.3.1",
3131
"unocss": "^66.1.0-beta.3",
3232
"unplugin-vue-components": "^28.4.1",
33-
"vite": "^6.2.0",
33+
"vite": "^6.2.1",
3434
"vitepress": "^1.6.3",
3535
"vitepress-plugin-group-icons": "^1.3.6",
3636
"vue": "^3.5.13"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svg-eslint-parser",
33
"type": "module",
44
"version": "0.0.2",
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.6.2",
66
"description": "An SVG parser that produces output compatible with ESLint.",
77
"keywords": [
88
"eslint-parser",
@@ -60,19 +60,19 @@
6060
"eslint-visitor-keys": "^4.2.0"
6161
},
6262
"devDependencies": {
63-
"@ntnyq/eslint-config": "^4.0.0-beta.10",
63+
"@ntnyq/eslint-config": "^4.0.0",
6464
"@ntnyq/prettier-config": "^2.0.0",
65-
"@types/node": "^22.13.9",
66-
"@vitest/coverage-v8": "^3.0.7",
65+
"@types/node": "^22.13.10",
66+
"@vitest/coverage-v8": "^3.0.8",
6767
"bumpp": "^10.0.3",
68-
"eslint": "^9.21.0",
68+
"eslint": "^9.22.0",
6969
"husky": "^9.1.7",
7070
"nano-staged": "^0.8.0",
7171
"npm-run-all2": "^7.0.2",
7272
"prettier": "^3.5.3",
7373
"tsup": "^8.4.0",
7474
"typescript": "^5.8.2",
75-
"vitest": "^3.0.7"
75+
"vitest": "^3.0.8"
7676
},
7777
"engines": {
7878
"node": ">=18.18.0"

0 commit comments

Comments
 (0)