Skip to content

Commit 268b339

Browse files
fix(deps): update all non-major dependencies (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e88aa89 commit 268b339

File tree

3 files changed

+272
-261
lines changed

3 files changed

+272
-261
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@codemirror/lang-xml": "^6.1.0",
1212
"@codemirror/language": "^6.11.0",
1313
"@codemirror/state": "^6.5.2",
14-
"@codemirror/view": "^6.36.4",
14+
"@codemirror/view": "^6.36.5",
1515
"@lezer/highlight": "^1.2.1",
1616
"@ntnyq/utils": "catalog:",
1717
"@uiw/codemirror-themes": "^4.23.10",
@@ -24,13 +24,13 @@
2424
},
2525
"devDependencies": {
2626
"@iconify-json/carbon": "^1.2.8",
27-
"@iconify-json/lucide": "^1.2.32",
27+
"@iconify-json/lucide": "^1.2.34",
2828
"@shikijs/transformers": "^3.2.1",
2929
"@shikijs/vitepress-twoslash": "^3.2.1",
3030
"twoslash": "^0.3.1",
31-
"unocss": "^66.1.0-beta.6",
31+
"unocss": "^66.1.0-beta.8",
3232
"unplugin-vue-components": "^28.4.1",
33-
"vite": "^6.2.2",
33+
"vite": "^6.2.4",
3434
"vitepress": "^1.6.3",
3535
"vitepress-plugin-group-icons": "^1.3.8",
3636
"vue": "^3.5.13"

package.json

Lines changed: 4 additions & 4 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.6.5",
5+
"packageManager": "pnpm@10.7.0",
66
"description": "An SVG parser that produces output compatible with ESLint.",
77
"keywords": [
88
"eslint-parser",
@@ -62,8 +62,8 @@
6262
"devDependencies": {
6363
"@ntnyq/eslint-config": "^4.0.2",
6464
"@ntnyq/prettier-config": "^2.0.0",
65-
"@types/node": "^22.13.11",
66-
"@vitest/coverage-v8": "^3.0.9",
65+
"@types/node": "^22.13.14",
66+
"@vitest/coverage-v8": "^3.1.1",
6767
"bumpp": "^10.1.0",
6868
"eslint": "^9.23.0",
6969
"husky": "^9.1.7",
@@ -72,7 +72,7 @@
7272
"prettier": "^3.5.3",
7373
"tsup": "^8.4.0",
7474
"typescript": "^5.8.2",
75-
"vitest": "^3.0.9"
75+
"vitest": "^3.1.1"
7676
},
7777
"engines": {
7878
"node": ">=18.18.0"

0 commit comments

Comments
 (0)