updated deps
This commit is contained in:
parent
898d152810
commit
98c4bd0f50
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
|
@ -70,7 +70,7 @@
|
|||
"@mattiasbuelens/web-streams-polyfill": "0.2.1",
|
||||
"asmcrypto.js": "^0.22.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-plugin-istanbul": "^5.1.1",
|
||||
"babel-plugin-istanbul": "^5.1.2",
|
||||
"base64-js": "^1.3.0",
|
||||
"content-disposition": "^0.5.3",
|
||||
"copy-webpack-plugin": "^5.0.2",
|
||||
|
@ -95,16 +95,16 @@
|
|||
"http_ece": "^1.1.0",
|
||||
"husky": "^1.3.1",
|
||||
"lint-staged": "^8.1.5",
|
||||
"mocha": "^6.1.2",
|
||||
"mocha": "^6.1.3",
|
||||
"morgan": "^1.9.1",
|
||||
"nanobus": "^4.4.0",
|
||||
"nanohtml": "^1.5.0",
|
||||
"nanotiming": "^7.3.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"nyc": "^13.3.0",
|
||||
"nyc": "^14.0.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"postcss-preset-env": "^6.6.0",
|
||||
"prettier": "^1.16.4",
|
||||
"prettier": "^1.17.0",
|
||||
"proxyquire": "^2.1.0",
|
||||
"puppeteer": "1.11.0",
|
||||
"raven-js": "^3.27.0",
|
||||
|
@ -112,12 +112,12 @@
|
|||
"redis-mock": "^0.43.0",
|
||||
"rimraf": "^2.6.3",
|
||||
"script-loader": "^0.7.2",
|
||||
"sinon": "^7.3.1",
|
||||
"sinon": "^7.3.2",
|
||||
"string-hash": "^1.1.3",
|
||||
"stylelint": "^9.10.1",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"stylelint": "^10.0.1",
|
||||
"stylelint-config-standard": "^18.3.0",
|
||||
"stylelint-no-unsupported-browser-features": "^3.0.2",
|
||||
"svgo": "^1.2.1",
|
||||
"svgo": "^1.2.2",
|
||||
"svgo-loader": "^2.2.0",
|
||||
"tailwindcss": "^0.7.4",
|
||||
"val-loader": "^1.1.1",
|
||||
|
@ -137,7 +137,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@google-cloud/storage": "^2.5.0",
|
||||
"aws-sdk": "^2.437.0",
|
||||
"aws-sdk": "^2.438.0",
|
||||
"body-parser": "^1.18.3",
|
||||
"choo": "^6.13.3",
|
||||
"cldr-core": "^35.0.0",
|
||||
|
|
Loading…
Reference in New Issue