@flatjs/evolve 1.5.0 → 1.5.4

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.5.0",
3
+ "version": "1.5.4",
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.19.3",
26
- "@flatjs/common": "^1.5.0",
27
- "@flatjs/evolve-preset-babel": "^1.4.21",
26
+ "@flatjs/common": "^1.5.4",
27
+ "@flatjs/evolve-preset-babel": "^1.5.3",
28
28
  "@flatjs/forge-plugin-postcss-pixel": "^1.4.1",
29
- "@flatjs/mock": "^1.5.0",
29
+ "@flatjs/mock": "^1.5.4",
30
30
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
31
31
  "babel-loader": "^8.2.5",
32
32
  "babel-merge": "^3.0.0",
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "5791583fc13645e6fc1a50744f17852a4301967a"
74
+ "gitHead": "6816e67ebf1f879213b7749f7ee1033b251c9426"
75
75
  }