deps -- bump versions of existing deps
This commit is contained in:
parent
eaafa9bed2
commit
e4bba25cd7
26
package.json
26
package.json
|
@ -22,14 +22,14 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.0.0-rc.1",
|
||||
"@babel/plugin-transform-runtime": "7.0.0-rc.1",
|
||||
"@babel/preset-env": "7.0.0-rc.1",
|
||||
"@babel/preset-react": "7.0.0-rc.1",
|
||||
"@babel/runtime-corejs2": "7.0.0-rc.1",
|
||||
"@babel/core": "7.1.2",
|
||||
"@babel/plugin-transform-runtime": "7.1.0",
|
||||
"@babel/preset-env": "7.1.0",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"@babel/runtime-corejs2": "7.1.2",
|
||||
"ascii-table": "0.0.9",
|
||||
"async": "2.6.1",
|
||||
"babel-loader": "8.0.0-beta.4",
|
||||
"babel-loader": "8.0.4",
|
||||
"babel-plugin-module-resolver": "3.1.1",
|
||||
"bip39": "2.5.0",
|
||||
"check-dependencies": "1.1.0",
|
||||
|
@ -37,8 +37,8 @@
|
|||
"clone-deep": "4.0.0",
|
||||
"colors": "1.3.2",
|
||||
"commander": "2.18.0",
|
||||
"compression-webpack-plugin": "1.1.12",
|
||||
"css-loader": "0.28.11",
|
||||
"compression-webpack-plugin": "2.0.0",
|
||||
"css-loader": "1.0.0",
|
||||
"decompress": "4.2.0",
|
||||
"deep-equal": "1.0.1",
|
||||
"ejs": "2.6.1",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"ethereumjs-wallet": "0.6.0",
|
||||
"express": "4.16.3",
|
||||
"express-ws": "4.0.0",
|
||||
"file-loader": "1.1.11",
|
||||
"file-loader": "2.0.0",
|
||||
"finalhandler": "1.1.1",
|
||||
"flatted": "0.2.3",
|
||||
"follow-redirects": "1.5.7",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"ganache-cli": "6.1.8",
|
||||
"glob": "7.1.3",
|
||||
"globule": "1.2.1",
|
||||
"hard-source-webpack-plugin": "0.11.2",
|
||||
"hard-source-webpack-plugin": "0.12.0",
|
||||
"hosted-git-info": "2.7.1",
|
||||
"http-proxy": "1.17.0",
|
||||
"http-shutdown": "1.2.0",
|
||||
|
@ -86,16 +86,16 @@
|
|||
"simples": "0.8.8",
|
||||
"solc": "0.4.25",
|
||||
"string-replace-async": "1.2.1",
|
||||
"style-loader": "0.19.1",
|
||||
"style-loader": "0.23.0",
|
||||
"swarm-api": "0.1.2",
|
||||
"tar": "3.2.1",
|
||||
"toposort": "1.0.7",
|
||||
"underscore": "1.9.1",
|
||||
"url-loader": "0.6.2",
|
||||
"url-loader": "1.1.1",
|
||||
"uuid": "3.3.2",
|
||||
"viz.js": "1.8.2",
|
||||
"web3": "1.0.0-beta.34",
|
||||
"webpack": "4.18.0",
|
||||
"webpack": "4.19.0",
|
||||
"window-size": "1.1.1",
|
||||
"ws": "^6.0.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue