bi-element-ui 0.3.4 → 1.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bi-element-ui",
3
- "version": "0.3.4",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "description": "基于element-ui编写的ui组件库",
6
6
  "main": "lib/bi-element-ui.common.js",
@@ -17,52 +17,52 @@
17
17
  "dependencies": {
18
18
  "@cell-x/el-table-sticky": "^1.0.2",
19
19
  "axios": "^0.19.2",
20
- "bi-eleme": "^2.0.2",
21
- "caniuse-lite": "^1.0.30001439",
20
+ "bi-eleme": "^2.0.8",
21
+ "caniuse-lite": "^1.0.30001478",
22
22
  "crypto-js": "^4.2.0",
23
+ "gemini-scrollbar": "^1.5.3",
23
24
  "image-webpack-loader": "^6.0.0",
24
25
  "install": "^0.13.0",
25
26
  "js-cookie": "^3.0.1",
26
- "moment": "^2.29.1",
27
- "prettier": "^2.8.7",
28
- "vue": "^2.6.11",
29
- "vue-router": "^3.1.6",
27
+ "moment": "^2.29.4",
28
+ "prettier": "^2.8.8",
29
+ "resize-observer-polyfill": "^1.5.1",
30
+ "throttle-debounce": "^1.1.0",
31
+ "vue": "^2.7.14",
32
+ "vue-router": "^3.6.5",
30
33
  "vuedraggable": "^2.24.3",
31
- "vuex": "^3.1.3",
32
- "gemini-scrollbar": "^1.5.3",
33
- "resize-observer-polyfill": "^1.5.0",
34
- "throttle-debounce": "^1.0.1"
34
+ "vuex": "^3.6.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@babel/core": "^7.12.16",
38
- "@vue/cli-plugin-babel": "~4.3.0",
39
- "@vue/cli-plugin-e2e-cypress": "~4.3.0",
40
- "@vue/cli-plugin-eslint": "~4.3.0",
41
- "@vue/cli-plugin-router": "~4.3.0",
42
- "@vue/cli-plugin-unit-mocha": "~4.3.0",
43
- "@vue/cli-plugin-vuex": "~4.3.0",
44
- "@vue/cli-service": "~4.3.0",
45
- "@vue/eslint-config-prettier": "^6.0.0",
46
- "@vue/test-utils": "1.0.0-beta.31",
47
- "@babel/eslint-parser": "^7.12.16",
37
+ "@babel/core": "^7.21.4",
38
+ "@babel/eslint-parser": "^7.23.3",
48
39
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
49
40
  "@babel/plugin-proposal-optional-chaining": "^7.21.0",
50
- "@babel/plugin-transform-private-methods": "^7.22.5",
41
+ "@babel/plugin-transform-private-methods": "^7.23.3",
42
+ "@vue/cli-plugin-babel": "~4.3.1",
43
+ "@vue/cli-plugin-e2e-cypress": "~4.3.1",
44
+ "@vue/cli-plugin-eslint": "~4.3.1",
45
+ "@vue/cli-plugin-router": "~4.3.1",
46
+ "@vue/cli-plugin-unit-mocha": "~4.3.1",
47
+ "@vue/cli-plugin-vuex": "~4.3.1",
48
+ "@vue/cli-service": "~4.3.1",
49
+ "@vue/eslint-config-prettier": "^6.0.0",
50
+ "@vue/test-utils": "1.0.0-beta.31",
51
51
  "babel-eslint": "^10.1.0",
52
- "chai": "^4.1.2",
53
- "commitizen": "^4.0.4",
54
- "core-js": "^3.6.5",
55
- "cz-conventional-changelog": "^3.1.0",
56
- "eslint": "^6.7.2",
57
- "eslint-plugin-prettier": "^3.1.1",
52
+ "chai": "^4.3.7",
53
+ "commitizen": "^4.3.0",
54
+ "core-js": "^3.30.1",
55
+ "cz-conventional-changelog": "^3.3.0",
56
+ "eslint": "^6.8.0",
57
+ "eslint-plugin-prettier": "^3.4.1",
58
58
  "eslint-plugin-vue": "^6.2.2",
59
59
  "file-loader": "^6.2.0",
60
60
  "node-gyp": "^6.1.0",
61
61
  "prettier": "^1.19.1",
62
- "sass": "^1.26.3",
62
+ "sass": "^1.62.0",
63
63
  "sass-loader": "^8.0.2",
64
64
  "url-loader": "^4.1.1",
65
- "vue-template-compiler": "^2.6.11"
65
+ "vue-template-compiler": "^2.7.14"
66
66
  },
67
67
  "config": {
68
68
  "commitizen": {