Skip to content

Commit 6ae5443

Browse files
committed
Merge branch 'birkskyum-update-preact'
2 parents 05aee51 + 66cedbf commit 6ae5443

File tree

7 files changed

+1854
-1282
lines changed

7 files changed

+1854
-1282
lines changed

frameworks/keyed/preact-classes/package-lock.json

Lines changed: 1127 additions & 944 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/preact-classes/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"url": "https://github.com/krausest/js-framework-benchmark.git"
2222
},
2323
"devDependencies": {
24-
"terser-webpack-plugin": "5.3.7",
25-
"@babel/core": "7.21.0",
26-
"@babel/preset-env": "7.20.2",
27-
"@babel/preset-react": "7.18.6",
24+
"terser-webpack-plugin": "5.3.10",
25+
"@babel/core": "7.23.9",
26+
"@babel/preset-env": "7.23.9",
27+
"@babel/preset-react": "7.23.3",
2828
"@babel/plugin-proposal-class-properties": "7.18.6",
29-
"babel-loader": "9.1.2",
30-
"webpack": "5.76.1",
31-
"webpack-cli": "5.0.1"
29+
"babel-loader": "9.1.3",
30+
"webpack": "5.90.0",
31+
"webpack-cli": "5.1.4"
3232
},
3333
"dependencies": {
34-
"@babel/plugin-transform-react-jsx": "7.21.0",
35-
"preact": "10.13.1"
34+
"@babel/plugin-transform-react-jsx": "7.23.4",
35+
"preact": "10.19.3"
3636
}
3737
}

frameworks/keyed/preact-classes/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var extensions = [
88
];
99

1010
module.exports = [{
11+
mode: 'production',
1112
cache: true,
1213
module: {
1314
rules: [

0 commit comments

Comments
 (0)