@flatjs/evolve 1.3.0 → 1.3.1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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.17.0",
29
- "@flatjs/common": "^1.2.97",
29
+ "@flatjs/common": "^1.3.1",
30
30
  "@flatjs/evolve-preset-babel": "^1.3.0",
31
31
  "@flatjs/forge-plugin-postcss-pixel": "^1.3.0",
32
- "@flatjs/mock": "^1.2.97",
32
+ "@flatjs/mock": "^1.3.1",
33
33
  "babel-loader": "^8.2.3",
34
34
  "babel-merge": "^3.0.0",
35
35
  "babel-plugin-import": "^1.13.3",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "e3533511ac416d93409d26ccc5f22f4f6605dbcd"
64
+ "gitHead": "82abae02dbd21e13e57d572095b4ab203574ec17"
65
65
  }