balm-core 4.25.0 → 4.26.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/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balm-core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.26.0",
|
|
4
4
|
"description": "BalmJS compiler core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"balm",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"@rollup/plugin-terser": "^0.4.4",
|
|
45
45
|
"ansi-colors": "^4.1.3",
|
|
46
46
|
"async": "^3.2.5",
|
|
47
|
-
"autoprefixer": "^10.4.
|
|
47
|
+
"autoprefixer": "^10.4.17",
|
|
48
48
|
"babel-loader": "^9.1.3",
|
|
49
49
|
"browser-sync": "^3.0.2",
|
|
50
50
|
"connect-history-api-fallback": "^2.0.0",
|
|
51
|
-
"css-loader": "^6.
|
|
52
|
-
"css-minimizer-webpack-plugin": "^
|
|
53
|
-
"cssnano": "^6.0.
|
|
51
|
+
"css-loader": "^6.9.1",
|
|
52
|
+
"css-minimizer-webpack-plugin": "^6.0.0",
|
|
53
|
+
"cssnano": "^6.0.3",
|
|
54
54
|
"del": "^7.1.0",
|
|
55
|
-
"dotenv": "^16.3.
|
|
55
|
+
"dotenv": "^16.3.2",
|
|
56
56
|
"dotenv-expand": "^10.0.0",
|
|
57
57
|
"esbuild": "^0.19.0",
|
|
58
58
|
"fancy-log": "^2.0.0",
|
|
@@ -65,35 +65,35 @@
|
|
|
65
65
|
"gulp-useref": "^5.0.0",
|
|
66
66
|
"gulp-zip": "^6.0.0",
|
|
67
67
|
"gulp.spritesmith": "^6.13.0",
|
|
68
|
-
"html-loader": "^
|
|
68
|
+
"html-loader": "^5.0.0",
|
|
69
69
|
"html-minifier": "^4.0.0",
|
|
70
70
|
"html-webpack-plugin": "^5.6.0",
|
|
71
71
|
"http-proxy-middleware": "^2.0.6",
|
|
72
72
|
"imagemin": "^8.0.1",
|
|
73
|
-
"istextorbinary": "^9.
|
|
73
|
+
"istextorbinary": "^9.5.0",
|
|
74
74
|
"less": "^4.2.0",
|
|
75
|
-
"mini-css-extract-plugin": "^2.7.
|
|
75
|
+
"mini-css-extract-plugin": "^2.7.7",
|
|
76
76
|
"modernizr": "^3.13.0",
|
|
77
77
|
"parents": "^1.0.1",
|
|
78
78
|
"plugin-error": "^2.0.1",
|
|
79
|
-
"postcss": "^8.4.
|
|
79
|
+
"postcss": "^8.4.33",
|
|
80
80
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
81
|
-
"postcss-import": "^
|
|
81
|
+
"postcss-import": "^16.0.0",
|
|
82
82
|
"postcss-load-config": "^5.0.2",
|
|
83
|
-
"postcss-loader": "
|
|
84
|
-
"postcss-preset-env": "
|
|
83
|
+
"postcss-loader": "^8.0.0",
|
|
84
|
+
"postcss-preset-env": "7",
|
|
85
85
|
"pretty-bytes": "^6.1.1",
|
|
86
86
|
"readable-stream": "^4.5.2",
|
|
87
87
|
"replace-ext": "^2.0.0",
|
|
88
|
-
"rollup": "^4.9.
|
|
89
|
-
"sass": "^1.
|
|
90
|
-
"sass-loader": "^
|
|
88
|
+
"rollup": "^4.9.6",
|
|
89
|
+
"sass": "^1.70.0",
|
|
90
|
+
"sass-loader": "^14.0.0",
|
|
91
91
|
"ssh2": "^1.15.0",
|
|
92
92
|
"strip-ansi": "^7.1.0",
|
|
93
|
-
"style-loader": "^3.3.
|
|
94
|
-
"tailwindcss": "^3.4.
|
|
95
|
-
"terser": "^5.
|
|
96
|
-
"terser-webpack-plugin": "^5.3.
|
|
93
|
+
"style-loader": "^3.3.4",
|
|
94
|
+
"tailwindcss": "^3.4.1",
|
|
95
|
+
"terser": "^5.27.0",
|
|
96
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
97
97
|
"through2": "^4.0.2",
|
|
98
98
|
"through2-concurrent": "^2.0.0",
|
|
99
99
|
"tslib": "^2.6.2",
|
|
@@ -106,19 +106,19 @@
|
|
|
106
106
|
"workbox-build": "^7.0.0"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@types/async": "
|
|
110
|
-
"@types/browser-sync": "
|
|
111
|
-
"@types/express": "
|
|
112
|
-
"@types/fancy-log": "
|
|
113
|
-
"@types/html-minifier": "
|
|
114
|
-
"@types/imagemin": "
|
|
115
|
-
"@types/parents": "
|
|
116
|
-
"@types/postcss-flexbugs-fixes": "
|
|
117
|
-
"@types/readable-stream": "
|
|
118
|
-
"@types/replace-ext": "
|
|
119
|
-
"@types/through2-concurrent": "
|
|
120
|
-
"@types/webpack-bundle-analyzer": "
|
|
121
|
-
"@types/webpack-hot-middleware": "
|
|
109
|
+
"@types/async": "3",
|
|
110
|
+
"@types/browser-sync": "2",
|
|
111
|
+
"@types/express": "4",
|
|
112
|
+
"@types/fancy-log": "2",
|
|
113
|
+
"@types/html-minifier": "4",
|
|
114
|
+
"@types/imagemin": "8",
|
|
115
|
+
"@types/parents": "1",
|
|
116
|
+
"@types/postcss-flexbugs-fixes": "5",
|
|
117
|
+
"@types/readable-stream": "4",
|
|
118
|
+
"@types/replace-ext": "2",
|
|
119
|
+
"@types/through2-concurrent": "2",
|
|
120
|
+
"@types/webpack-bundle-analyzer": "4",
|
|
121
|
+
"@types/webpack-hot-middleware": "2"
|
|
122
122
|
},
|
|
123
123
|
"optionalDependencies": {
|
|
124
124
|
"imagemin-gifsicle": "^7.0.0",
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"engines": {
|
|
130
130
|
"node": ">=18.12.0"
|
|
131
131
|
},
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "48763282dcc2f2c260fb9e606055e6eb89ff35c7"
|
|
133
133
|
}
|