chore: upgrade deps

This commit is contained in:
YunYouJun 2023-12-12 22:18:58 +08:00
parent e4b67e7679
commit 2591897acc
10 changed files with 2218 additions and 1748 deletions

View File

@ -6,8 +6,8 @@
"editor.formatOnSave": false,
// Auto fix
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
// Enable eslint for all supported languages
"eslint.validate": [

View File

@ -25,8 +25,8 @@
"valaxy-theme-yun": "workspace:*"
},
"devDependencies": {
"nodemon": "^3.0.1",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-pwa": "^0.16.7"
"nodemon": "^3.0.2",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pwa": "^0.17.4"
}
}

View File

@ -20,10 +20,10 @@
"valaxy-theme-press": "link:../packages/valaxy-theme-press"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.77",
"nodemon": "^3.0.1",
"vite": "^4.5.0",
"vitepress": "1.0.0-rc.25",
"vue": "^3.3.8"
"@iconify-json/simple-icons": "^1.1.84",
"nodemon": "^3.0.2",
"vite": "^5.0.8",
"vitepress": "1.0.0-rc.31",
"vue": "^3.3.11"
}
}

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "0.15.14",
"private": true,
"packageManager": "pnpm@8.10.0",
"packageManager": "pnpm@8.12.0",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "me@yunyoujun.cn",
@ -51,33 +51,33 @@
"prepare": "husky install"
},
"devDependencies": {
"@antfu/eslint-config": "1.1.0",
"@iconify-json/logos": "^1.1.37",
"@iconify-json/vscode-icons": "^1.1.29",
"@microsoft/api-extractor": "^7.38.3",
"@antfu/eslint-config": "2.4.5",
"@iconify-json/logos": "^1.1.41",
"@iconify-json/vscode-icons": "^1.1.32",
"@microsoft/api-extractor": "^7.38.5",
"@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",
"@types/node": "^20.10.4",
"@types/prompts": "^2.4.9",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.6",
"cross-env": "^7.0.3",
"cypress": "^13.5.0",
"eslint": "^8.53.0",
"cypress": "^13.6.1",
"eslint": "^8.55.0",
"eslint-plugin-cypress": "^2.15.1",
"https-localhost": "^4.7.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"lint-staged": "^15.2.0",
"prompts": "^2.4.2",
"rimraf": "^5.0.5",
"stylelint": "^15.11.0",
"stylelint": "^16.0.2",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^11.1.0",
"tsup": "^7.2.0",
"tsx": "^4.1.1",
"typescript": "^5.2.2",
"stylelint-config-standard-scss": "^12.0.0",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"valaxy": "workspace:*",
"valaxy-addon-algolia": "workspace:*",
@ -88,8 +88,8 @@
"valaxy-addon-waline": "workspace:*",
"valaxy-theme-press": "workspace:*",
"valaxy-theme-yun": "workspace:*",
"vitest": "^0.34.6",
"vue-tsc": "1.8.22",
"vitest": "^1.0.4",
"vue-tsc": "1.8.25",
"zx": "^7.2.3"
},
"pnpm": {

View File

@ -16,6 +16,6 @@
"valaxy-theme-yun": "0.15.14"
},
"devDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}

View File

@ -1,10 +1,11 @@
{
"name": "valaxy-addon-meting",
"global": true,
"version": "0.0.1",
"version": "0.0.3",
"license": "MIT",
"keywords": [
"valaxy",
"addon"
"addon",
"meting"
]
}

View File

@ -18,12 +18,12 @@
"types": "types/index.d.ts",
"dependencies": {
"@explosions/fireworks": "^0.0.2",
"@iconify-json/ant-design": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.77",
"animejs": "^3.2.1"
"@iconify-json/ant-design": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.84",
"animejs": "^3.2.2"
},
"devDependencies": {
"@types/animejs": "^3.1.11",
"@types/animejs": "^3.1.12",
"valaxy": "workspace:*",
"valaxy-addon-waline": "workspace:*"
}

