Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Nov 11, 2023
1 parent c0be354 commit 490b20a
Show file tree
Hide file tree
Showing 7 changed files with 1,368 additions and 1,085 deletions.
4 changes: 2 additions & 2 deletions demo/yun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/valaxy-theme-yun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy/node/utils/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
49 changes: 24 additions & 25 deletions packages/valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
},
Expand All @@ -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",
Expand Down
Loading

2 comments on commit 490b20a

@vercel
Copy link

@vercel vercel bot commented on 490b20a Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://654f5b914b848b1d268f7618--valaxy.netlify.app

Please sign in to comment.