mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-06 12:18:09 +00:00
fix(simple-menu): collapse openmenus error #204
This commit is contained in:
18
package.json
18
package.json
@@ -33,7 +33,7 @@
|
||||
"path-to-regexp": "^6.2.0",
|
||||
"qrcode": "^1.4.4",
|
||||
"sortablejs": "^1.13.0",
|
||||
"vditor": "^3.7.6",
|
||||
"vditor": "^3.7.7",
|
||||
"vue": "^3.0.5",
|
||||
"vue-i18n": "^9.0.0-rc.2",
|
||||
"vue-router": "^4.0.3",
|
||||
@@ -46,9 +46,9 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/config-conventional": "^11.0.0",
|
||||
"@iconify/json": "^1.1.287",
|
||||
"@iconify/json": "^1.1.288",
|
||||
"@ls-lint/ls-lint": "^1.9.2",
|
||||
"@purge-icons/generated": "^0.5.1",
|
||||
"@purge-icons/generated": "^0.5.2",
|
||||
"@types/echarts": "^4.9.3",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/http-proxy": "^1.17.5",
|
||||
@@ -61,8 +61,8 @@
|
||||
"@types/sortablejs": "^1.10.6",
|
||||
"@types/yargs": "^15.0.12",
|
||||
"@types/zxcvbn": "^4.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.13.0",
|
||||
"@typescript-eslint/parser": "^4.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
||||
"@typescript-eslint/parser": "^4.14.0",
|
||||
"@vitejs/plugin-legacy": "^1.2.1",
|
||||
"@vitejs/plugin-vue": "^1.0.6",
|
||||
"@vitejs/plugin-vue-jsx": "^1.0.2",
|
||||
@@ -76,7 +76,7 @@
|
||||
"cross-env": "^7.0.3",
|
||||
"dotenv": "^8.2.0",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-config-prettier": "^7.1.0",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-vue": "^7.4.1",
|
||||
"esno": "^0.4.0",
|
||||
@@ -91,17 +91,17 @@
|
||||
"prettier": "^2.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup-plugin-gzip": "^2.5.0",
|
||||
"rollup-plugin-visualizer": "^4.1.2",
|
||||
"rollup-plugin-visualizer": "^4.2.0",
|
||||
"stylelint": "^13.8.0",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"ts-node": "^9.1.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.1.3",
|
||||
"vite": "^2.0.0-beta.31",
|
||||
"vite-plugin-html": "^2.0.0-beta.5",
|
||||
"vite-plugin-mock": "^2.0.0-beta.3",
|
||||
"vite-plugin-purge-icons": "^0.5.1",
|
||||
"vite-plugin-purge-icons": "^0.5.2",
|
||||
"vite-plugin-pwa": "^0.3.8",
|
||||
"vite-plugin-style-import": "^0.4.3",
|
||||
"vue-eslint-parser": "^7.3.0",
|
||||
|
Reference in New Issue
Block a user