From 566280422de0537c4e31496eaaa95a9d51fe9458 Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期四, 27 五月 2021 23:06:41 +0800
Subject: [PATCH] fix(code-editor): fix CodeEditor style problem, fix #655

---
 package.json |  115 ++++++++++++++++++++++++++++++---------------------------
 1 files changed, 60 insertions(+), 55 deletions(-)

diff --git a/package.json b/package.json
index 482011d..6aa5ad9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "vben-admin",
-  "version": "2.1.1",
+  "version": "2.4.0",
   "author": {
     "name": "vben",
     "email": "anncwb@126.com",
@@ -8,11 +8,12 @@
   },
   "scripts": {
     "bootstrap": "yarn install",
-    "serve": "cross-env --max_old_space_size=4096 vite",
+    "serve": "npm run dev",
     "dev": "cross-env  --max_old_space_size=4096  vite",
     "build": "vite build && esno ./build/script/postBuild.ts",
     "build:no-cache": "yarn clean:cache && npm run build",
-    "report": "cross-env REPORT=true npm run build ",
+    "report": "cross-env REPORT=true npm run build",
+    "type:check": "vue-tsc --noEmit --skipLibCheck",
     "preview": "npm run build && vite preview",
     "preview:dist": "vite preview",
     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
@@ -31,39 +32,42 @@
     "postinstall": "npm run install:husky"
   },
   "dependencies": {
-    "@iconify/iconify": "^2.0.0-rc.6",
-    "@vueuse/core": "^4.7.0",
+    "@iconify/iconify": "^2.0.1",
+    "@logicflow/core": "^0.4.8",
+    "@logicflow/extension": "^0.4.8",
+    "@vueuse/core": "^4.11.1",
     "@zxcvbn-ts/core": "^0.3.0",
-    "ant-design-vue": "^2.1.2",
-    "apexcharts": "^3.26.0",
+    "ant-design-vue": "2.1.2",
     "axios": "^0.21.1",
+    "codemirror": "^5.61.1",
     "cropperjs": "^1.5.11",
     "crypto-js": "^4.0.0",
-    "echarts": "^5.0.2",
+    "echarts": "^5.1.1",
     "lodash-es": "^4.17.21",
     "mockjs": "^1.1.0",
     "nprogress": "^0.2.0",
     "path-to-regexp": "^6.2.0",
+    "pinia": "2.0.0-alpha.13",
     "print-js": "^1.6.0",
     "qrcode": "^1.4.4",
     "sortablejs": "^1.13.0",
-    "tinymce": "^5.7.1",
-    "vditor": "^3.8.4",
+    "tinymce": "^5.8.1",
+    "vditor": "^3.8.5",
     "vue": "3.0.11",
-    "vue-i18n": "^9.0.0",
-    "vue-router": "^4.0.5",
+    "vue-i18n": "9.1.6",
+    "vue-json-pretty": "^2.0.2",
+    "vue-router": "^4.0.8",
     "vue-types": "^3.0.2",
-    "vuex": "^4.0.0",
-    "vuex-module-decorators": "^1.0.1",
-    "xlsx": "^0.16.9"
+    "xlsx": "^0.17.0"
   },
   "devDependencies": {
-    "@commitlint/cli": "^12.1.1",
-    "@commitlint/config-conventional": "^12.1.1",
-    "@iconify/json": "^1.1.325",
+    "@commitlint/cli": "^12.1.4",
+    "@commitlint/config-conventional": "^12.1.4",
+    "@iconify/json": "^1.1.349",
     "@purge-icons/generated": "^0.7.0",
+    "@types/codemirror": "^5.60.0",
     "@types/crypto-js": "^4.0.1",
-    "@types/fs-extra": "^9.0.10",
+    "@types/fs-extra": "^9.0.11",
     "@types/inquirer": "^7.3.1",
     "@types/lodash-es": "^4.17.4",
     "@types/mockjs": "^1.0.3",
@@ -71,58 +75,59 @@
     "@types/qrcode": "^1.4.0",
     "@types/qs": "^6.9.6",
     "@types/sortablejs": "^1.10.6",
-    "@typescript-eslint/eslint-plugin": "^4.21.0",
-    "@typescript-eslint/parser": "^4.21.0",
-    "@vitejs/plugin-legacy": "^1.3.2",
-    "@vitejs/plugin-vue": "^1.2.1",
-    "@vitejs/plugin-vue-jsx": "^1.1.3",
+    "@typescript-eslint/eslint-plugin": "^4.25.0",
+    "@typescript-eslint/parser": "^4.25.0",
+    "@vitejs/plugin-legacy": "^1.4.0",
+    "@vitejs/plugin-vue": "^1.2.2",
+    "@vitejs/plugin-vue-jsx": "^1.1.4",
     "@vue/compiler-sfc": "3.0.11",
-    "autoprefixer": "^10.2.5",
-    "commitizen": "^4.2.3",
+    "autoprefixer": "^10.2.6",
+    "commitizen": "^4.2.4",
     "conventional-changelog-cli": "^2.1.1",
     "cross-env": "^7.0.3",
-    "dotenv": "^8.2.0",
-    "eslint": "^7.23.0",
-    "eslint-config-prettier": "^8.1.0",
-    "eslint-define-config": "^1.0.7",
-    "eslint-plugin-prettier": "^3.3.1",
-    "eslint-plugin-vue": "^7.8.0",
+    "dotenv": "^10.0.0",
+    "eslint": "^7.27.0",
+    "eslint-config-prettier": "^8.3.0",
+    "eslint-define-config": "^1.0.8",
+    "eslint-plugin-prettier": "^3.4.0",
+    "eslint-plugin-vue": "^7.9.0",
     "esno": "^0.5.0",
-    "fs-extra": "^9.1.0",
+    "fs-extra": "^10.0.0",
     "http-server": "^0.12.3",
     "husky": "^6.0.0",
-    "inquirer": "^8.0.0",
+    "inquirer": "^8.1.0",
     "is-ci": "^3.0.0",
     "less": "^4.1.1",
-    "lint-staged": "^10.5.4",
-    "postcss": "^8.2.9",
-    "prettier": "^2.2.1",
+    "lint-staged": "^11.0.0",
+    "postcss": "^8.3.0",
+    "prettier": "^2.3.0",
     "pretty-quick": "^3.1.0",
     "rimraf": "^3.0.2",
-    "rollup-plugin-visualizer": "5.3.0",
-    "stylelint": "^13.12.0",
+    "rollup-plugin-visualizer": "5.5.0",
+    "stylelint": "^13.13.1",
     "stylelint-config-prettier": "^8.0.2",
-    "stylelint-config-standard": "^21.0.0",
+    "stylelint-config-standard": "^22.0.0",
     "stylelint-order": "^4.1.0",
-    "ts-node": "^9.1.1",
-    "typescript": "4.2.3",
-    "vite": "2.1.5",
-    "vite-plugin-compression": "^0.2.4",
-    "vite-plugin-html": "^2.0.6",
-    "vite-plugin-imagemin": "^0.3.0",
-    "vite-plugin-mock": "^2.4.2",
+    "ts-node": "^10.0.0",
+    "typescript": "4.3.2",
+    "vite": "2.3.3",
+    "vite-plugin-compression": "^0.2.5",
+    "vite-plugin-html": "^2.0.7",
+    "vite-plugin-imagemin": "^0.3.2",
+    "vite-plugin-mock": "^2.5.4",
     "vite-plugin-purge-icons": "^0.7.0",
-    "vite-plugin-pwa": "^0.6.5",
-    "vite-plugin-style-import": "^0.9.2",
-    "vite-plugin-svg-icons": "^0.4.1",
-    "vite-plugin-theme": "^0.5.0",
-    "vite-plugin-windicss": "0.12.5",
-    "vue-eslint-parser": "^7.6.0"
+    "vite-plugin-pwa": "^0.7.3",
+    "vite-plugin-style-import": "^0.10.1",
+    "vite-plugin-svg-icons": "^0.6.1",
+    "vite-plugin-theme": "^0.8.0",
+    "vite-plugin-windicss": "^0.16.5",
+    "vue-eslint-parser": "^7.6.0",
+    "vue-tsc": "^0.1.6"
   },
   "resolutions": {
-    "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it",
+    "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
     "bin-wrapper": "npm:bin-wrapper-china",
-    "rollup": "^2.44.0"
+    "rollup": "^2.50.2"
   },
   "repository": {
     "type": "git",

--
Gitblit v1.8.0