@ecoding/base.build 0.2.14 → 0.2.15

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 (1) hide show
  1. package/package.json +37 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/base.build",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "tpl building",
5
5
  "author": "cxc",
6
6
  "license": "MIT",
@@ -14,46 +14,46 @@
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "gitHead": "534e5ca1a96ea93e54662e779e2351fccb48f355",
17
+ "gitHead": "25bc4d650aab7ee47095d9a2261545d1a0419b19",
18
18
  "dependencies": {
19
- "@babel/core": "^7.22.5",
20
- "@babel/plugin-proposal-class-properties": "^7.18.6",
21
- "@babel/plugin-proposal-decorators": "^7.22.5",
22
- "@babel/plugin-proposal-private-methods": "^7.18.6",
23
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
24
- "@babel/plugin-transform-runtime": "^7.22.5",
25
- "@babel/preset-env": "^7.22.5",
26
- "@babel/preset-react": "^7.22.5",
27
- "@babel/preset-typescript": "^7.22.5",
28
- "@ecoding/base.mock": "^0.0.4",
29
- "@ecoding/base.spec": "^0.0.7",
30
- "add-asset-html-webpack-plugin": "^6.0.0",
31
- "autoprefixer": "^10.4.14",
32
- "babel-loader": "^9.1.2",
33
- "clean-webpack-plugin": "^4.0.0",
34
- "concurrently": "^8.2.0",
19
+ "@babel/core": "7.22.5",
20
+ "@babel/plugin-proposal-class-properties": "7.18.6",
21
+ "@babel/plugin-proposal-decorators": "7.22.5",
22
+ "@babel/plugin-proposal-private-methods": "7.18.6",
23
+ "@babel/plugin-proposal-private-property-in-object": "7.21.11",
24
+ "@babel/plugin-transform-runtime": "7.22.5",
25
+ "@babel/preset-env": "7.22.5",
26
+ "@babel/preset-react": "7.22.5",
27
+ "@babel/preset-typescript": "7.22.5",
28
+ "@ecoding/base.mock": "0.*",
29
+ "@ecoding/base.spec": "0.*",
30
+ "add-asset-html-webpack-plugin": "6.0.0",
31
+ "autoprefixer": "10.4.14",
32
+ "babel-loader": "9.1.2",
33
+ "clean-webpack-plugin": "4.0.0",
34
+ "concurrently": "8.2.0",
35
35
  "core-js": "^3.31.0",
36
36
  "cross-env": "^7.0.3",
37
- "css-loader": "^6.8.1",
38
- "css-minimizer-webpack-plugin": "^5.0.0",
37
+ "css-loader": "6.8.1",
38
+ "css-minimizer-webpack-plugin": "5.0.0",
39
39
  "eslint": "^8.42.0",
40
40
  "globby": "^11.0.2",
41
- "html-webpack-plugin": "^5.5.3",
42
- "inline-chunk-html-plugin": "^1.1.1",
43
- "less": "^4.1.3",
44
- "less-loader": "^11.1.3",
45
- "mini-css-extract-plugin": "^2.7.6",
46
- "postcss-loader": "^7.3.3",
47
- "rimraf": "^5.0.1",
48
- "style-loader": "^3.3.3",
49
- "svg-sprite-loader": "^6.0.11",
50
- "terser-webpack-plugin": "^5.3.9",
51
- "typescript": "^4.8.4",
52
- "webpack": "^5.86.0",
53
- "webpack-cli": "^5.1.4",
54
- "webpack-dev-server": "^4.15.1",
55
- "webpack-merge": "^5.9.0",
56
- "webpack-node-externals": "^3.0.0",
57
- "webpackbar": "^5.0.2"
41
+ "html-webpack-plugin": "5.5.3",
42
+ "inline-chunk-html-plugin": "1.1.1",
43
+ "less": "4.1.3",
44
+ "less-loader": "11.1.3",
45
+ "mini-css-extract-plugin": "2.7.6",
46
+ "postcss-loader": "7.3.3",
47
+ "rimraf": "5.0.1",
48
+ "style-loader": "3.3.3",
49
+ "svg-sprite-loader": "6.0.11",
50
+ "terser-webpack-plugin": "5.3.9",
51
+ "typescript": "4.8.4",
52
+ "webpack": "5.86.0",
53
+ "webpack-cli": "5.1.4",
54
+ "webpack-dev-server": "4.15.1",
55
+ "webpack-merge": "5.9.0",
56
+ "webpack-node-externals": "3.0.0",
57
+ "webpackbar": "5.0.2"
58
58
  }
59
59
  }