build(webpack): update to webpack 5 (#1336)

Co-authored-by: Elliot Lee <github.public@intelliot.com>
This commit is contained in:
Nathan Nichols
2020-12-07 12:00:57 -06:00
committed by GitHub
parent abb1d23ee2
commit e8817d9e0b
3 changed files with 905 additions and 1941 deletions

View File

@@ -28,7 +28,7 @@
"lodash": "^4.17.4",
"lodash.isequal": "^4.5.0",
"ripple-address-codec": "^4.1.1",
"ripple-binary-codec": "1.1.0-beta.0",
"ripple-binary-codec": "^1.1.0",
"ripple-keypairs": "^1.0.0",
"ripple-lib-transactionparser": "0.8.2",
"ws": "^7.2.0"
@@ -39,6 +39,9 @@
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.27.0",
"assert-diff": "^3.0.0",
"assert": "^2.0.0",
"buffer": "^6.0.2",
"crypto-browserify": "^3.12.0",
"doctoc": "^1.4.0",
"ejs": "^3.0.1",
"eslint": "^6.5.1",
@@ -47,11 +50,14 @@
"mocha": "^7",
"nyc": "^15",
"prettier": "^2.0.5",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.5",
"webpack": "^4",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^4.1.0"
"url": "^0.11.0",
"webpack": "^5.6.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^4.2.0"
},
"scripts": {
"build:schemas": "mkdir -p dist/npm/common && cp -r src/common/schemas dist/npm/common/",