@flatjs/evolve 1.5.24 → 1.5.25
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.25",
|
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.21.4",
|
26
|
-
"@flatjs/common": "^1.5.
|
26
|
+
"@flatjs/common": "^1.5.25",
|
27
27
|
"@flatjs/evolve-preset-babel": "^1.5.23",
|
28
28
|
"@flatjs/forge-plugin-postcss-pixel": "^1.5.0",
|
29
|
-
"@flatjs/mock": "^1.5.
|
29
|
+
"@flatjs/mock": "^1.5.25",
|
30
30
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
31
31
|
"babel-loader": "^9.1.2",
|
32
32
|
"babel-merge": "^3.0.0",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"publishConfig": {
|
74
74
|
"access": "public"
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "887c72c257d3370e275b4fccb92c4788804aa528"
|
77
77
|
}
|