Skip to content

Commit

Permalink
fix: fix group/edit page error
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzzis committed Jul 13, 2022
1 parent 1cd5fe1 commit d5994a9
Show file tree
Hide file tree
Showing 5 changed files with 747 additions and 654 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,32 @@
"preview-vite": "vite preview"
},
"dependencies": {
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
"axios": "^0.27.2",
"pinia": "^2.0.14",
"rollup": "^2.75.1",
"url-join": "^4.0.0",
"view-ui-plus": "^1.1.0",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
"pinia": "^2.0.16",
"rollup": "^2.76.0",
"url-join": "^4.0.1",
"view-ui-plus": "^1.3.1",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "https://gitpkg.now.sh/lazzzis/eslint-config/packages/all?3e14182",
"@originjs/vite-plugin-commonjs": "^1.0.1",
"@antfu/eslint-config": "https://gitpkg.now.sh/lazzzis/eslint-config/packages/all?my",
"@antfu/eslint-config-basic": "https://gitpkg.now.sh/lazzzis/eslint-config/packages/basic?my",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/lodash.pickby": "^4.6.7",
"@types/url-join": "^4.0.1",
"@vueup/vue-quill": "1.0.0-beta.8",
"@vueuse/core": "^8.5.0",
"cross-spawn": "^5.0.1",
"@vueuse/core": "^8.9.2",
"cross-spawn": "^5.1.0",
"date-fns": "^2.28.0",
"echarts": "^5.3.2",
"eslint": "^8.18.0",
"echarts": "^5.3.3",
"eslint": "^8.19.0",
"eslint-plugin-html": "^6.2.0",
"highlight.js": "^11.5.1",
"html-escaper": "^3.0.3",
"jest": "^21.2.0",
"jest": "^21.2.1",
"jest-serializer-vue": "^0.3.0",
"less": "2.7.3",
"lodash.isempty": "^4.4.0",
Expand All @@ -58,17 +59,17 @@
"only": "^0.0.2",
"quill": "^1.3.7",
"quill-image-uploader": "^1.2.2",
"rollup-plugin-visualizer": "^5.5.4",
"selenium-server": "^3.0.1",
"shelljs": "^0.7.6",
"rollup-plugin-visualizer": "^5.6.0",
"selenium-server": "^3.141.59",
"shelljs": "^0.7.8",
"stylus": "^0.58.1",
"typescript": "^4.7.2",
"vite": "^2.7.2",
"typescript": "^4.7.4",
"vite": "2.9.14",
"vite-plugin-compression": "^0.4.0",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-html": "2",
"vite-plugin-html": "^2.1.2",
"vite-plugin-import": "^0.4.0",
"vue-echarts": "^6.0.3",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.1.10",
"vuedraggable": "^4.1.0",
"zip-folder": "^1.0.0"
Expand Down
Loading

0 comments on commit d5994a9

Please sign in to comment.