Skip to content

Commit

Permalink
Fixed Layout support (#118)
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
doroudi authored Dec 3, 2024
1 parent 919dec6 commit c8d26f5
Show file tree
Hide file tree
Showing 4 changed files with 741 additions and 590 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.14.4",
"scripts": {
"build": "vite build --base=/ --mode mocking",
"dev": "vite --open --port 7000 --mode development",
Expand All @@ -14,7 +14,7 @@
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unhead/vue": "^1.11.11",
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.53.6",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^10.11.1",
Expand All @@ -23,11 +23,11 @@
"axios": "^0.27.2",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"pinia": "^2.2.8",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vue-i18n": "^9.14.2",
"vue-router": "^4.5.0",
"vue3-apexcharts": "^1.8.0"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"@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-basic-ssl": "^1.2.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue-macros/volar": "^0.30.6",
"@vue/test-utils": "^2.4.6",
Expand All @@ -49,10 +49,10 @@
"lint-staged": "^13.3.0",
"lodash": "^4.17.21",
"msw": "^2.6.6",
"naive-ui": "^2.40.1",
"naive-ui": "^2.40.3",
"pinia-plugin-persistedstate": "^2.4.0",
"pnpm": "^9.14.2",
"rollup": "^4.27.3",
"pnpm": "^9.14.4",
"rollup": "^4.28.0",
"sass": "^1.81.0",
"taze": "^0.11.4",
"typescript": "^5.7.2",
Expand All @@ -65,9 +65,9 @@
"vite-bundle-visualizer": "^0.8.1",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.6.4",
"vite-plugin-vue-devtools": "^7.6.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^0.23.8",
"vitest": "^0.33.0",
Expand Down
Loading

0 comments on commit c8d26f5

Please sign in to comment.