Skip to content

Commit b097625

Browse files
committed
update vue 2.7.0
1 parent 3fbc845 commit b097625

File tree

3 files changed

+3208
-2994
lines changed

3 files changed

+3208
-2994
lines changed

.eslintrc.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ module.exports = {
1515
// add your custom rules here
1616
//it is base on https://github.com/vuejs/eslint-config-vue
1717
rules: {
18-
"vue/max-attributes-per-line": [2, {
19-
"singleline": 10,
20-
"multiline": {
21-
"max": 1,
22-
"allowFirstLine": false
23-
}
24-
}],
2518
"vue/singleline-html-element-content-newline": "off",
2619
"vue/multiline-html-element-content-newline":"off",
2720
"vue/name-property-casing": ["error", "PascalCase"],

package.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,63 +40,62 @@
4040
"url": "https://github.com/YunaiV/ruoyi-vue-pro"
4141
},
4242
"dependencies": {
43-
"@riophae/vue-treeselect": "0.4.0",
4443
"@babel/parser": "7.7.4",
44+
"@riophae/vue-treeselect": "0.4.0",
4545
"axios": "0.27.2",
46+
"bpmn-js-token-simulation": "0.10.0",
4647
"clipboard": "2.0.8",
47-
"core-js": "^3.25.3",
48+
"core-js": "^3.26.0",
49+
"crypto-js": "^4.0.0",
4850
"echarts": "4.9.0",
4951
"element-ui": "2.15.10",
5052
"file-saver": "2.0.5",
5153
"fuse.js": "6.4.3",
5254
"highlight.js": "9.18.5",
5355
"js-beautify": "1.13.0",
5456
"jsencrypt": "3.3.1",
55-
"crypto-js": "^4.0.0",
57+
"min-dash": "3.5.2",
5658
"nprogress": "0.2.0",
5759
"quill": "1.3.7",
5860
"screenfull": "5.0.2",
5961
"sortablejs": "1.10.2",
60-
"vue": "2.6.12",
62+
"throttle-debounce": "2.1.0",
63+
"vue": "2.7.0",
6164
"vue-count-to": "1.0.13",
6265
"vue-cropper": "0.5.5",
6366
"vue-meta": "^2.4.0",
6467
"vue-router": "3.4.9",
6568
"vuedraggable": "2.24.3",
6669
"vuex": "3.6.0",
67-
"bpmn-js-token-simulation": "0.10.0",
68-
"min-dash": "3.5.2",
69-
"xml-js": "1.6.11",
70-
"throttle-debounce": "2.1.0"
70+
"xml-js": "1.6.11"
7171
},
7272
"devDependencies": {
73-
"@vue/cli-plugin-babel": "4.4.6",
74-
"@vue/cli-plugin-eslint": "4.4.6",
75-
"@vue/cli-service": "4.4.6",
73+
"@vue/cli-plugin-babel": "4.5.18",
74+
"@vue/cli-plugin-eslint": "4.5.18",
75+
"@vue/cli-service": "4.5.18",
7676
"@vue/compiler-sfc": "^3.0.1",
7777
"@vue/eslint-config-prettier": "^5.0.0",
7878
"babel-eslint": "10.1.0",
79+
"bpmn-js": "8.9.0",
80+
"bpmn-js-properties-panel": "0.46.0",
7981
"chalk": "4.1.0",
8082
"compression-webpack-plugin": "5.0.2",
8183
"connect": "3.6.6",
8284
"eslint": "7.15.0",
83-
"eslint-plugin-vue": "7.2.0",
85+
"eslint-config-airbnb-base": "^14.0.0",
86+
"eslint-plugin-import": "^2.26.0",
87+
"eslint-plugin-prettier": "^3.1.0",
88+
"eslint-plugin-vue": "9.0.0",
89+
"fs-extra": "^8.1.0",
8490
"lint-staged": "10.5.3",
85-
"sass": "1.32.13",
8691
"runjs": "4.4.2",
92+
"sass": "1.32.13",
8793
"sass-loader": "10.1.1",
8894
"script-ext-html-webpack-plugin": "2.1.5",
8995
"svg-sprite-loader": "5.1.1",
90-
"vue-template-compiler": "2.6.12",
91-
"vue2-ace-editor": "^0.0.15",
92-
"bpmn-js": "8.9.0",
93-
"bpmn-js-properties-panel": "0.46.0",
94-
"eslint-plugin-prettier": "^3.1.0",
95-
"fs-extra": "^8.1.0",
9696
"terser-webpack-plugin": "^4.2.3",
97-
"webpack-bundle-analyzer": "^3.9.0",
98-
"eslint-config-airbnb-base": "^14.0.0",
99-
"eslint-plugin-import": "^2.20.0"
97+
"vue2-ace-editor": "^0.0.15",
98+
"webpack-bundle-analyzer": "^3.9.0"
10099
},
101100
"engines": {
102101
"node": ">=8.9",

0 commit comments

Comments
 (0)