@flatjs/evolve 1.2.92 → 1.2.94

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.2.92",
3
+ "version": "1.2.94",
4
4
  "description": "the webpack based tools `evolve` of @flatjs",
5
5
  "sideEffects": false,
6
6
  "main": "index.js",
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@babel/core": "^7.16.0",
29
- "@flatjs/common": "^1.2.92",
29
+ "@flatjs/common": "^1.2.94",
30
30
  "@flatjs/evolve-preset-babel": "^1.2.87",
31
- "@flatjs/forge-plugin-postcss-pixel": "^1.2.97",
32
- "@flatjs/mock": "^1.2.92",
31
+ "@flatjs/forge-plugin-postcss-pixel": "^1.2.98",
32
+ "@flatjs/mock": "^1.2.94",
33
33
  "babel-loader": "^8.2.3",
34
34
  "babel-merge": "^3.0.0",
35
35
  "babel-plugin-import": "^1.13.3",
@@ -47,19 +47,19 @@
47
47
  "postcss-loader": "^6.2.1",
48
48
  "svgo": "^2.8.0",
49
49
  "terser-webpack-plugin": "^5.2.5",
50
- "webpack": "^5.64.4",
50
+ "webpack": "^5.65.0",
51
51
  "webpack-bundle-analyzer": "^4.5.0",
52
52
  "webpack-dev-server": "4.6.0",
53
53
  "webpack-sources": "^3.2.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/cssnano": "^4.0.1",
57
- "@types/lodash": "^4.14.177",
57
+ "@types/lodash": "^4.14.178",
58
58
  "@types/webpack-sources": "^3.2.0",
59
59
  "express": "^4.17.1"
60
60
  },
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "57be00b92baa408701d6e59a41886bf8a4f1cb13"
64
+ "gitHead": "b2a4a0af67da29cf3d9491f0e1234e97ceda31fa"
65
65
  }