@flatjs/evolve 1.4.4 → 1.4.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.5",
|
4
4
|
"description": "the webpack based tools `evolve` of @flatjs",
|
5
5
|
"keywords": [
|
6
6
|
"shared",
|
@@ -22,11 +22,11 @@
|
|
22
22
|
"package.json"
|
23
23
|
],
|
24
24
|
"dependencies": {
|
25
|
-
"@babel/core": "^7.17.
|
26
|
-
"@flatjs/common": "^1.4.
|
27
|
-
"@flatjs/evolve-preset-babel": "^1.
|
25
|
+
"@babel/core": "^7.17.7",
|
26
|
+
"@flatjs/common": "^1.4.5",
|
27
|
+
"@flatjs/evolve-preset-babel": "^1.4.5",
|
28
28
|
"@flatjs/forge-plugin-postcss-pixel": "^1.3.5",
|
29
|
-
"@flatjs/mock": "^1.4.
|
29
|
+
"@flatjs/mock": "^1.4.5",
|
30
30
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
31
31
|
"babel-loader": "^8.2.3",
|
32
32
|
"babel-merge": "^3.0.0",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"less-loader": "^10.2.0",
|
42
42
|
"lodash": "^4.17.21",
|
43
43
|
"mini-css-extract-plugin": "^2.6.0",
|
44
|
-
"postcss": "^8.4.
|
44
|
+
"postcss": "^8.4.12",
|
45
45
|
"postcss-loader": "^6.2.1",
|
46
46
|
"react-refresh": "^0.11.0",
|
47
47
|
"svgo": "^2.8.0",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
55
|
"@types/cssnano": "^5.0.0",
|
56
|
-
"@types/lodash": "^4.14.
|
56
|
+
"@types/lodash": "^4.14.180",
|
57
57
|
"@types/webpack-sources": "^3.2.0",
|
58
58
|
"express": "^4.17.3"
|
59
59
|
},
|
@@ -63,5 +63,5 @@
|
|
63
63
|
"publishConfig": {
|
64
64
|
"access": "public"
|
65
65
|
},
|
66
|
-
"gitHead": "
|
66
|
+
"gitHead": "7139070fb3fab57404bece92f02ad5cd42dd98d4"
|
67
67
|
}
|