aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-12-03 18:49:57 +0000
committers-ol <s+removethis@s-ol.nu>2022-12-03 18:51:53 +0000
commit421f0891115ccea87196e24739fa65ee3eb475ab (patch)
tree9413baf2b3c8806ffeff065bf5a4ed325e574290 /package.json
parentadd Janko and traditional Piano layout (diff)
downloadisomorphic-kb-explorer-421f0891115ccea87196e24739fa65ee3eb475ab.tar.gz
isomorphic-kb-explorer-421f0891115ccea87196e24739fa65ee3eb475ab.zip
upgrade dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json
index 2485551..78f657f 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"scripts": {
"start": "webpack-dev-server -w",
"start:v": "webpack-dev-server -w --host 0.0.0.0 --watch-poll",
- "build": "NODE_ENV=production webpack --config ./webpack.config.js --mode production --progress --colors"
+ "build": "NODE_ENV=production webpack --config ./webpack.config.js --mode production --progress"
},
"babel": {
"presets": [
@@ -24,10 +24,11 @@
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
+ "@webpack-cli/serve": "^2.0.0",
"babel-loader": "^8.1.0",
"html-webpack-plugin": "^4.5.0",
- "webpack": "^4.20.2",
- "webpack-cli": "^3.3.12",
- "webpack-dev-server": "^3.11.0"
+ "webpack": "^5.75.0",
+ "webpack-cli": "^5.0.0",
+ "webpack-dev-server": "^4.11.1"
}
}