From 8a3f47d6b81c5d1876f3731ba11f0c160d3a883a Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期二, 01 六月 2021 21:38:16 +0800
Subject: [PATCH] chore: adjust setting

---
 package.json |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/package.json b/package.json
index 1b81c92..38f095f 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   "scripts": {
     "bootstrap": "yarn install",
     "serve": "npm run dev",
-    "dev": "cross-env  --max_old_space_size=4096  vite",
+    "dev": "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",
@@ -33,8 +33,8 @@
   },
   "dependencies": {
     "@iconify/iconify": "^2.0.1",
-    "@logicflow/core": "^0.4.10",
-    "@logicflow/extension": "^0.4.10",
+    "@logicflow/core": "^0.4.11",
+    "@logicflow/extension": "^0.4.12",
     "@vueuse/core": "^4.11.2",
     "@zxcvbn-ts/core": "^0.3.0",
     "ant-design-vue": "2.1.2",
@@ -76,11 +76,11 @@
     "@types/qrcode": "^1.4.0",
     "@types/qs": "^6.9.6",
     "@types/sortablejs": "^1.10.6",
-    "@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",
+    "@typescript-eslint/eslint-plugin": "^4.26.0",
+    "@typescript-eslint/parser": "^4.26.0",
+    "@vitejs/plugin-legacy": "^1.4.1",
+    "@vitejs/plugin-vue": "^1.2.3",
+    "@vitejs/plugin-vue-jsx": "^1.1.5",
     "@vue/compiler-sfc": "3.0.11",
     "autoprefixer": "^10.2.6",
     "commitizen": "^4.2.4",
@@ -115,15 +115,15 @@
     "vite-plugin-compression": "^0.2.5",
     "vite-plugin-html": "^2.0.7",
     "vite-plugin-imagemin": "^0.3.2",
-    "vite-plugin-mock": "^2.7.0-beta.1",
+    "vite-plugin-mock": "^2.7.0",
     "vite-plugin-purge-icons": "^0.7.0",
     "vite-plugin-pwa": "^0.7.3",
     "vite-plugin-style-import": "^0.10.1",
-    "vite-plugin-svg-icons": "^0.6.2",
+    "vite-plugin-svg-icons": "^0.7.0",
     "vite-plugin-theme": "^0.8.1",
     "vite-plugin-windicss": "^0.16.7",
     "vue-eslint-parser": "^7.6.0",
-    "vue-tsc": "^0.1.6"
+    "vue-tsc": "^0.1.7"
   },
   "resolutions": {
     "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",

--
Gitblit v1.8.0