Skip to content

Commit 830b84e

Browse files
authored
Merge pull request #35 from Patternslib/upd
Update dependencies, etc.
2 parents 995422a + 807147a commit 830b84e

5 files changed

Lines changed: 2199 additions & 3557 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm test

babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module.exports = (env) => {
2626
},
2727
],
2828
],
29-
plugins: ["@babel/plugin-transform-optional-chaining"],
3029
};
3130
}
3231

package.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,41 @@
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {
7-
"@babel/core": "^7.23.3",
8-
"@babel/eslint-parser": "^7.23.3",
9-
"@babel/preset-env": "^7.23.3",
10-
"@commitlint/cli": "^18.4.3",
11-
"@commitlint/config-conventional": "^18.4.3",
7+
"@babel/core": "^7.25.2",
8+
"@babel/eslint-parser": "^7.25.1",
9+
"@babel/preset-env": "^7.25.3",
10+
"@commitlint/cli": "^19.4.0",
11+
"@commitlint/config-conventional": "^19.2.2",
1212
"@release-it/conventional-changelog": "^8.0.1",
1313
"babel-loader": "^9.1.3",
14-
"css-loader": "^6.8.1",
15-
"eslint": "^8.54.0",
16-
"eslint-config-prettier": "^9.0.0",
17-
"husky": "^8.0.3",
14+
"css-loader": "^7.1.2",
15+
"eslint": "^8.57.0",
16+
"eslint-config-prettier": "^9.1.0",
17+
"husky": "^9.1.4",
1818
"identity-obj-proxy": "^3.0.0",
1919
"jest": "^29.7.0",
2020
"jest-environment-jsdom": "^29.7.0",
2121
"jest-watch-typeahead": "^2.2.2",
22-
"prettier": "^3.1.0",
23-
"regenerator-runtime": "^0.14.0",
24-
"release-it": "^17.0.0",
25-
"sass": "^1.69.5",
26-
"sass-loader": "^13.3.2",
27-
"style-loader": "^3.3.3",
28-
"terser-webpack-plugin": "^5.3.9",
22+
"prettier": "^3.3.3",
23+
"regenerator-runtime": "^0.14.1",
24+
"release-it": "^17.6.0",
25+
"sass": "^1.77.8",
26+
"sass-loader": "^16.0.0",
27+
"style-loader": "^4.0.0",
28+
"terser-webpack-plugin": "^5.3.10",
2929
"timezone-mock": "^1.3.6",
30-
"webpack": "^5.89.0",
31-
"webpack-bundle-analyzer": "^4.10.1",
30+
"webpack": "^5.93.0",
31+
"webpack-bundle-analyzer": "^4.10.2",
3232
"webpack-cli": "^5.1.4",
33-
"webpack-dev-server": "^4.15.1",
33+
"webpack-dev-server": "^5.0.4",
3434
"whybundled": "^2.0.0",
35-
"yarn": "^1.22.21"
35+
"yarn": "^1.22.22"
3636
},
3737
"engines": {
38-
"node": ">=16"
38+
"node": ">=18.18"
3939
},
4040
"scripts": {
41+
"prepare": "husky",
4142
"test": "jest"
4243
},
4344
"author": {

webpack/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const config_factory = (env, argv, config, babel_include = [], package_json) =>
7272
type: "asset/source",
7373
},
7474
{
75-
test: /\.(eot|woff|woff2|ttf|png|jpe?g|gif)$/i,
75+
test: /\.(eot|woff|woff2|ttf|png|jpe?g|gif|webp)$/i,
7676
type: "asset/resource",
7777
},
7878
],

0 commit comments

Comments
 (0)