From 555bc5a4b2ee1eab4d044f1be632f3472c865cac Mon Sep 17 00:00:00 2001 From: bqy_fe <1743369777@qq.com> Date: Wed, 12 May 2021 11:53:17 +0800 Subject: [PATCH] build: update deps --- package.json | 31 +- src/App.vue | 6 +- src/main.ts | 5 +- src/packages/base-widgets/rate/index.tsx | 2 +- src/packages/base-widgets/stepper/index.tsx | 5 +- .../container-component/layout/index.tsx | 4 +- src/router/index.ts | 20 +- .../left-aside/components/page-tree/index.vue | 5 +- src/visual-editor/hooks/useVisualData.ts | 16 +- vite.config.ts | 10 +- yarn.lock | 1390 +++++------------ 11 files changed, 479 insertions(+), 1015 deletions(-) diff --git a/package.json b/package.json index 0f022ed..dd4ba1c 100644 --- a/package.json +++ b/package.json @@ -16,18 +16,19 @@ }, "dependencies": { "@vant/touch-emulator": "^1.2.0", - "@vueuse/core": "^4.9.1", - "@vueuse/integrations": "^4.9.1", + "@vueuse/core": "^4.9.3", + "@vueuse/integrations": "^4.9.3", "axios": "^0.21.1", "dayjs": "^1.10.4", "dexie": "^3.0.3", - "element-plus": "^1.0.2-beta.41", + "element-plus": "^1.0.2-beta.44", "lodash": "^4.17.21", "monaco-editor": "^0.23.0", "normalize.css": "^8.0.1", + "nprogress": "^1.0.0-1", "qrcode": "^1.4.4", "vant": "^3.0.16", - "vue": "^3.0.11", + "vue": "^3.1.0-beta.2", "vue-router": "^4.0.6", "vuedraggable": "^4.0.1", "vuex": "^4.0.0" @@ -35,32 +36,32 @@ "devDependencies": { "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1", - "@types/node": "^14.14.41", - "@typescript-eslint/eslint-plugin": "^4.22.1", - "@typescript-eslint/parser": "^4.22.1", + "@types/node": "^14.14.44", + "@typescript-eslint/eslint-plugin": "^4.23.0", + "@typescript-eslint/parser": "^4.23.0", "@vitejs/plugin-vue": "^1.2.2", "@vitejs/plugin-vue-jsx": "^1.1.4", - "@vue/compiler-sfc": "^3.0.11", - "commitizen": "^4.2.3", + "@vue/compiler-sfc": "^3.1.0-beta.2", + "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "cz-customizable": "^6.3.0", - "eslint": "^7.25.0", - "eslint-config-prettier": "^8.1.0", + "eslint": "^7.26.0", + "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-vue": "^7.9.0", "gh-pages": "^3.1.0", "husky": "^6.0.0", "lint-staged": "^10.5.4", - "prettier": "^2.2.1", - "sass": "^1.32.10", + "prettier": "^2.3.0", + "sass": "^1.32.12", "typescript": "^4.2.4", - "vite": "^2.2.4", + "vite": "2.2.4", "vite-plugin-components": "^0.9.0", "vite-plugin-style-import": "^0.10.0", "vite-plugin-windicss": "^0.16.0-beta.14", "vue-eslint-parser": "^7.6.0", - "vue-tsc": "^0.1.0", + "vue-tsc": "^0.1.2", "windicss": "^2.5.14" }, "repository": { diff --git a/src/App.vue b/src/App.vue index 965e621..6b2601a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,15 @@