Skip to content

Commit

Permalink
chore: update deps, close #535
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 14, 2024
1 parent 33ce153 commit 5ec4b19
Show file tree
Hide file tree
Showing 3 changed files with 1,555 additions and 1,584 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.0.2",
"packageManager": "pnpm@9.1.1",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
Expand All @@ -17,61 +17,61 @@
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unhead/vue": "^1.9.5",
"@unocss/reset": "^0.59.4",
"@unhead/vue": "^1.9.10",
"@unocss/reset": "^0.60.2",
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.23",
"vue": "^3.4.27",
"vue-demi": "^0.14.7",
"vue-i18n": "^9.13.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@iconify-json/carbon": "^1.1.31",
"@antfu/eslint-config": "^2.18.0",
"@iconify-json/carbon": "^1.1.33",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@shikijs/markdown-it": "^1.3.0",
"@shikijs/markdown-it": "^1.5.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.59.4",
"@unocss/eslint-config": "^0.60.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue-macros/volar": "^0.18.18",
"@vue/test-utils": "^2.4.5",
"@vue-macros/volar": "^0.19.0",
"@vue/test-utils": "^2.4.6",
"critters": "^0.0.22",
"cross-env": "^7.0.3",
"cypress": "^13.7.3",
"cypress": "^13.9.0",
"cypress-vite": "^1.5.0",
"eslint": "^9.0.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint": "^9.2.0",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-format": "^0.1.1",
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.2",
"markdown-it-link-attributes": "^4.0.1",
"pnpm": "^9.0.2",
"rollup": "^4.14.3",
"shiki": "^1.3.0",
"pnpm": "^9.1.1",
"rollup": "^4.17.2",
"shiki": "^1.5.2",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.6",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.9.1",
"unocss": "^0.60.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-macros": "^2.9.2",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.9",
"vite-bundle-visualizer": "^1.1.0",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.0.27",
"vite": "^5.2.11",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.1.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.9.3",
"vite-ssg": "^0.23.6",
"vite-plugin-webfont-dl": "^3.9.4",
"vite-ssg": "^0.23.7",
"vite-ssg-sitemap": "^0.6.1",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
"vitest": "^1.6.0",
"vue-tsc": "^2.0.17"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down

0 comments on commit 5ec4b19

Please sign in to comment.