@flatjs/evolve 1.5.17 → 1.5.19

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.17",
3
+ "version": "1.5.19",
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.16",
26
+ "@flatjs/common": "^1.5.19",
27
27
  "@flatjs/evolve-preset-babel": "^1.5.12",
28
28
  "@flatjs/forge-plugin-postcss-pixel": "^1.5.0",
29
- "@flatjs/mock": "^1.5.16",
29
+ "@flatjs/mock": "^1.5.19",
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": "7a3c99df3f9cb807504b77ab2807683259f9ee25"
75
+ "gitHead": "f93048825cdfa237164baa9454c5fc603e472987"
76
76
  }