@flatjs/evolve 1.5.13 → 1.5.14

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.5.13",
3
+ "version": "1.5.14",
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.20.12",
26
- "@flatjs/common": "^1.5.13",
26
+ "@flatjs/common": "^1.5.14",
27
27
  "@flatjs/evolve-preset-babel": "^1.5.12",
28
28
  "@flatjs/forge-plugin-postcss-pixel": "^1.5.0",
29
- "@flatjs/mock": "^1.5.13",
29
+ "@flatjs/mock": "^1.5.14",
30
30
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
31
31
  "babel-loader": "^9.1.2",
32
32
  "babel-merge": "^3.0.0",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "45dd1103afa8ab2ca9016e7ae7aa4e0caf4be094"
75
+ "gitHead": "5babd70d753b5b1e69c3750d381f0b16f9c1fcf8"
76
76
  }