@flatjs/evolve 1.4.12 → 1.4.13
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.13",
|
4
4
|
"description": "the webpack based tools `evolve` of @flatjs",
|
5
5
|
"keywords": [
|
6
6
|
"shared",
|
@@ -22,29 +22,29 @@
|
|
22
22
|
"package.json"
|
23
23
|
],
|
24
24
|
"dependencies": {
|
25
|
-
"@babel/core": "^7.
|
26
|
-
"@flatjs/common": "^1.4.
|
27
|
-
"@flatjs/evolve-preset-babel": "^1.4.
|
28
|
-
"@flatjs/forge-plugin-postcss-pixel": "^1.3.
|
29
|
-
"@flatjs/mock": "^1.4.
|
30
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
25
|
+
"@babel/core": "^7.18.0",
|
26
|
+
"@flatjs/common": "^1.4.13",
|
27
|
+
"@flatjs/evolve-preset-babel": "^1.4.13",
|
28
|
+
"@flatjs/forge-plugin-postcss-pixel": "^1.3.17",
|
29
|
+
"@flatjs/mock": "^1.4.13",
|
30
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
31
31
|
"babel-loader": "^8.2.5",
|
32
32
|
"babel-merge": "^3.0.0",
|
33
33
|
"babel-plugin-import": "^1.13.5",
|
34
34
|
"better-opn": "^3.0.2",
|
35
35
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
36
36
|
"css-loader": "^6.7.1",
|
37
|
-
"cssnano": "^5.1.
|
38
|
-
"cssnano-preset-default": "^5.2.
|
37
|
+
"cssnano": "^5.1.9",
|
38
|
+
"cssnano-preset-default": "^5.2.9",
|
39
39
|
"html-webpack-plugin": "^5.5.0",
|
40
40
|
"image-minimizer-webpack-plugin": "^3.2.3",
|
41
41
|
"imagemin": "^8.0.1",
|
42
42
|
"less": "^4.1.2",
|
43
|
-
"less-loader": "^
|
43
|
+
"less-loader": "^11.0.0",
|
44
44
|
"lodash": "^4.17.21",
|
45
45
|
"mini-css-extract-plugin": "^2.6.0",
|
46
|
-
"postcss": "^8.4.
|
47
|
-
"postcss-loader": "^
|
46
|
+
"postcss": "^8.4.14",
|
47
|
+
"postcss-loader": "^7.0.0",
|
48
48
|
"react-refresh": "^0.13.0",
|
49
49
|
"svgo": "^2.8.0",
|
50
50
|
"terser-webpack-plugin": "^5.3.1",
|
@@ -69,5 +69,5 @@
|
|
69
69
|
"publishConfig": {
|
70
70
|
"access": "public"
|
71
71
|
},
|
72
|
-
"gitHead": "
|
72
|
+
"gitHead": "cfdd6d589018c3df711c0964e705814c8fd298da"
|
73
73
|
}
|