mirror of https://github.com/YunYouJun/valaxy
chore: upgrade deps
This commit is contained in:
parent
c0be354551
commit
490b20a167
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1",
|
||||
"vite-plugin-inspect": "^0.7.41",
|
||||
"vite-plugin-pwa": "^0.16.6"
|
||||
"vite-plugin-inspect": "^0.7.42",
|
||||
"vite-plugin-pwa": "^0.16.7"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
"valaxy-theme-press": "link:../packages/valaxy-theme-press"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/simple-icons": "^1.1.76",
|
||||
"@iconify-json/simple-icons": "^1.1.77",
|
||||
"nodemon": "^3.0.1",
|
||||
"vite": "^4.5.0",
|
||||
"vitepress": "1.0.0-rc.24",
|
||||
"vue": "^3.3.7"
|
||||
"vitepress": "1.0.0-rc.25",
|
||||
"vue": "^3.3.8"
|
||||
}
|
||||
}
|
||||
|
|
28
package.json
28
package.json
|
@ -51,21 +51,21 @@
|
|||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "1.0.0-beta.29",
|
||||
"@antfu/eslint-config": "1.1.0",
|
||||
"@iconify-json/logos": "^1.1.37",
|
||||
"@iconify-json/vscode-icons": "^1.1.29",
|
||||
"@microsoft/api-extractor": "^7.38.0",
|
||||
"@types/debug": "^4.1.10",
|
||||
"@types/markdown-it-attrs": "^4.1.2",
|
||||
"@types/markdown-it-container": "^2.0.8",
|
||||
"@types/markdown-it-emoji": "^2.0.3",
|
||||
"@types/node": "^20.8.9",
|
||||
"@types/prompts": "^2.4.7",
|
||||
"@types/resolve": "^1.20.4",
|
||||
"@types/semver": "^7.5.4",
|
||||
"@microsoft/api-extractor": "^7.38.3",
|
||||
"@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.9.0",
|
||||
"@types/prompts": "^2.4.8",
|
||||
"@types/resolve": "^1.20.5",
|
||||
"@types/semver": "^7.5.5",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^13.3.3",
|
||||
"eslint": "^8.52.0",
|
||||
"cypress": "^13.5.0",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-plugin-cypress": "^2.15.1",
|
||||
"https-localhost": "^4.7.1",
|
||||
"husky": "^8.0.3",
|
||||
|
@ -74,9 +74,9 @@
|
|||
"rimraf": "^5.0.5",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-config-recommended-vue": "^1.5.0",
|
||||
"stylelint-config-standard-scss": "^11.0.0",
|
||||
"stylelint-config-standard-scss": "^11.1.0",
|
||||
"tsup": "^7.2.0",
|
||||
"tsx": "^3.14.0",
|
||||
"tsx": "^4.1.1",
|
||||
"typescript": "^5.2.2",
|
||||
"unbuild": "^2.0.0",
|
||||
"valaxy": "workspace:*",
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
"dependencies": {
|
||||
"@explosions/fireworks": "^0.0.2",
|
||||
"@iconify-json/ant-design": "^1.1.10",
|
||||
"@iconify-json/simple-icons": "^1.1.76",
|
||||
"@iconify-json/simple-icons": "^1.1.77",
|
||||
"animejs": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/animejs": "^3.1.10",
|
||||
"@types/animejs": "^3.1.11",
|
||||
"valaxy": "workspace:*",
|
||||
"valaxy-addon-waline": "workspace:*"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { join } from 'node:path'
|
||||
import isInstalledGlobally from 'is-installed-globally'
|
||||
import globalDirs from 'global-dirs'
|
||||
import globalDirs from 'global-directory'
|
||||
import type resolve from 'resolve'
|
||||
import { sync as resolveSync } from 'resolve'
|
||||
import consola from 'consola'
|
||||
|
|
|
@ -62,14 +62,14 @@
|
|||
"@ctrl/tinycolor": "^4.0.2",
|
||||
"@iconify-json/carbon": "^1.1.21",
|
||||
"@iconify-json/ri": "^1.1.12",
|
||||
"@intlify/unplugin-vue-i18n": "^1.4.0",
|
||||
"@types/body-scroll-lock": "^3.1.1",
|
||||
"@unhead/addons": "^1.8.1",
|
||||
"@unhead/schema-org": "^1.8.1",
|
||||
"@unhead/vue": "^1.8.1",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"@vueuse/core": "^10.5.0",
|
||||
"@vueuse/integrations": "^10.5.0",
|
||||
"@intlify/unplugin-vue-i18n": "^1.5.0",
|
||||
"@types/body-scroll-lock": "^3.1.2",
|
||||
"@unhead/addons": "^1.8.3",
|
||||
"@unhead/schema-org": "^1.8.3",
|
||||
"@unhead/vue": "^1.8.3",
|
||||
"@vitejs/plugin-vue": "^4.4.1",
|
||||
"@vueuse/core": "^10.6.0",
|
||||
"@vueuse/integrations": "^10.6.0",
|
||||
"body-scroll-lock": "4.0.0-beta.0",
|
||||
"consola": "^3.2.3",
|
||||
"critters": "^0.0.20",
|
||||
|
@ -82,15 +82,14 @@
|
|||
"feed": "^4.2.2",
|
||||
"fs-extra": "^11.1.1",
|
||||
"fuse.js": "^6.6.2",
|
||||
"global-dirs": "^3.0.1",
|
||||
"gray-matter": "^4.0.3",
|
||||
"hookable": "^5.5.3",
|
||||
"html-to-text": "^9.0.5",
|
||||
"is-installed-globally": "^0.4.0",
|
||||
"jiti": "^1.20.0",
|
||||
"is-installed-globally": "^1.0.0",
|
||||
"jiti": "^1.21.0",
|
||||
"katex": "^0.16.9",
|
||||
"kolorist": "^1.8.0",
|
||||
"lru-cache": "^10.0.1",
|
||||
"lru-cache": "^10.0.2",
|
||||
"markdown-it": "^13.0.2",
|
||||
"markdown-it-anchor": "^8.6.7",
|
||||
"markdown-it-attrs": "^4.1.6",
|
||||
|
@ -109,16 +108,16 @@
|
|||
"shiki": "^0.14.5",
|
||||
"star-markdown-css": "^0.4.2",
|
||||
"unconfig": "^0.3.11",
|
||||
"unocss": "^0.57.1",
|
||||
"unocss": "^0.57.3",
|
||||
"unplugin-vue-components": "^0.25.2",
|
||||
"vanilla-lazyload": "^17.8.5",
|
||||
"vite": "^4.5.0",
|
||||
"vite-plugin-pages": "^0.31.0",
|
||||
"vite-plugin-vue-layouts": "^0.8.0",
|
||||
"vite-ssg": "0.23.4",
|
||||
"vite-ssg": "0.23.5",
|
||||
"vite-ssg-sitemap": "0.6.0",
|
||||
"vue": "^3.3.7",
|
||||
"vue-i18n": "^9.6.2",
|
||||
"vue": "^3.3.8",
|
||||
"vue-i18n": "^9.6.5",
|
||||
"vue-router": "^4.2.5",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
|
@ -130,15 +129,15 @@
|
|||
"@mdit-vue/plugin-title": "^1.0.0",
|
||||
"@mdit-vue/plugin-toc": "^1.0.0",
|
||||
"@mdit-vue/shared": "^1.0.0",
|
||||
"@types/cross-spawn": "^6.0.4",
|
||||
"@types/ejs": "^3.1.4",
|
||||
"@types/html-to-text": "^9.0.3",
|
||||
"@types/katex": "^0.16.5",
|
||||
"@types/markdown-it": "^13.0.5",
|
||||
"@types/nprogress": "^0.2.2",
|
||||
"@types/pascalcase": "^1.0.2",
|
||||
"@types/qrcode": "^1.5.4",
|
||||
"@types/yargs": "^17.0.29",
|
||||
"@types/cross-spawn": "^6.0.5",
|
||||
"@types/ejs": "^3.1.5",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"@types/katex": "^0.16.6",
|
||||
"@types/markdown-it": "^13.0.6",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/pascalcase": "^1.0.3",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/yargs": "^17.0.31",
|
||||
"debug": "^4.3.4",
|
||||
"diacritics": "^1.3.0",
|
||||
"https-localhost": "^4.7.1",
|
||||
|
|
2360
pnpm-lock.yaml
2360
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue