@flatjs/evolve 1.5.14 → 1.5.15

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.14",
3
+ "version": "1.5.15",
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.14",
26
+ "@flatjs/common": "^1.5.15",
27
27
  "@flatjs/evolve-preset-babel": "^1.5.12",
28
28
  "@flatjs/forge-plugin-postcss-pixel": "^1.5.0",
29
- "@flatjs/mock": "^1.5.14",
29
+ "@flatjs/mock": "^1.5.15",
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": "5babd70d753b5b1e69c3750d381f0b16f9c1fcf8"
75
+ "gitHead": "4e8f8a1f9f4f07e7ad8538d44519767d1b632ca4"
76
76
  }