Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent a82f76b commit d46c249
Show file tree
Hide file tree
Showing 3 changed files with 831 additions and 676 deletions.
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.10.8",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.36.1",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.2",
"@lezer/highlight": "^1.2.1",
"@ntnyq/utils": "catalog:",
"@uiw/codemirror-themes": "^4.23.7",
"@vueuse/core": "^12.3.0",
"@uiw/codemirror-themes": "^4.23.8",
"@vueuse/core": "^12.5.0",
"codemirror": "^6.0.1",
"floating-vue": "^5.2.2",
"svg-eslint-parser": "workspace:*",
"vue-codemirror": "^6.1.1",
"vue-resizable-panels": "^0.0.1"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/lucide": "^1.2.20",
"@shikijs/transformers": "^1.26.1",
"@shikijs/vitepress-twoslash": "^1.26.1",
"@iconify-json/carbon": "^1.2.6",
"@iconify-json/lucide": "^1.2.25",
"@shikijs/transformers": "^1.29.2",
"@shikijs/vitepress-twoslash": "^1.29.2",
"twoslash": "^0.2.12",
"unocss": "^65.4.3",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vitepress": "^1.5.0",
"vitepress-plugin-group-icons": "^1.3.2",
"vite": "^6.0.11",
"vitepress": "^1.6.3",
"vitepress-plugin-group-icons": "^1.3.5",
"vue": "^3.5.13"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svg-eslint-parser",
"type": "module",
"version": "0.0.2",
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"description": "An SVG parser that produces output compatible with ESLint.",
"keywords": [
"eslint-parser",
Expand Down Expand Up @@ -60,19 +60,19 @@
"eslint-visitor-keys": "^4.2.0"
},
"devDependencies": {
"@ntnyq/eslint-config": "^3.11.0",
"@ntnyq/eslint-config": "^3.12.3",
"@ntnyq/prettier-config": "^1.22.1",
"@types/node": "^22.10.5",
"@vitest/coverage-v8": "^3.0.0-beta.3",
"@types/node": "^22.13.1",
"@vitest/coverage-v8": "^3.0.5",
"bumpp": "^10.0.1",
"eslint": "^9.17.0",
"eslint": "^9.19.0",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^3.0.0-beta.3"
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
},
"engines": {
"node": ">=18.18.0"
Expand Down
Loading

0 comments on commit d46c249

Please sign in to comment.