@flatjs/evolve 1.3.4 → 1.3.5
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.3.
|
3
|
+
"version": "1.3.5",
|
4
4
|
"description": "the webpack based tools `evolve` of @flatjs",
|
5
5
|
"sideEffects": false,
|
6
6
|
"main": "index.js",
|
@@ -26,10 +26,10 @@
|
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
28
|
"@babel/core": "^7.17.5",
|
29
|
-
"@flatjs/common": "^1.3.
|
30
|
-
"@flatjs/evolve-preset-babel": "^1.3.
|
29
|
+
"@flatjs/common": "^1.3.5",
|
30
|
+
"@flatjs/evolve-preset-babel": "^1.3.5",
|
31
31
|
"@flatjs/forge-plugin-postcss-pixel": "^1.3.0",
|
32
|
-
"@flatjs/mock": "^1.3.
|
32
|
+
"@flatjs/mock": "^1.3.5",
|
33
33
|
"babel-loader": "^8.2.3",
|
34
34
|
"babel-merge": "^3.0.0",
|
35
35
|
"babel-plugin-import": "^1.13.3",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"less-loader": "^10.2.0",
|
44
44
|
"lodash": "^4.17.21",
|
45
45
|
"mini-css-extract-plugin": "^2.5.3",
|
46
|
-
"postcss": "^8.4.
|
46
|
+
"postcss": "^8.4.7",
|
47
47
|
"postcss-loader": "^6.2.1",
|
48
48
|
"svgo": "^2.8.0",
|
49
49
|
"terser-webpack-plugin": "^5.3.1",
|
@@ -54,12 +54,12 @@
|
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
56
|
"@types/cssnano": "^5.0.0",
|
57
|
-
"@types/lodash": "^4.14.
|
57
|
+
"@types/lodash": "^4.14.179",
|
58
58
|
"@types/webpack-sources": "^3.2.0",
|
59
59
|
"express": "^4.17.3"
|
60
60
|
},
|
61
61
|
"publishConfig": {
|
62
62
|
"access": "public"
|
63
63
|
},
|
64
|
-
"gitHead": "
|
64
|
+
"gitHead": "233e1cc4bc0e5740f683383997d92d831c27a09e"
|
65
65
|
}
|