@flatjs/evolve 1.4.15 → 1.4.16
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.16",
|
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.19.0",
|
26
|
-
"@flatjs/common": "^1.4.
|
26
|
+
"@flatjs/common": "^1.4.16",
|
27
27
|
"@flatjs/evolve-preset-babel": "^1.4.15",
|
28
28
|
"@flatjs/forge-plugin-postcss-pixel": "^1.4.1",
|
29
|
-
"@flatjs/mock": "^1.4.
|
29
|
+
"@flatjs/mock": "^1.4.16",
|
30
30
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
31
31
|
"babel-loader": "^8.2.5",
|
32
32
|
"babel-merge": "^3.0.0",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"cssnano": "^5.1.13",
|
38
38
|
"cssnano-preset-default": "^5.2.12",
|
39
39
|
"html-webpack-plugin": "^5.5.0",
|
40
|
-
"image-minimizer-webpack-plugin": "^3.
|
40
|
+
"image-minimizer-webpack-plugin": "^3.4.0",
|
41
41
|
"imagemin": "^8.0.1",
|
42
42
|
"less": "^4.1.3",
|
43
43
|
"less-loader": "^11.0.0",
|
@@ -50,12 +50,12 @@
|
|
50
50
|
"terser-webpack-plugin": "^5.3.6",
|
51
51
|
"webpack": "^5.74.0",
|
52
52
|
"webpack-bundle-analyzer": "^4.6.1",
|
53
|
-
"webpack-dev-server": "4.
|
53
|
+
"webpack-dev-server": "4.11.0",
|
54
54
|
"webpack-sources": "^3.2.3"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
57
57
|
"@types/cssnano": "^5.0.0",
|
58
|
-
"@types/lodash": "^4.14.
|
58
|
+
"@types/lodash": "^4.14.185",
|
59
59
|
"@types/webpack-sources": "^3.2.0",
|
60
60
|
"express": "^4.18.1",
|
61
61
|
"imagemin-gifsicle": "^7.0.0",
|
@@ -71,5 +71,5 @@
|
|
71
71
|
"publishConfig": {
|
72
72
|
"access": "public"
|
73
73
|
},
|
74
|
-
"gitHead": "
|
74
|
+
"gitHead": "4a406c5d200af08e09ddd04279fbbf08d1cded3b"
|
75
75
|
}
|