View File

@ -2,7 +2,9 @@ import MarkdownIt from 'markdown-it'
import anchorPlugin from 'markdown-it-anchor'
import attrsPlugin from 'markdown-it-attrs'
import emojiPlugin from 'markdown-it-emoji'
// @ts-expect-error wait @types/markdown-it-emoji update
import { full as emojiPlugin } from 'markdown-it-emoji'
import TaskLists from 'markdown-it-task-lists'
import imageFigures from 'markdown-it-image-figures'

View File

@ -58,18 +58,18 @@
"preview-https": "serve dist"
},
"dependencies": {
"@antfu/utils": "^0.7.6",
"@antfu/utils": "^0.7.7",
"@ctrl/tinycolor": "^4.0.2",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/ri": "^1.1.12",
"@iconify-json/carbon": "^1.1.26",
"@iconify-json/ri": "^1.1.17",
"@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",
"@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",
"body-scroll-lock": "4.0.0-beta.0",
"consola": "^3.2.3",
"critters": "^0.0.20",
@ -80,7 +80,7 @@
"ejs": "^3.1.9",
"escape-html": "^1.0.3",
"feed": "^4.2.2",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"hookable": "^5.5.3",
@ -89,15 +89,15 @@
"jiti": "^1.21.0",
"katex": "^0.16.9",
"kolorist": "^1.8.0",
"lru-cache": "^10.0.2",
"markdown-it": "^13.0.2",
"lru-cache": "^10.1.0",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-task-lists": "^2.1.1",
"medium-zoom": "^1.0.8",
"medium-zoom": "^1.1.0",
"nprogress": "^0.2.0",
"open": "9.1.0",
"ora": "^7.0.1",
@ -105,39 +105,39 @@
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"sass": "^1.69.5",
"shiki": "^0.14.5",
"shiki": "^0.14.6",
"star-markdown-css": "^0.4.2",
"unconfig": "^0.3.11",
"unocss": "^0.57.3",
"unplugin-vue-components": "^0.25.2",
"unocss": "^0.58.0",
"unplugin-vue-components": "^0.26.0",
"vanilla-lazyload": "^17.8.5",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite": "^5.0.8",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.9.1",
"vite-ssg": "0.23.5",
"vite-ssg-sitemap": "0.6.0",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
"vite-ssg-sitemap": "0.6.1",
"vue": "^3.3.11",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"yargs": "^17.7.2"
},
"devDependencies": {
"@mdit-vue/plugin-component": "^1.0.0",
"@mdit-vue/plugin-frontmatter": "^1.0.0",
"@mdit-vue/plugin-headers": "^1.0.0",
"@mdit-vue/plugin-sfc": "^1.0.0",
"@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.5",
"@mdit-vue/plugin-component": "^2.0.0",
"@mdit-vue/plugin-frontmatter": "^2.0.0",
"@mdit-vue/plugin-headers": "^2.0.0",
"@mdit-vue/plugin-sfc": "^2.0.0",
"@mdit-vue/plugin-title": "^2.0.0",
"@mdit-vue/plugin-toc": "^2.0.0",
"@mdit-vue/shared": "^2.0.0",
"@types/cross-spawn": "^6.0.6",
"@types/ejs": "^3.1.5",
"@types/html-to-text": "^9.0.4",
"@types/katex": "^0.16.6",
"@types/markdown-it": "^13.0.6",
"@types/katex": "^0.16.7",
"@types/markdown-it": "^13.0.7",
"@types/nprogress": "^0.2.3",
"@types/pascalcase": "^1.0.3",
"@types/qrcode": "^1.5.5",
"@types/yargs": "^17.0.31",
"@types/yargs": "^17.0.32",
"debug": "^4.3.4",
"diacritics": "^1.3.0",
"https-localhost": "^4.7.1",

File diff suppressed because it is too large Load Diff