Skip to content

Commit

Permalink
🐛 fix layouts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
doroudi committed Sep 14, 2024
1 parent 21f2395 commit e227706
Show file tree
Hide file tree
Showing 7 changed files with 8,650 additions and 7,076 deletions.
49 changes: 25 additions & 24 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.0",
"scripts": {
"build": "vite build --base=/ --mode mocking",
"dev": "vite --open --port 7000 --mode development",
Expand All @@ -15,25 +15,25 @@
"partytown": "partytown copylib public/~partytown"
},
"dependencies": {
"@unhead/vue": "^1.9.5",
"@unhead/vue": "^1.11.2",
"@unocss/reset": "^0.53.6",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^1.3.1",
"apexcharts": "^3.48.0",
"apexcharts": "^3.53.0",
"axios": "^0.27.2",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.23",
"vue-demi": "^0.14.7",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.2",
"vue3-apexcharts": "^1.5.2"
"pinia": "^2.2.2",
"vue": "^3.5.5",
"vue-demi": "^0.14.10",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.5",
"vue3-apexcharts": "^1.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@builder.io/partytown": "^0.10.1",
"@builder.io/partytown": "^0.10.2",
"@faker-js/faker": "^8.4.1",
"@intlify/unplugin-vue-i18n": "^0.12.3",
"@types/nprogress": "^0.2.3",
Expand All @@ -42,7 +42,7 @@
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue-macros/volar": "^0.18.18",
"@vue/test-utils": "^2.4.5",
"@vue/test-utils": "^2.4.6",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"critters": "^0.0.22",
Expand All @@ -51,26 +51,27 @@
"https-localhost": "^4.7.1",
"lint-staged": "^13.3.0",
"lodash": "^4.17.21",
"msw": "^2.2.10",
"naive-ui": "^2.38.1",
"msw": "^2.4.6",
"naive-ui": "^2.39.0",
"pinia-plugin-persistedstate": "^2.4.0",
"pnpm": "^9.0.2",
"rollup": "^4.14.3",
"sass": "^1.72.0",
"pnpm": "^9.10.0",
"rollup": "^4.21.3",
"sass": "^1.78.0",
"taze": "^0.11.4",
"typescript": "^5.4.3",
"typescript": "^5.6.2",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.9.1",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.9",
"unplugin-vue-macros": "^2.12.2",
"unplugin-vue-router": "^0.8.8",
"vite": "^5.4.5",
"vite-bundle-visualizer": "^0.8.1",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.0.27",
"vite-plugin-vue-devtools": "^7.4.5",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-pages": "^0.32.0",

Check failure on line 74 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'vite-plugin-pages' should be before 'vite-plugin-vue-layouts'
"vitest": "^0.33.0",
"vue-tsc": "^1.8.27"
},
Expand Down
Loading

0 comments on commit e227706

Please sign in to comment.