chore: Upgrade dev and non-major prod dependencies (#2000)

This commit is contained in:
Aaron
2025-12-16 14:33:59 -06:00
committed by GitHub
parent 8c9bc8cdbc
commit 886dae28fa
29 changed files with 1396 additions and 1181 deletions
+13 -12
View File
@@ -18,35 +18,36 @@
},
"devDependencies": {
"@aklinker1/buildc": "^1.1.5",
"@aklinker1/check": "^2.1.2",
"@aklinker1/check": "^2.2.0",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@types/fs-extra": "^11.0.4",
"@types/semver": "^7.7.1",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/coverage-v8": "^4.0.16",
"changelogen": "^0.6.2",
"consola": "^3.4.2",
"fast-glob": "^3.3.3",
"feed": "^5.1.0",
"fs-extra": "^11.3.1",
"lint-staged": "^16.1.6",
"fs-extra": "^11.3.2",
"lint-staged": "^16.2.7",
"markdown-it-footnote": "^4.0.0",
"markdownlint-cli": "^0.45.0",
"nano-spawn": "^1.0.2",
"prettier": "^3.6.2",
"semver": "^7.7.2",
"nano-spawn": "^1.0.3",
"p-map": "^7.0.4",
"prettier": "^3.7.4",
"semver": "^7.7.3",
"simple-git-hooks": "^2.13.1",
"tsx": "4.20.5",
"tsx": "4.21.0",
"typedoc": "^0.25.4",
"typedoc-plugin-frontmatter": "^1.3.0",
"typedoc-plugin-frontmatter": "^1.3.1",
"typedoc-plugin-markdown": "4.0.0-next.23",
"typedoc-vitepress-theme": "1.0.0-next.3",
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"vitepress": "^1.6.4",
"vitepress-knowledge": "^0.4.1",
"vitepress-plugin-group-icons": "^1.6.3",
"vitepress-plugin-group-icons": "^1.6.5",
"vitest-mock-extended": "^3.1.0",
"vue": "^3.5.21",
"vue": "^3.5.25",
"wxt": "workspace:*"
},
"simple-git-hooks": {