@flatjs/evolve 1.4.8 → 1.4.9

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "the webpack based tools `evolve` of @flatjs",
5
5
  "keywords": [
6
6
  "shared",
@@ -23,10 +23,10 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@babel/core": "^7.17.9",
26
- "@flatjs/common": "^1.4.8",
27
- "@flatjs/evolve-preset-babel": "^1.4.8",
26
+ "@flatjs/common": "^1.4.9",
27
+ "@flatjs/evolve-preset-babel": "^1.4.9",
28
28
  "@flatjs/forge-plugin-postcss-pixel": "^1.3.6",
29
- "@flatjs/mock": "^1.4.8",
29
+ "@flatjs/mock": "^1.4.9",
30
30
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
31
31
  "babel-loader": "^8.2.4",
32
32
  "babel-merge": "^3.0.0",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "bc2cb31db9c779a4d94fe62aa68de7d8af399c6f"
66
+ "gitHead": "a02146d27f088f1b04fb7890fa87def4860c9bda"
67
67
  }