Skip to content

Commit

Permalink
build: ⬆️ update to vue-router instead of Pages
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
doroudi committed Apr 28, 2024
1 parent 708b783 commit d6caae4
Show file tree
Hide file tree
Showing 10 changed files with 1,708 additions and 1,819 deletions.
41 changes: 18 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.6.7",
"packageManager": "pnpm@9.0.2",
"scripts": {
"build": "vite build --base=/ --mode mocking",
"dev": "vite --open --port 7000 --mode development",
Expand All @@ -16,8 +16,7 @@
"partytown": "partytown copylib public/~partytown"
},
"dependencies": {
"@builder.io/partytown": "^0.10.1",
"@unhead/vue": "^1.9.1",
"@unhead/vue": "^1.9.5",
"@unocss/reset": "^0.53.6",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^10.9.0",
Expand All @@ -27,27 +26,27 @@
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue": "^3.4.23",
"vue-demi": "^0.14.7",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0",
"vue-router": "^4.3.2",
"vue3-apexcharts": "^1.5.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@builder.io/partytown": "^0.10.1",
"@faker-js/faker": "^8.4.1",
"@intlify/unplugin-vue-i18n": "^0.12.3",
"@types/markdown-it-link-attributes": "^3.0.4",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.53.6",
"@vicons/fluent": "^0.12.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue-macros/volar": "^0.12.3",
"@vue-macros/volar": "^0.18.18",
"@vue/test-utils": "^2.4.5",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"critters": "^0.0.19",
"critters": "^0.0.22",
"cross-env": "^7.0.3",
"cypress": "^12.17.4",
"cypress-vite": "^1.5.0",
Expand All @@ -56,30 +55,26 @@
"https-localhost": "^4.7.1",
"lint-staged": "^13.3.0",
"lodash": "^4.17.21",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.9.0",
"msw": "^2.2.10",
"naive-ui": "^2.38.1",
"pinia-plugin-persistedstate": "^2.4.0",
"pnpm": "^8.15.5",
"pnpm": "^9.0.2",
"rollup": "^4.14.3",
"sass": "^1.72.0",
"shiki": "^0.14.7",
"taze": "^0.11.4",
"typescript": "^5.4.3",
"unocss": "^0.53.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.7.13",
"vite": "^4.5.3",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.9.1",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.9",
"vite-bundle-visualizer": "^0.8.1",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "^0.16.7",
"vite-plugin-vue-component-preview": "^1.1.6",
"vite-plugin-vue-devtools": "^0.5.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.23.8",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.0.27",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.27"
},
Expand Down
Loading

0 comments on commit d6caae4

Please sign in to comment.