Commit 3b63e41b68f2ea97d11c166c00cd22589639806e

Authored by vben
1 parent d6cdff97

chore: move to pnpm

Too many changes to show.

To preserve performance only 2 of 5 files are displayed.

CHANGELOG.zh_CN.md
  1 +## 2.8.0(2021-11.03)
  2 +
  3 +包管理器由`yarn`改为 `pnpm`
  4 +
1 ### ✨ Features 5 ### ✨ Features
2 6
3 - **其它** 7 - **其它**
package.json
@@ -37,23 +37,23 @@ @@ -37,23 +37,23 @@
37 "@ant-design/icons-vue": "^6.0.1", 37 "@ant-design/icons-vue": "^6.0.1",
38 "@iconify/iconify": "^2.0.4", 38 "@iconify/iconify": "^2.0.4",
39 "@logicflow/core": "^0.7.2", 39 "@logicflow/core": "^0.7.2",
40 - "@logicflow/extension": "^0.7.1",  
41 - "@vueuse/core": "^6.7.3",  
42 - "@vueuse/shared": "^6.7.3", 40 + "@logicflow/extension": "^0.7.2",
  41 + "@vueuse/core": "^6.7.4",
  42 + "@vueuse/shared": "^6.7.4",
43 "@zxcvbn-ts/core": "^1.0.0-beta.0", 43 "@zxcvbn-ts/core": "^1.0.0-beta.0",
44 "ant-design-vue": "2.2.8", 44 "ant-design-vue": "2.2.8",
45 - "axios": "^0.23.0", 45 + "axios": "^0.24.0",
46 "codemirror": "^5.63.3", 46 "codemirror": "^5.63.3",
47 "cropperjs": "^1.5.12", 47 "cropperjs": "^1.5.12",
48 "crypto-js": "^4.1.1", 48 "crypto-js": "^4.1.1",
49 - "echarts": "^5.2.1", 49 + "echarts": "^5.2.2",
50 "intro.js": "^4.2.2", 50 "intro.js": "^4.2.2",
51 "lodash-es": "^4.17.21", 51 "lodash-es": "^4.17.21",
52 "mockjs": "^1.1.0", 52 "mockjs": "^1.1.0",
53 "moment": "^2.29.1", 53 "moment": "^2.29.1",
54 "nprogress": "^0.2.0", 54 "nprogress": "^0.2.0",
55 "path-to-regexp": "^6.2.0", 55 "path-to-regexp": "^6.2.0",
56 - "pinia": "2.0.0-rc.14", 56 + "pinia": "2.0.0",
57 "print-js": "^1.6.0", 57 "print-js": "^1.6.0",
58 "qrcode": "^1.4.4", 58 "qrcode": "^1.4.4",
59 "qs": "^6.10.1", 59 "qs": "^6.10.1",
@@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
62 "sortablejs": "^1.14.0", 62 "sortablejs": "^1.14.0",
63 "tinymce": "^5.10.0", 63 "tinymce": "^5.10.0",
64 "vditor": "^3.8.7", 64 "vditor": "^3.8.7",
65 - "vue": "^3.2.20", 65 + "vue": "^3.2.21",
66 "vue-i18n": "^9.1.9", 66 "vue-i18n": "^9.1.9",
67 "vue-json-pretty": "^2.0.4", 67 "vue-json-pretty": "^2.0.4",
68 "vue-router": "^4.0.12", 68 "vue-router": "^4.0.12",
@@ -70,9 +70,9 @@ @@ -70,9 +70,9 @@
70 "xlsx": "^0.17.3" 70 "xlsx": "^0.17.3"
71 }, 71 },
72 "devDependencies": { 72 "devDependencies": {
73 - "@commitlint/cli": "^13.2.1",  
74 - "@commitlint/config-conventional": "^13.2.0",  
75 - "@iconify/json": "^1.1.417", 73 + "@commitlint/cli": "^14.1.0",
  74 + "@commitlint/config-conventional": "^14.1.0",
  75 + "@iconify/json": "^1.1.422",
76 "@purge-icons/generated": "^0.7.0", 76 "@purge-icons/generated": "^0.7.0",
77 "@types/codemirror": "^5.60.5", 77 "@types/codemirror": "^5.60.5",
78 "@types/crypto-js": "^4.0.2", 78 "@types/crypto-js": "^4.0.2",
@@ -82,45 +82,45 @@ @@ -82,45 +82,45 @@
82 "@types/jest": "^27.0.2", 82 "@types/jest": "^27.0.2",
83 "@types/lodash-es": "^4.17.5", 83 "@types/lodash-es": "^4.17.5",
84 "@types/mockjs": "^1.0.4", 84 "@types/mockjs": "^1.0.4",
85 - "@types/node": "^16.11.4", 85 + "@types/node": "^16.11.6",
86 "@types/nprogress": "^0.2.0", 86 "@types/nprogress": "^0.2.0",
87 "@types/qrcode": "^1.4.1", 87 "@types/qrcode": "^1.4.1",
88 "@types/qs": "^6.9.7", 88 "@types/qs": "^6.9.7",
89 "@types/showdown": "^1.9.4", 89 "@types/showdown": "^1.9.4",
90 "@types/sortablejs": "^1.10.7", 90 "@types/sortablejs": "^1.10.7",
91 - "@typescript-eslint/eslint-plugin": "^5.1.0",  
92 - "@typescript-eslint/parser": "^5.1.0", 91 + "@typescript-eslint/eslint-plugin": "^5.3.0",
  92 + "@typescript-eslint/parser": "^5.3.0",
93 "@vitejs/plugin-legacy": "^1.6.2", 93 "@vitejs/plugin-legacy": "^1.6.2",
94 - "@vitejs/plugin-vue": "^1.9.3", 94 + "@vitejs/plugin-vue": "^1.9.4",
95 "@vitejs/plugin-vue-jsx": "^1.2.0", 95 "@vitejs/plugin-vue-jsx": "^1.2.0",
96 - "@vue/compiler-sfc": "3.2.20", 96 + "@vue/compiler-sfc": "3.2.21",
97 "@vue/test-utils": "^2.0.0-rc.16", 97 "@vue/test-utils": "^2.0.0-rc.16",
98 - "autoprefixer": "^10.3.7", 98 + "autoprefixer": "^10.4.0",
99 "commitizen": "^4.2.4", 99 "commitizen": "^4.2.4",
100 "conventional-changelog-cli": "^2.1.1", 100 "conventional-changelog-cli": "^2.1.1",
101 "cross-env": "^7.0.3", 101 "cross-env": "^7.0.3",
102 "dotenv": "^10.0.0", 102 "dotenv": "^10.0.0",
103 "eslint": "^8.1.0", 103 "eslint": "^8.1.0",
104 "eslint-config-prettier": "^8.3.0", 104 "eslint-config-prettier": "^8.3.0",
105 - "eslint-define-config": "^1.1.1", 105 + "eslint-define-config": "^1.1.2",
106 "eslint-plugin-jest": "^25.2.2", 106 "eslint-plugin-jest": "^25.2.2",
107 "eslint-plugin-prettier": "^4.0.0", 107 "eslint-plugin-prettier": "^4.0.0",
108 - "eslint-plugin-vue": "^7.20.0", 108 + "eslint-plugin-vue": "^8.0.3",
109 "esno": "^0.10.1", 109 "esno": "^0.10.1",
110 "fs-extra": "^10.0.0", 110 "fs-extra": "^10.0.0",
111 "husky": "^7.0.4", 111 "husky": "^7.0.4",
112 "inquirer": "^8.2.0", 112 "inquirer": "^8.2.0",
113 "jest": "^27.3.1", 113 "jest": "^27.3.1",
114 "less": "^4.1.2", 114 "less": "^4.1.2",
115 - "lint-staged": "11.2.3", 115 + "lint-staged": "11.2.6",
116 "npm-run-all": "^4.1.5", 116 "npm-run-all": "^4.1.5",
117 "postcss": "^8.3.11", 117 "postcss": "^8.3.11",
118 - "postcss-html": "^1.1.0", 118 + "postcss-html": "^1.2.0",
119 "postcss-less": "^5.0.0", 119 "postcss-less": "^5.0.0",
120 "prettier": "^2.4.1", 120 "prettier": "^2.4.1",
121 "rimraf": "^3.0.2", 121 "rimraf": "^3.0.2",
122 "rollup-plugin-visualizer": "^5.5.2", 122 "rollup-plugin-visualizer": "^5.5.2",
123 - "stylelint": "^14.0.0", 123 + "stylelint": "^14.0.1",
124 "stylelint-config-html": "^1.0.0", 124 "stylelint-config-html": "^1.0.0",
125 "stylelint-config-prettier": "^9.0.3", 125 "stylelint-config-prettier": "^9.0.3",
126 "stylelint-config-standard": "^23.0.0", 126 "stylelint-config-standard": "^23.0.0",
@@ -128,20 +128,20 @@ @@ -128,20 +128,20 @@
128 "ts-jest": "^27.0.7", 128 "ts-jest": "^27.0.7",
129 "ts-node": "^10.4.0", 129 "ts-node": "^10.4.0",
130 "typescript": "^4.4.4", 130 "typescript": "^4.4.4",
131 - "vite": "^2.6.11", 131 + "vite": "^2.6.13",
132 "vite-plugin-compression": "^0.3.5", 132 "vite-plugin-compression": "^0.3.5",
133 "vite-plugin-html": "^2.1.1", 133 "vite-plugin-html": "^2.1.1",
134 "vite-plugin-imagemin": "^0.4.6", 134 "vite-plugin-imagemin": "^0.4.6",
135 "vite-plugin-mock": "^2.9.6", 135 "vite-plugin-mock": "^2.9.6",
136 "vite-plugin-purge-icons": "^0.7.0", 136 "vite-plugin-purge-icons": "^0.7.0",
137 "vite-plugin-pwa": "^0.11.3", 137 "vite-plugin-pwa": "^0.11.3",
138 - "vite-plugin-style-import": "^1.2.1", 138 + "vite-plugin-style-import": "^1.3.0",
139 "vite-plugin-svg-icons": "^1.0.5", 139 "vite-plugin-svg-icons": "^1.0.5",
140 "vite-plugin-theme": "^0.8.1", 140 "vite-plugin-theme": "^0.8.1",
141 "vite-plugin-vue-setup-extend": "^0.1.0", 141 "vite-plugin-vue-setup-extend": "^0.1.0",
142 "vite-plugin-windicss": "^1.4.12", 142 "vite-plugin-windicss": "^1.4.12",
143 - "vue-eslint-parser": "^8.0.0",  
144 - "vue-tsc": "^0.28.8" 143 + "vue-eslint-parser": "^8.0.1",
  144 + "vue-tsc": "^0.28.10"
145 }, 145 },
146 "resolutions": { 146 "resolutions": {
147 "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", 147 "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",