ci: upgrade deps & update release node LTS

This commit is contained in:
YunYouJun 2024-01-11 00:50:48 +08:00
parent fba5426cc9
commit 841324e552
6 changed files with 560 additions and 527 deletions

View File

@ -19,10 +19,10 @@ jobs:
run_install: true
# after pnpm
- name: Use Node.js 16
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
cache: pnpm

View File

@ -20,10 +20,10 @@
"valaxy-theme-press": "link:../packages/valaxy-theme-press"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.86",
"@iconify-json/simple-icons": "^1.1.87",
"nodemon": "^3.0.2",
"vite": "^5.0.10",
"vitepress": "1.0.0-rc.34",
"vue": "^3.4.3"
"vite": "^5.0.11",
"vitepress": "1.0.0-rc.36",
"vue": "^3.4.7"
}
}

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "0.16.3",
"private": true,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.1",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "me@yunyoujun.cn",
@ -51,15 +51,15 @@
"prepare": "husky install"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.1",
"@antfu/eslint-config": "2.6.2",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/vscode-icons": "^1.1.32",
"@microsoft/api-extractor": "^7.39.0",
"@microsoft/api-extractor": "^7.39.1",
"@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.6",
"@types/node": "^20.10.8",
"@types/prompts": "^2.4.9",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.6",
@ -74,7 +74,7 @@
"rimraf": "^5.0.5",
"stylelint": "^16.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
@ -88,7 +88,7 @@
"valaxy-addon-waline": "workspace:*",
"valaxy-theme-press": "workspace:*",
"valaxy-theme-yun": "workspace:*",
"vitest": "^1.1.1",
"vitest": "^1.1.3",
"vue-tsc": "1.8.27",
"zx": "^7.2.3"
},

View File

@ -19,7 +19,7 @@
"dependencies": {
"@explosions/fireworks": "^0.0.2",
"@iconify-json/ant-design": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.86",
"@iconify-json/simple-icons": "^1.1.87",
"animejs": "^3.2.2"
},
"devDependencies": {

View File

@ -71,7 +71,7 @@
"@unhead/addons": "^1.8.9",
"@unhead/schema-org": "^1.8.9",
"@unhead/vue": "^1.8.9",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue": "^5.0.3",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"body-scroll-lock": "4.0.0-beta.0",
@ -80,7 +80,7 @@
"cross-spawn": "^7.0.3",
"css-i18n": "^0.0.2",
"dayjs": "^1.11.10",
"defu": "^6.1.3",
"defu": "^6.1.4",
"ejs": "^3.1.9",
"escape-html": "^1.0.3",
"feed": "^4.2.2",
@ -103,25 +103,25 @@
"markdown-it-task-lists": "^2.1.1",
"medium-zoom": "^1.1.0",
"nprogress": "^0.2.0",
"open": "10.0.2",
"ora": "^7.0.1",
"open": "10.0.3",
"ora": "^8.0.1",
"pascalcase": "^2.0.0",
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"sass": "^1.69.6",
"sass": "^1.69.7",
"shiki": "^0.14.7",
"star-markdown-css": "^0.4.2",
"unconfig": "^0.3.11",
"unocss": "^0.58.2",
"unocss": "^0.58.3",
"unplugin-vue-components": "^0.26.0",
"vanilla-lazyload": "^17.8.5",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "0.11.0",
"vite-ssg": "0.23.6",
"vite-ssg-sitemap": "0.6.1",
"vue": "^3.4.3",
"vue-i18n": "^9.8.0",
"vue": "^3.4.7",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5",
"yargs": "^17.7.2"
},

File diff suppressed because it is too large Load Diff