From 689425e429b512e283fd1379b0fa653be7111db1 Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期二, 15 十二月 2020 21:29:43 +0800
Subject: [PATCH] chore: bump 2.0.0.rc.14

---
 package.json |   73 +++++++++++++++++++-----------------
 1 files changed, 38 insertions(+), 35 deletions(-)

diff --git a/package.json b/package.json
index 8b73d15..ba363ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "vben-admin-2.0",
-  "version": "2.0.0-rc.11",
+  "version": "2.0.0-rc.14",
   "scripts": {
     "bootstrap": "yarn install",
     "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
@@ -22,9 +22,9 @@
   },
   "dependencies": {
     "@iconify/iconify": "^2.0.0-rc.2",
-    "@vueuse/core": "^4.0.0-rc.3",
-    "ant-design-vue": "2.0.0-beta.15",
-    "apexcharts": "3.22.0",
+    "@vueuse/core": "^4.0.0-rc.9",
+    "ant-design-vue": "^2.0.0-rc.5",
+    "apexcharts": "^3.22.3",
     "axios": "^0.21.0",
     "crypto-es": "^1.2.6",
     "echarts": "^4.9.0",
@@ -34,58 +34,61 @@
     "nprogress": "^0.2.0",
     "path-to-regexp": "^6.2.0",
     "qrcode": "^1.4.4",
-    "vditor": "^3.6.3",
-    "vue": "^3.0.2",
-    "vue-i18n": "^9.0.0-beta.8",
-    "vue-router": "^4.0.0-rc.3",
-    "vuex": "^4.0.0-rc.1",
+    "sortablejs": "^1.12.0",
+    "vditor": "^3.7.2",
+    "vue": "^3.0.4",
+    "vue-i18n": "^9.0.0-beta.13",
+    "vue-router": "^4.0.1",
+    "vue-types": "^3.0.1",
+    "vuex": "^4.0.0-rc.2",
     "vuex-module-decorators": "^1.0.1",
-    "xlsx": "^0.16.8",
+    "xlsx": "^0.16.9",
     "zxcvbn": "^4.4.2"
   },
   "devDependencies": {
     "@commitlint/cli": "^11.0.0",
     "@commitlint/config-conventional": "^11.0.0",
-    "@iconify/json": "^1.1.261",
+    "@iconify/json": "^1.1.272",
     "@ls-lint/ls-lint": "^1.9.2",
     "@purge-icons/generated": "^0.4.1",
-    "@types/echarts": "^4.9.1",
-    "@types/fs-extra": "^9.0.4",
+    "@types/echarts": "^4.9.3",
+    "@types/fs-extra": "^9.0.5",
     "@types/globrex": "^0.1.0",
     "@types/koa-static": "^4.0.1",
-    "@types/lodash-es": "^4.17.3",
+    "@types/lodash-es": "^4.17.4",
     "@types/mockjs": "^1.0.3",
     "@types/nprogress": "^0.2.0",
     "@types/qrcode": "^1.3.5",
     "@types/rollup-plugin-visualizer": "^2.6.0",
-    "@types/yargs": "^15.0.10",
+    "@types/sortablejs": "^1.10.6",
+    "@types/yargs": "^15.0.11",
     "@types/zxcvbn": "^4.4.0",
-    "@typescript-eslint/eslint-plugin": "^4.8.1",
-    "@typescript-eslint/parser": "^4.8.1",
-    "@vue/compiler-sfc": "^3.0.2",
+    "@typescript-eslint/eslint-plugin": "^4.10.0",
+    "@typescript-eslint/parser": "^4.10.0",
+    "@vue/compiler-sfc": "^3.0.4",
     "@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.1",
     "conventional-changelog-custom-config": "^0.3.1",
-    "cross-env": "^7.0.2",
+    "cross-env": "^7.0.3",
     "dot-prop": "^6.0.1",
     "dotenv": "^8.2.0",
-    "eslint": "^7.13.0",
-    "eslint-config-prettier": "^6.15.0",
-    "eslint-plugin-prettier": "^3.1.4",
-    "eslint-plugin-vue": "^7.1.0",
-    "esno": "^0.2.4",
+    "eslint": "^7.15.0",
+    "eslint-config-prettier": "^7.0.0",
+    "eslint-plugin-prettier": "^3.3.0",
+    "eslint-plugin-vue": "^7.2.0",
+    "esno": "^0.3.0",
     "fs-extra": "^9.0.1",
     "globrex": "^0.1.2",
-    "husky": "^4.3.0",
+    "husky": "^4.3.6",
     "koa-static": "^5.0.0",
-    "less": "^3.12.2",
-    "lint-staged": "^10.5.1",
+    "less": "^3.13.0",
+    "lint-staged": "^10.5.3",
     "portfinder": "^1.0.28",
     "postcss-import": "^12.0.1",
-    "prettier": "^2.2.0",
+    "prettier": "^2.2.1",
     "rimraf": "^3.0.2",
     "rollup-plugin-visualizer": "^4.1.2",
     "stylelint": "^13.8.0",
@@ -93,15 +96,15 @@
     "stylelint-config-standard": "^20.0.0",
     "stylelint-order": "^4.1.0",
     "tasksfile": "^5.1.1",
-    "ts-node": "^9.0.0",
-    "typescript": "^4.1.2",
-    "vite": "^1.0.0-rc.9",
+    "ts-node": "^9.1.0",
+    "typescript": "^4.1.3",
+    "vite": "^1.0.0-rc.13",
     "vite-plugin-html": "^1.0.0-beta.2",
-    "vite-plugin-mock": "^1.0.6",
+    "vite-plugin-mock": "^1.0.9",
     "vite-plugin-purge-icons": "^0.4.5",
-    "vite-plugin-pwa": "^0.1.5",
-    "vue-eslint-parser": "^7.1.1",
-    "yargs": "^16.1.0"
+    "vite-plugin-pwa": "^0.1.7",
+    "vue-eslint-parser": "^7.3.0",
+    "yargs": "^16.2.0"
   },
   "repository": {
     "type": "git",

--
Gitblit v1.8.0