Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-03-21 02:43:32 +0300
committersualko <klaus@jsxc.org>2021-03-21 02:43:32 +0300
commit93f19b17950ac8800fbbe8968bd6838a971c1e6c (patch)
tree2313cff84170e58185a5384f953fc3fb7389c1f5 /package.json
parent7cec298c7e821df85467aa547cf88859b1e72fa3 (diff)
chore: upgrade to webpack 5
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/package.json b/package.json
index bee09e0b..037a4c12 100644
--- a/package.json
+++ b/package.json
@@ -65,9 +65,10 @@
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"archiver": "^5.1.0",
+ "buffer": "^6.0.3",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^6.3.2",
+ "copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"eslint": "^7.18.0",
@@ -82,7 +83,7 @@
"inquirer": "^8.0.0",
"istanbul": "^0.4.5",
"js-beautify": "^1.13.0",
- "karma": "^5.2.3",
+ "karma": "^6.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-firefox-launcher": "^2.1.0",
@@ -92,22 +93,24 @@
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "^0.0.32",
"karma-typescript": "^5.2.0",
- "karma-webpack": "^4.0.2",
+ "karma-webpack": "^5.0.0",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"npm-run-all": "^4.1.5",
- "sass-loader": "^10.1.0",
+ "process": "^0.11.10",
+ "sass-loader": "^11.0.1",
"simple-git": "^2.23.0",
"sinon": "^9.2.1",
+ "stream-browserify": "^3.0.0",
"stylelint": "^13.8.0",
"stylelint-config-sass-guidelines": "^8.0.0",
- "terser-webpack-plugin": "^4.0.0",
+ "terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"tslib": "^2.0.3",
"typescript": "^4.1.2",
"typescript-formatter": "^7.2.2",
- "webpack": "^4.43.0",
+ "webpack": "^5.27.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.7.2"