balm-core 4.17.2 → 4.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -172,9 +172,9 @@ We'd love for you to contribute and make BalmJS even better than it is today! Pl
|
|
|
172
172
|
|
|
173
173
|
© 2016-present, [Elf-mousE](http://elf-mouse.me/)
|
|
174
174
|
|
|
175
|
-
[balm-core-image]: https://img.shields.io/npm/v/balm-core
|
|
175
|
+
[balm-core-image]: https://img.shields.io/npm/v/balm-core.svg
|
|
176
176
|
[balm-core-url]: https://npmjs.org/package/balm-core
|
|
177
|
-
[balm-image]: https://img.shields.io/npm/v/balm
|
|
177
|
+
[balm-image]: https://img.shields.io/npm/v/balm.svg
|
|
178
178
|
[balm-url]: https://npmjs.org/package/balm
|
|
179
179
|
[license-image]: https://img.shields.io/npm/l/balm-core.svg?sanitize=true
|
|
180
180
|
[license-url]: https://www.npmjs.com/package/balm-core
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balm-core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.0",
|
|
4
4
|
"description": "BalmJS compiler core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"balm",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"directory": "packages/balm-core"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@rollup/plugin-terser": "^0.4.
|
|
44
|
+
"@rollup/plugin-terser": "^0.4.1",
|
|
45
45
|
"ansi-colors": "^4.1.3",
|
|
46
46
|
"async": "^3.2.4",
|
|
47
47
|
"autoprefixer": "^10.4.14",
|
|
48
48
|
"babel-loader": "^9.1.2",
|
|
49
|
-
"browser-sync": "^2.29.
|
|
49
|
+
"browser-sync": "^2.29.1",
|
|
50
50
|
"connect-history-api-fallback": "^2.0.0",
|
|
51
51
|
"css-loader": "^6.7.3",
|
|
52
|
-
"css-minimizer-webpack-plugin": "^
|
|
53
|
-
"cssnano": "^
|
|
52
|
+
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
53
|
+
"cssnano": "^6.0.0",
|
|
54
54
|
"del": "^7.0.0",
|
|
55
55
|
"dotenv": "^16.0.3",
|
|
56
56
|
"dotenv-expand": "^10.0.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"gulp.spritesmith": "^6.13.0",
|
|
68
68
|
"html-loader": "^4.2.0",
|
|
69
69
|
"html-minifier": "^4.0.0",
|
|
70
|
-
"html-webpack-plugin": "^5.5.
|
|
70
|
+
"html-webpack-plugin": "^5.5.1",
|
|
71
71
|
"http-proxy-middleware": "^2.0.6",
|
|
72
72
|
"imagemin": "^8.0.1",
|
|
73
73
|
"istextorbinary": "^6.0.0",
|
|
@@ -76,28 +76,28 @@
|
|
|
76
76
|
"modernizr": "^3.12.0",
|
|
77
77
|
"parents": "^1.0.1",
|
|
78
78
|
"plugin-error": "^2.0.1",
|
|
79
|
-
"postcss": "^8.4.
|
|
79
|
+
"postcss": "^8.4.23",
|
|
80
80
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
81
81
|
"postcss-import": "^15.1.0",
|
|
82
82
|
"postcss-load-config": "^4.0.1",
|
|
83
|
-
"postcss-loader": "7.
|
|
84
|
-
"postcss-preset-env": "^8.
|
|
83
|
+
"postcss-loader": "7.2.4",
|
|
84
|
+
"postcss-preset-env": "^8.3.2",
|
|
85
85
|
"pretty-bytes": "^6.1.0",
|
|
86
86
|
"readable-stream": "^4.3.0",
|
|
87
87
|
"replace-ext": "^2.0.0",
|
|
88
|
-
"rollup": "^3.20.
|
|
89
|
-
"sass": "^1.
|
|
90
|
-
"sass-loader": "^13.2.
|
|
88
|
+
"rollup": "^3.20.7",
|
|
89
|
+
"sass": "^1.62.0",
|
|
90
|
+
"sass-loader": "^13.2.2",
|
|
91
91
|
"ssh2": "^1.11.0",
|
|
92
92
|
"strip-ansi": "^7.0.1",
|
|
93
93
|
"style-loader": "^3.3.2",
|
|
94
|
-
"terser": "^5.
|
|
94
|
+
"terser": "^5.17.1",
|
|
95
95
|
"terser-webpack-plugin": "^5.3.7",
|
|
96
96
|
"through2": "^4.0.2",
|
|
97
97
|
"through2-concurrent": "^2.0.0",
|
|
98
98
|
"tslib": "^2.5.0",
|
|
99
99
|
"vinyl-sourcemaps-apply": "^0.2.1",
|
|
100
|
-
"webpack": "^5.
|
|
100
|
+
"webpack": "^5.80.0",
|
|
101
101
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
102
102
|
"webpack-dev-middleware": "^6.0.2",
|
|
103
103
|
"webpack-hot-middleware": "^2.25.3",
|
|
@@ -120,5 +120,5 @@
|
|
|
120
120
|
"engines": {
|
|
121
121
|
"node": ">=16"
|
|
122
122
|
},
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "8d41ece29df451e09e54cdc86b18ba8a37a491b2"
|
|
124
124
|
}
|