Skip to content

Commit

Permalink
feat: upgrade to vite 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 13, 2022
1 parent 3fb2c7d commit a56c80e
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 403 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,46 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^8.7.5",
"@vueuse/core": "^8.9.2",
"@vueuse/head": "^0.7.6",
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
"prism-theme-vars": "^0.2.3",
"pinia": "^2.0.16",
"prism-theme-vars": "^0.2.4",
"vue": "^3.2.37",
"vue-demi": "^0.13.1",
"vue-demi": "^0.13.4",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.16"
"vue-router": "^4.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify-json/carbon": "^1.1.6",
"@intlify/vite-plugin-vue-i18n": "^4.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/test-utils": "^2.0.1",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/test-utils": "^2.0.2",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^10.3.0",
"eslint": "^8.18.0",
"eslint": "^8.19.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.4",
"pnpm": "^7.4.0",
"pnpm": "^7.5.1",
"typescript": "^4.7.4",
"unocss": "^0.42.0",
"unocss": "^0.44.1",
"unplugin-auto-import": "^0.9.2",
"unplugin-vue-components": "^0.20.1",
"vite": "^2.9.13",
"unplugin-vue-components": "^0.21.1",
"vite": "^3.0.0",
"vite-plugin-inspect": "^0.5.1",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-pwa": "^0.12.1",
"vite-plugin-pwa": "^0.12.3",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-plugin-vue-markdown": "^0.20.0",
"vite-plugin-vue-markdown": "^0.20.1",
"vite-ssg": "^0.20.2",
"vite-ssg-sitemap": "^0.2.7",
"vitest": "^0.16.0",
"vue-tsc": "^0.38.2"
"vite-ssg-sitemap": "^0.3.1",
"vitest": "^0.18.0",
"vue-tsc": "^0.38.5"
}
}
Loading

0 comments on commit a56c80e

Please sign in to comment.