@henderea/static-site-builder 1.10.8 → 1.10.10
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.
|
@@ -131,7 +131,7 @@ let postcssOptions = {
|
|
|
131
131
|
};
|
|
132
132
|
|
|
133
133
|
if(ssbConfig.postcssOptions && _.isPlainObject(ssbConfig.postcssOptions)) {
|
|
134
|
-
postcssOptions = ssbConfig.postcssOptions;
|
|
134
|
+
postcssOptions = _.defaultsDeep({}, postcssOptions, ssbConfig.postcssOptions);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
export default _.defaultsDeep({}, ssbConfig.webpack || {}, {
|
|
@@ -239,7 +239,7 @@ let postcssOptions = {
|
|
|
239
239
|
};
|
|
240
240
|
|
|
241
241
|
if(ssbConfig.postcssOptions && _.isPlainObject(ssbConfig.postcssOptions)) {
|
|
242
|
-
postcssOptions = ssbConfig.postcssOptions;
|
|
242
|
+
postcssOptions = _.defaultsDeep({}, postcssOptions, ssbConfig.postcssOptions);
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
export default _.defaultsDeep({}, ssbConfig.webpack || {}, {
|
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@henderea/static-site-builder",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.10",
|
|
4
4
|
"description": "A static site builder",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "henderea/static-site-builder.git",
|
|
7
7
|
"author": "Eric Henderson <henderea@gmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": ">=
|
|
10
|
+
"node": ">=18"
|
|
11
11
|
},
|
|
12
|
+
"engineStrict": true,
|
|
12
13
|
"files": [
|
|
13
14
|
"bin",
|
|
14
15
|
"config",
|
|
@@ -25,49 +26,48 @@
|
|
|
25
26
|
},
|
|
26
27
|
"type": "module",
|
|
27
28
|
"dependencies": {
|
|
28
|
-
"@babel/core": "^7.
|
|
29
|
-
"babel-
|
|
30
|
-
"babel-loader": "^9.1.2",
|
|
29
|
+
"@babel/core": "^7.23.6",
|
|
30
|
+
"babel-loader": "^9.1.3",
|
|
31
31
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
32
|
-
"chalk": "^5.
|
|
32
|
+
"chalk": "^5.3.0",
|
|
33
33
|
"copy-webpack-plugin": "^11.0.0",
|
|
34
34
|
"cross-spawn": "^7.0.3",
|
|
35
|
-
"css-loader": "^6.
|
|
36
|
-
"dotenv": "^16.
|
|
35
|
+
"css-loader": "^6.8.1",
|
|
36
|
+
"dotenv": "^16.3.1",
|
|
37
37
|
"dotenv-expand": "^10.0.0",
|
|
38
38
|
"ejs": "^3.1.9",
|
|
39
|
-
"eslint": "^8.
|
|
39
|
+
"eslint": "^8.56.0",
|
|
40
40
|
"file-loader": "^6.2.0",
|
|
41
|
-
"filesize": "^10.0
|
|
41
|
+
"filesize": "^10.1.0",
|
|
42
42
|
"find-pkg": "^2.0.0",
|
|
43
|
-
"globby": "^
|
|
43
|
+
"globby": "^14.0.0",
|
|
44
44
|
"gzip-size": "^7.0.0",
|
|
45
|
-
"handlebars": "^4.7.
|
|
46
|
-
"html-webpack-plugin": "^5.
|
|
45
|
+
"handlebars": "^4.7.8",
|
|
46
|
+
"html-webpack-plugin": "^5.6.0",
|
|
47
47
|
"lodash": "^4.17.21",
|
|
48
|
-
"mini-css-extract-plugin": "^2.7.
|
|
49
|
-
"moment": "^2.
|
|
48
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
49
|
+
"moment": "^2.30.1",
|
|
50
50
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
51
|
-
"
|
|
52
|
-
"postcss-
|
|
53
|
-
"postcss-preset-env": "^8.0.1",
|
|
51
|
+
"postcss-loader": "^7.3.4",
|
|
52
|
+
"postcss-preset-env": "^9.3.0",
|
|
54
53
|
"recursive-readdir": "^2.2.3",
|
|
55
|
-
"sass
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
54
|
+
"sass": "^1.69.6",
|
|
55
|
+
"sass-loader": "^13.3.3",
|
|
56
|
+
"strip-ansi": "^7.1.0",
|
|
57
|
+
"style-loader": "^3.3.3",
|
|
58
|
+
"thread-loader": "^4.0.2",
|
|
59
|
+
"ts-loader": "^9.5.1",
|
|
60
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
61
|
+
"typescript": "^5.3.3",
|
|
62
|
+
"webpack": "^5.89.0",
|
|
63
63
|
"webpack-manifest-plugin": "^5.0.0",
|
|
64
|
-
"workbox-webpack-plugin": "^
|
|
64
|
+
"workbox-webpack-plugin": "^7.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
68
|
-
"@typescript-eslint/parser": "^
|
|
69
|
-
"eslint-config-henderea": "1.1.
|
|
70
|
-
"eslint-plugin-import": "^2.
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
68
|
+
"@typescript-eslint/parser": "^6.16.0",
|
|
69
|
+
"eslint-config-henderea": "^1.1.19",
|
|
70
|
+
"eslint-plugin-import": "^2.29.1"
|
|
71
71
|
},
|
|
72
72
|
"eslintConfig": {
|
|
73
73
|
"extends": "henderea"
|