@flatjs/evolve 1.2.89 → 1.2.90

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.2.89",
3
+ "version": "1.2.90",
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.88",
29
+ "@flatjs/common": "^1.2.90",
30
30
  "@flatjs/evolve-preset-babel": "^1.2.87",
31
31
  "@flatjs/forge-plugin-postcss-pixel": "^1.2.97",
32
- "@flatjs/mock": "^1.2.88",
32
+ "@flatjs/mock": "^1.2.90",
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": "7cd710cae9298cac212e0bca622024228f2025f6"
64
+ "gitHead": "7ad2585b9091046d750b16484b430508a273cce3"
65
65
  }