mirror of https://github.com/YunYouJun/valaxy
fix: upgrade deps vite-ssg & vite-plugin-vue-layouts
This commit is contained in:
parent
721f664be9
commit
6783c3e4be
|
@ -20,10 +20,10 @@
|
|||
"valaxy-theme-press": "link:../packages/valaxy-theme-press"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/simple-icons": "^1.1.85",
|
||||
"@iconify-json/simple-icons": "^1.1.86",
|
||||
"nodemon": "^3.0.2",
|
||||
"vite": "^5.0.10",
|
||||
"vitepress": "1.0.0-rc.32",
|
||||
"vue": "^3.3.13"
|
||||
"vitepress": "1.0.0-rc.34",
|
||||
"vue": "^3.4.3"
|
||||
}
|
||||
}
|
||||
|
|
16
package.json
16
package.json
|
@ -3,7 +3,7 @@
|
|||
"type": "module",
|
||||
"version": "0.16.2",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.12.1",
|
||||
"packageManager": "pnpm@8.13.1",
|
||||
"description": "📄 Vite & Vue powered static blog generator.",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
@ -51,20 +51,20 @@
|
|||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "2.4.6",
|
||||
"@iconify-json/logos": "^1.1.41",
|
||||
"@antfu/eslint-config": "2.6.1",
|
||||
"@iconify-json/logos": "^1.1.42",
|
||||
"@iconify-json/vscode-icons": "^1.1.32",
|
||||
"@microsoft/api-extractor": "^7.39.0",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/markdown-it-attrs": "^4.1.3",
|
||||
"@types/markdown-it-container": "^2.0.9",
|
||||
"@types/markdown-it-emoji": "^2.0.4",
|
||||
"@types/node": "^20.10.5",
|
||||
"@types/node": "^20.10.6",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/resolve": "^1.20.6",
|
||||
"@types/semver": "^7.5.6",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^13.6.1",
|
||||
"cypress": "^13.6.2",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-cypress": "^2.15.1",
|
||||
"https-localhost": "^4.7.1",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"lint-staged": "^15.2.0",
|
||||
"prompts": "^2.4.2",
|
||||
"rimraf": "^5.0.5",
|
||||
"stylelint": "^16.0.2",
|
||||
"stylelint": "^16.1.0",
|
||||
"stylelint-config-recommended-vue": "^1.5.0",
|
||||
"stylelint-config-standard-scss": "^12.0.0",
|
||||
"tsup": "^8.0.1",
|
||||
|
@ -88,8 +88,8 @@
|
|||
"valaxy-addon-waline": "workspace:*",
|
||||
"valaxy-theme-press": "workspace:*",
|
||||
"valaxy-theme-yun": "workspace:*",
|
||||
"vitest": "^1.1.0",
|
||||
"vue-tsc": "1.8.26",
|
||||
"vitest": "^1.1.1",
|
||||
"vue-tsc": "1.8.27",
|
||||
"zx": "^7.2.3"
|
||||
},
|
||||
"pnpm": {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"resolveJsonModule": true,
|
||||
"types": [
|
||||
"vite/client",
|
||||
"vue/ref-macros",
|
||||
"vite-plugin-pages/client",
|
||||
"vite-plugin-vue-layouts/client"
|
||||
],
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"dependencies": {
|
||||
"@explosions/fireworks": "^0.0.2",
|
||||
"@iconify-json/ant-design": "^1.1.13",
|
||||
"@iconify-json/simple-icons": "^1.1.85",
|
||||
"@iconify-json/simple-icons": "^1.1.86",
|
||||
"animejs": "^3.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"resolveJsonModule": true,
|
||||
"types": [
|
||||
"vite/client",
|
||||
"vue/ref-macros",
|
||||
"vite-plugin-pages/client",
|
||||
"vite-plugin-vue-layouts/client"
|
||||
],
|
||||
|
|
|
@ -71,9 +71,9 @@
|
|||
"@unhead/addons": "^1.8.9",
|
||||
"@unhead/schema-org": "^1.8.9",
|
||||
"@unhead/vue": "^1.8.9",
|
||||
"@vitejs/plugin-vue": "^4.5.2",
|
||||
"@vueuse/core": "^10.7.0",
|
||||
"@vueuse/integrations": "^10.7.0",
|
||||
"@vitejs/plugin-vue": "^5.0.2",
|
||||
"@vueuse/core": "^10.7.1",
|
||||
"@vueuse/integrations": "^10.7.1",
|
||||
"body-scroll-lock": "4.0.0-beta.0",
|
||||
"consola": "^3.2.3",
|
||||
"critters": "^0.0.20",
|
||||
|
@ -103,24 +103,24 @@
|
|||
"markdown-it-task-lists": "^2.1.1",
|
||||
"medium-zoom": "^1.1.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"open": "10.0.1",
|
||||
"open": "10.0.2",
|
||||
"ora": "^7.0.1",
|
||||
"pascalcase": "^2.0.0",
|
||||
"pinia": "^2.1.7",
|
||||
"qrcode": "^1.5.3",
|
||||
"sass": "^1.69.5",
|
||||
"sass": "^1.69.6",
|
||||
"shiki": "^0.14.7",
|
||||
"star-markdown-css": "^0.4.2",
|
||||
"unconfig": "^0.3.11",
|
||||
"unocss": "^0.58.0",
|
||||
"unocss": "^0.58.2",
|
||||
"unplugin-vue-components": "^0.26.0",
|
||||
"vanilla-lazyload": "^17.8.5",
|
||||
"vite": "^5.0.10",
|
||||
"vite-plugin-pages": "^0.32.0",
|
||||
"vite-plugin-vue-layouts": "0.9.1",
|
||||
"vite-ssg": "0.23.5",
|
||||
"vite-plugin-vue-layouts": "0.11.0",
|
||||
"vite-ssg": "0.23.6",
|
||||
"vite-ssg-sitemap": "0.6.1",
|
||||
"vue": "^3.3.13",
|
||||
"vue": "^3.4.3",
|
||||
"vue-i18n": "^9.8.0",
|
||||
"vue-router": "^4.2.5",
|
||||
"yargs": "^17.7.2"
|
||||
|
|
1452
pnpm-lock.yaml
1452
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -19,7 +19,6 @@
|
|||
"types": [
|
||||
"vitest",
|
||||
"vite/client",
|
||||
"vue/ref-macros",
|
||||
"vite-plugin-pages/client",
|
||||
"vite-plugin-vue-layouts/client",
|
||||
"@intlify/unplugin-vue-i18n/messages"
|
||||
|
|
Loading…
Reference in New Issue