From 1d45617e4a311e339eb008a629cd342cd673ecf1 Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期五, 13 十一月 2020 00:42:52 +0800
Subject: [PATCH] refactor(form):  enhanced form customization and dynamic capabilities

---
 package.json |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/package.json b/package.json
index b72375a..3f006dd 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
 {
   "name": "vben-admin-2.0",
-  "version": "2.0.0-rc.7",
+  "version": "2.0.0-rc.9",
   "scripts": {
     "bootstrap": "yarn install",
     "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
-    "build": " rimraf dist && cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
+    "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
     "build:site": "cross-env SITE=true npm run build ",
     "build:no-cache": "yarn  clean:cache && npm run build",
     "typecheck": "typecheck .",
@@ -21,21 +21,22 @@
     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap"
   },
   "dependencies": {
-    "@iconify/iconify": "^2.0.0-rc.1",
-    "ant-design-vue": "^2.0.0-beta.11",
-    "apexcharts": "^3.22.0",
+    "@iconify/iconify": "^2.0.0-rc.2",
+    "@vueuse/core": "^4.0.0-beta.40",
+    "ant-design-vue": "^2.0.0-beta.15",
+    "apexcharts": "3.22.0",
     "axios": "^0.21.0",
     "echarts": "^4.9.0",
     "lodash-es": "^4.17.15",
     "mockjs": "^1.1.0",
+    "moment": "^2.29.1",
     "nprogress": "^0.2.0",
     "path-to-regexp": "^6.2.0",
     "qrcode": "^1.4.4",
     "vditor": "^3.6.0",
-    "vite": "^1.0.0-rc.8",
     "vue": "^3.0.2",
     "vue-i18n": "^9.0.0-beta.6",
-    "vue-router": "^4.0.0-rc.1",
+    "vue-router": "^4.0.0-rc.2",
     "vuex": "^4.0.0-rc.1",
     "vuex-module-decorators": "^1.0.1",
     "xlsx": "^0.16.8",
@@ -44,7 +45,7 @@
   "devDependencies": {
     "@commitlint/cli": "^11.0.0",
     "@commitlint/config-conventional": "^11.0.0",
-    "@iconify/json": "^1.1.249",
+    "@iconify/json": "^1.1.254",
     "@ls-lint/ls-lint": "^1.9.2",
     "@purge-icons/generated": "^0.4.1",
     "@types/echarts": "^4.9.0",
@@ -57,18 +58,18 @@
     "@types/rollup-plugin-visualizer": "^2.6.0",
     "@types/yargs": "^15.0.9",
     "@types/zxcvbn": "^4.4.0",
-    "@typescript-eslint/eslint-plugin": "^4.6.0",
-    "@typescript-eslint/parser": "^4.6.0",
+    "@typescript-eslint/eslint-plugin": "^4.6.1",
+    "@typescript-eslint/parser": "^4.6.1",
     "@vue/compiler-sfc": "^3.0.2",
     "@vuedx/typecheck": "^0.2.4-0",
     "@vuedx/typescript-plugin-vue": "^0.2.4-0",
     "autoprefixer": "^9.8.6",
     "commitizen": "^4.2.2",
-    "conventional-changelog-cli": "^2.1.0",
+    "conventional-changelog-cli": "^2.1.1",
     "conventional-changelog-custom-config": "^0.3.1",
     "cross-env": "^7.0.2",
     "dotenv": "^8.2.0",
-    "eslint": "^7.12.0",
+    "eslint": "^7.13.0",
     "eslint-config-prettier": "^6.15.0",
     "eslint-plugin-prettier": "^3.1.4",
     "eslint-plugin-vue": "^7.1.0",
@@ -77,12 +78,11 @@
     "husky": "^4.3.0",
     "koa-static": "^5.0.0",
     "less": "^3.12.2",
-    "lint-staged": "^10.5.0",
+    "lint-staged": "^10.5.1",
     "portfinder": "^1.0.28",
     "postcss-import": "^12.0.1",
     "prettier": "^2.1.2",
     "rimraf": "^3.0.2",
-    "rollup-plugin-analyzer": "^3.3.0",
     "rollup-plugin-visualizer": "^4.1.2",
     "stylelint": "^13.7.2",
     "stylelint-config-prettier": "^8.0.2",
@@ -91,10 +91,11 @@
     "tasksfile": "^5.1.1",
     "ts-node": "^9.0.0",
     "typescript": "^4.0.5",
+    "vite": "^1.0.0-rc.9",
     "vite-plugin-html": "^1.0.0-beta.2",
     "vite-plugin-mock": "^1.0.6",
-    "vite-plugin-purge-icons": "^0.4.4",
-    "vite-plugin-pwa": "^0.1.3",
+    "vite-plugin-purge-icons": "^0.4.5",
+    "vite-plugin-pwa": "^0.1.5",
     "vue-eslint-parser": "^7.1.1",
     "yargs": "^16.1.0"
   },

--
Gitblit v1.8.0