Skip to content

Commit be46cac

Browse files
fix(deps): update all non-major dependencies
1 parent cd15074 commit be46cac

File tree

4 files changed

+1255
-1040
lines changed

4 files changed

+1255
-1040
lines changed

docs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
"@codemirror/lang-xml": "^6.1.0",
1212
"@codemirror/language": "^6.10.8",
1313
"@codemirror/state": "^6.5.2",
14-
"@codemirror/view": "^6.36.2",
14+
"@codemirror/view": "^6.36.4",
1515
"@lezer/highlight": "^1.2.1",
1616
"@ntnyq/utils": "catalog:",
17-
"@uiw/codemirror-themes": "^4.23.8",
18-
"@vueuse/core": "^12.5.0",
17+
"@uiw/codemirror-themes": "^4.23.10",
18+
"@vueuse/core": "^12.8.2",
1919
"codemirror": "^6.0.1",
2020
"floating-vue": "^5.2.2",
2121
"svg-eslint-parser": "workspace:*",
2222
"vue-codemirror": "^6.1.1",
2323
"vue-resizable-panels": "^0.0.1"
2424
},
2525
"devDependencies": {
26-
"@iconify-json/carbon": "^1.2.6",
27-
"@iconify-json/lucide": "^1.2.26",
28-
"@shikijs/transformers": "^3.0.0",
29-
"@shikijs/vitepress-twoslash": "^3.0.0",
30-
"twoslash": "^0.2.12",
26+
"@iconify-json/carbon": "^1.2.8",
27+
"@iconify-json/lucide": "^1.2.28",
28+
"@shikijs/transformers": "^3.1.0",
29+
"@shikijs/vitepress-twoslash": "^3.1.0",
30+
"twoslash": "^0.3.1",
3131
"unocss": "^66.0.0",
32-
"unplugin-vue-components": "^28.0.0",
33-
"vite": "^6.1.0",
32+
"unplugin-vue-components": "^28.4.1",
33+
"vite": "^6.2.0",
3434
"vitepress": "^1.6.3",
35-
"vitepress-plugin-group-icons": "^1.3.5",
35+
"vitepress-plugin-group-icons": "^1.3.6",
3636
"vue": "^3.5.13"
3737
}
3838
}

package.json

Lines changed: 11 additions & 11 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.2.1",
5+
"packageManager": "pnpm@10.5.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.3",
64-
"@ntnyq/prettier-config": "^2.0.0-beta.2",
65-
"@types/node": "^22.13.1",
66-
"@vitest/coverage-v8": "^3.0.5",
67-
"bumpp": "^10.0.2",
68-
"eslint": "^9.20.0",
63+
"@ntnyq/eslint-config": "^4.0.0-beta.10",
64+
"@ntnyq/prettier-config": "^2.0.0",
65+
"@types/node": "^22.13.9",
66+
"@vitest/coverage-v8": "^3.0.7",
67+
"bumpp": "^10.0.3",
68+
"eslint": "^9.21.0",
6969
"husky": "^9.1.7",
7070
"nano-staged": "^0.8.0",
7171
"npm-run-all2": "^7.0.2",
72-
"prettier": "^3.5.0",
73-
"tsup": "^8.3.6",
74-
"typescript": "^5.7.3",
75-
"vitest": "^3.0.5"
72+
"prettier": "^3.5.3",
73+
"tsup": "^8.4.0",
74+
"typescript": "^5.8.2",
75+
"vitest": "^3.0.7"
7676
},
7777
"engines": {
7878
"node": ">=18.18.0"

0 commit comments

Comments
 (0)