vue2-client 1.2.76 → 1.2.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +20 -17
package/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.2.75 - 1.2.76 -2022-06-18 @江超**
4
+ **1.2.75 - 1.2.77 -2022-06-18 @江超**
5
5
  - 功能修改:
6
6
  - 依赖更新
7
7
  - 提交物联网设备统计(完成60%)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.76",
3
+ "version": "1.2.77",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -12,38 +12,40 @@
12
12
  "@amap/amap-jsapi-loader": "^1.0.1",
13
13
  "@antv/data-set": "^0.11.8",
14
14
  "@antv/f2": "^3.8.11",
15
- "@antv/g2plot": "^2.4.19",
15
+ "@antv/g2plot": "^2.4.20",
16
+ "@babel/core": "^7.18.5",
16
17
  "@logicflow/core": "^1.1.20",
17
18
  "@logicflow/extension": "^1.1.20",
18
19
  "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
19
20
  "@vue/babel-preset-jsx": "^1.2.4",
20
21
  "animate.css": "^4.1.1",
21
- "ant-design-vue": "1.7.8",
22
+ "ant-design-vue": "^1.7.8",
22
23
  "axios": "^0.27.2",
23
24
  "clipboard": "^2.0.11",
24
- "core-js": "^3.23.1",
25
+ "core-js": "^3.23.2",
26
+ "webpack": "^4.46.0",
25
27
  "date-fns": "^2.28.0",
26
28
  "default-passive-events": "^2.0.0",
27
29
  "enquire.js": "^2.1.6",
28
30
  "file-saver": "^2.0.5",
29
- "highlight.js": "^10.7.3",
30
- "js-cookie": "^2.2.1",
31
+ "highlight.js": "^11.5.1",
32
+ "js-cookie": "^3.0.1",
31
33
  "jsencrypt": "^3.2.1",
32
34
  "lodash.get": "^4.4.2",
33
35
  "mockjs": "^1.1.0",
34
36
  "nprogress": "^0.2.0",
35
37
  "viser-vue": "^2.4.8",
36
38
  "vue": "^2.6.14",
37
- "vue-i18n": "^8.27.1",
39
+ "vue-i18n": "^8.27.2",
38
40
  "vue-infinite-scroll": "^2.0.2",
39
41
  "vue-json-viewer": "^2.2.22",
40
42
  "vue-router": "^3.5.4",
41
43
  "vuedraggable": "^2.24.3",
42
44
  "vuex": "^3.6.2",
43
- "xlsx": "0.18.5"
45
+ "xlsx": "^0.18.5"
44
46
  },
45
47
  "devDependencies": {
46
- "@ant-design/colors": "^4.0.5",
48
+ "@ant-design/colors": "^6.0.0",
47
49
  "@vue/cli-plugin-babel": "^4.5.18",
48
50
  "@vue/cli-plugin-eslint": "^4.5.18",
49
51
  "@vue/cli-plugin-router": "^4.5.18",
@@ -52,13 +54,13 @@
52
54
  "@vue/cli-service": "^4.5.18",
53
55
  "@vue/eslint-config-standard": "^4.0.0",
54
56
  "@vue/test-utils": "^1.3.0",
55
- "@vue/vue2-jest": "^28.0.0",
57
+ "@vue/vue2-jest": "^27.0.0",
56
58
  "@vuepress/plugin-back-to-top": "^1.9.7",
57
59
  "babel-eslint": "^10.1.0",
58
- "babel-jest": "^28.1.1",
60
+ "babel-jest": "^27.1.0",
59
61
  "babel-plugin-transform-remove-console": "^6.9.4",
60
62
  "babel-polyfill": "^6.26.0",
61
- "compression-webpack-plugin": "^4.0.1",
63
+ "compression-webpack-plugin": "^5.0.2",
62
64
  "deepmerge": "^4.2.2",
63
65
  "echarts": "^5.3.3",
64
66
  "eslint": "^6.8.0",
@@ -68,19 +70,20 @@
68
70
  "eslint-plugin-vue": "^6.2.2",
69
71
  "fast-deep-equal": "^3.1.3",
70
72
  "gh-pages": "^3.2.3",
71
- "jest": "^28.1.1",
72
- "less-loader": "^6.2.0",
73
+ "jest": "^27.1.0",
74
+ "less": "^3.13.1",
75
+ "less-loader": "^7.3.0",
73
76
  "react-bmap": "^1.0.130",
74
77
  "script-loader": "^0.7.2",
75
78
  "style-resources-loader": "^1.5.0",
76
79
  "vue-amap": "^0.5.10",
77
80
  "vue-baidu-map": "^0.21.22",
78
- "vue-bmap-gl": "0.0.30",
81
+ "vue-bmap-gl": "^0.0.30",
79
82
  "vue-cli-plugin-style-resources-loader": "^0.1.5",
80
- "vue-mapvgl": "0.0.34",
83
+ "vue-mapvgl": "^0.0.34",
81
84
  "vue-template-compiler": "^2.6.14",
82
85
  "vuepress": "^1.9.7",
83
- "webpack-theme-color-replacer": "1.4.1",
86
+ "webpack-theme-color-replacer": "^1.4.1",
84
87
  "whatwg-fetch": "^3.6.2"
85
88
  },
86
89
  "browserslist": [