mirror of https://github.com/YunYouJun/valaxy
chore: upgrade deps & fix lint
This commit is contained in:
parent
33afc6e11d
commit
bbe7f837f2
|
@ -98,4 +98,4 @@ Thanks to everyone who has contributed to Valaxy
|
|||
|
||||
<a href="https://openomy.app/github/YunYouJun/valaxy" target="_blank" style="display: block; width: 100%;" align="center">
|
||||
<img src="https://openomy.app/svg?repo=YunYouJun/valaxy&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
|
||||
</a>
|
||||
</a>
|
||||
|
|
|
@ -98,4 +98,4 @@ pnpm create valaxy
|
|||
|
||||
<a href="https://openomy.app/github/YunYouJun/valaxy" target="_blank" style="display: block; width: 100%;" align="center">
|
||||
<img src="https://openomy.app/svg?repo=YunYouJun/valaxy&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
|
||||
</a>
|
||||
</a>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"typedoc": "typedoc --options ./typedoc.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typedoc": "^0.28.3",
|
||||
"typedoc": "^0.28.4",
|
||||
"typedoc-plugin-markdown": "^4.6.3",
|
||||
"typedoc-vitepress-theme": "^1.1.2",
|
||||
"vitepress": "^1.6.3"
|
||||
|
|
24
package.json
24
package.json
|
@ -3,7 +3,7 @@
|
|||
"type": "module",
|
||||
"version": "0.23.3",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.10.0",
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"description": "📄 Vite & Vue powered static blog generator.",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
@ -82,36 +82,36 @@
|
|||
"valaxy-theme-yun": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.12.0",
|
||||
"@antfu/eslint-config": "^4.13.2",
|
||||
"@iconify-json/logos": "catalog:",
|
||||
"@iconify-json/vscode-icons": "catalog:",
|
||||
"@microsoft/api-extractor": "^7.52.5",
|
||||
"@microsoft/api-extractor": "^7.52.8",
|
||||
"@playwright/test": "^1.52.0",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/markdown-it-attrs": "^4.1.3",
|
||||
"@types/markdown-it-container": "^2.0.10",
|
||||
"@types/markdown-it-emoji": "^3.0.1",
|
||||
"@types/node": "^22.15.3",
|
||||
"@types/node": "^22.15.21",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"bumpp": "^10.1.0",
|
||||
"bumpp": "^10.1.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.25.1",
|
||||
"eslint": "^9.27.0",
|
||||
"https-localhost": "^4.7.1",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.5.1",
|
||||
"lint-staged": "^16.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prompts": "^2.4.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"stylelint": "^16.19.1",
|
||||
"stylelint-config-recommended-vue": "^1.6.0",
|
||||
"stylelint-config-standard-scss": "^14.0.0",
|
||||
"tsup": "^8.4.0",
|
||||
"tsx": "^4.19.3",
|
||||
"stylelint-config-standard-scss": "^15.0.1",
|
||||
"tsup": "^8.5.0",
|
||||
"tsx": "^4.19.4",
|
||||
"typescript": "catalog:",
|
||||
"unbuild": "catalog:",
|
||||
"vite-node": "^3.1.2",
|
||||
"vitest": "^3.1.2",
|
||||
"vite-node": "^3.1.4",
|
||||
"vitest": "^3.1.4",
|
||||
"vue-tsc": "2.2.0",
|
||||
"zx": "catalog:"
|
||||
},
|
||||
|
|
|
@ -48,18 +48,18 @@
|
|||
"@advjs/gui": "0.0.7-beta.7",
|
||||
"@iconify-json/ri": "catalog:",
|
||||
"@intlify/unplugin-vue-i18n": "^6.0.8",
|
||||
"@primevue/themes": "^4.3.3",
|
||||
"@primevue/themes": "^4.3.4",
|
||||
"@types/body-parser": "^1.19.5",
|
||||
"@types/splitpanes": "^2.2.6",
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"gray-matter": "^4.0.3",
|
||||
"primevue": "^4.3.3",
|
||||
"primevue": "^4.3.4",
|
||||
"splitpanes": "^4.0.3",
|
||||
"typescript": "catalog:",
|
||||
"unbuild": "catalog:",
|
||||
"unplugin-vue-router": "^0.12.0",
|
||||
"vite": "catalog:",
|
||||
"vue-i18n": "catalog:",
|
||||
"zod": "^3.24.3"
|
||||
"zod": "^3.25.23"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
"crc": "^4.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vitest": "^3.1.2"
|
||||
"vitest": "^3.1.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
"@iconify-json/simple-icons": "catalog:",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"animejs": "^4.0.2",
|
||||
"gsap": "^3.12.7",
|
||||
"primevue": "^4.3.3"
|
||||
"gsap": "^3.13.0",
|
||||
"primevue": "^4.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/animejs": "^3.1.13",
|
||||
|
|
|
@ -60,29 +60,29 @@
|
|||
"release:beta": "bumpp --no-tag --no-commit --no-push && pnpm publish --no-git-checks --tag beta"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/install-pkg": "^1.0.0",
|
||||
"@antfu/install-pkg": "^1.1.0",
|
||||
"@antfu/utils": "^9.2.0",
|
||||
"@clack/prompts": "^0.10.1",
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"@iconify-json/ri": "catalog:",
|
||||
"@intlify/unplugin-vue-i18n": "^6.0.8",
|
||||
"@shikijs/transformers": "^3.3.0",
|
||||
"@shikijs/transformers": "^3.4.2",
|
||||
"@types/katex": "^0.16.7",
|
||||
"@unhead/addons": "catalog:",
|
||||
"@unhead/schema-org": "catalog:",
|
||||
"@unhead/vue": "catalog:",
|
||||
"@valaxyjs/devtools": "workspace:*",
|
||||
"@valaxyjs/utils": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"@vue/devtools-api": "7.7.2",
|
||||
"@vueuse/core": "^13.1.0",
|
||||
"@vueuse/integrations": "^13.1.0",
|
||||
"beasties": "^0.3.3",
|
||||
"@vueuse/core": "^13.2.0",
|
||||
"@vueuse/integrations": "^13.2.0",
|
||||
"beasties": "^0.3.4",
|
||||
"birpc": "^2.3.0",
|
||||
"consola": "catalog:",
|
||||
"cross-spawn": "^7.0.6",
|
||||
"css-i18n": "^0.0.5",
|
||||
"dayjs": "^1.11.13",
|
||||
"debug": "^4.4.0",
|
||||
"debug": "^4.4.1",
|
||||
"defu": "^6.1.4",
|
||||
"ejs": "^3.1.10",
|
||||
"escape-html": "^1.0.3",
|
||||
|
@ -119,12 +119,12 @@
|
|||
"pinia": "^3.0.2",
|
||||
"qrcode": "^1.5.4",
|
||||
"resolve-global": "^2.0.0",
|
||||
"sass": "^1.87.0",
|
||||
"shiki": "^3.3.0",
|
||||
"sass": "^1.89.0",
|
||||
"shiki": "^3.4.2",
|
||||
"star-markdown-css": "^0.5.3",
|
||||
"table": "^6.9.0",
|
||||
"unhead": "catalog:",
|
||||
"unocss": "^66.1.0-beta.12",
|
||||
"unocss": "^66.1.2",
|
||||
"unplugin-vue-components": "28.0.0",
|
||||
"unplugin-vue-markdown": "^28.3.1",
|
||||
"unplugin-vue-router": "^0.12.0",
|
||||
|
@ -133,10 +133,10 @@
|
|||
"vite-dev-rpc": "^1.0.7",
|
||||
"vite-plugin-vue-devtools": "^7.7.6",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vite-ssg": "^26.1.1",
|
||||
"vite-ssg-sitemap": "^0.8.1",
|
||||
"vitepress-plugin-group-icons": "^1.5.2",
|
||||
"vue": "^3.5.13",
|
||||
"vite-ssg": "^27.0.1",
|
||||
"vite-ssg-sitemap": "^0.9.0",
|
||||
"vitepress-plugin-group-icons": "^1.5.5",
|
||||
"vue": "^3.5.14",
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "^4.5.1",
|
||||
"yargs": "^17.7.2",
|
||||
|
|
3940
pnpm-lock.yaml
3940
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -11,17 +11,17 @@ catalog:
|
|||
'@iconify-json/carbon': ^1.2.8
|
||||
'@iconify-json/logos': ^1.2.4
|
||||
'@iconify-json/ri': ^1.2.5
|
||||
'@iconify-json/simple-icons': ^1.2.33
|
||||
'@iconify-json/vscode-icons': ^1.2.20
|
||||
'@unhead/addons': ^2.0.8
|
||||
'@unhead/schema-org': ^2.0.8
|
||||
'@unhead/vue': ^2.0.8
|
||||
'@iconify-json/simple-icons': ^1.2.35
|
||||
'@iconify-json/vscode-icons': ^1.2.21
|
||||
'@unhead/addons': ^2.0.10
|
||||
'@unhead/schema-org': ^2.0.10
|
||||
'@unhead/vue': ^2.0.10
|
||||
consola: ^3.4.2
|
||||
typescript: ^5.8.3
|
||||
unbuild: ^3.5.0
|
||||
unhead: ^2.0.8
|
||||
vite: ^6.3.3
|
||||
unhead: ^2.0.10
|
||||
vite: ^6.3.5
|
||||
vue-i18n: ^11.1.3
|
||||
zx: ^8.5.3
|
||||
zx: ^8.5.4
|
||||
onlyBuiltDependencies:
|
||||
- vue-demi
|
||||
|
|
Loading…
Reference in New Issue