Fix S3 connection errors causing crashes
This commit is contained in:
parent
14f62ac072
commit
78f4c15929
4 changed files with 194 additions and 189 deletions
28
package.json
28
package.json
|
@ -25,13 +25,13 @@
|
|||
"watch-sass": "node-sass --include-path ./node_modules/ -w -r -o web/public/styles/ web/public/styles/"
|
||||
},
|
||||
"dependencies": {
|
||||
"angular": "^1.7.5",
|
||||
"angular": "^1.7.7",
|
||||
"angular-reconnecting-websocket": "https://github.com/adieu/angular-reconnecting-websocket#0.1.1",
|
||||
"angular-resource": "^1.7.5",
|
||||
"angular-route": "^1.7.5",
|
||||
"angular-resource": "^1.7.7",
|
||||
"angular-route": "^1.7.7",
|
||||
"angular-strap": "^2.3.8",
|
||||
"async-busboy": "^0.7.0",
|
||||
"aws-sdk": "^2.387.0",
|
||||
"aws-sdk": "^2.400.0",
|
||||
"babel": "^6.5.2",
|
||||
"babel-cli": "^6.10.1",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"jimp": "0.6.0",
|
||||
"jquery": "^3.3.1",
|
||||
"kcors": "^2.2.2",
|
||||
"koa": "^2.6.2",
|
||||
"koa": "^2.7.0",
|
||||
"koa-bodyparser": "^4.2.1",
|
||||
"koa-compress": "~3.0.0",
|
||||
"koa-csrf": "^3.0.7",
|
||||
|
@ -73,36 +73,36 @@
|
|||
"koa-websocket": "^5.0.1",
|
||||
"kue": "^0.11.6",
|
||||
"mime-types": "^2.1.21",
|
||||
"moment": "^2.23.0",
|
||||
"moment": "^2.24.0",
|
||||
"mz": "^2.7.0",
|
||||
"node-fetch": "^2.3.0",
|
||||
"node-sass": "^4.11.0",
|
||||
"node-uuid": "^1.4.8",
|
||||
"passwords": "^1.3.1",
|
||||
"pg": "^7.8.0",
|
||||
"@sentry/node": "^4.5.1",
|
||||
"@sentry/node": "^4.5.3",
|
||||
"redis": "^2.8.0",
|
||||
"@sendgrid/mail": "^6.3.1",
|
||||
"sequelize": "^4.42.0",
|
||||
"smooth-scroll": "https://github.com/cferdinandi/smooth-scroll#5.3.7",
|
||||
"statsy": "~0.2.0",
|
||||
"stripe": "^6.20.0",
|
||||
"stripe": "^6.23.1",
|
||||
"swig": "~1.4.2",
|
||||
"validate-ip": "^1.0.1",
|
||||
"webpack": "^4.28.4",
|
||||
"webpack-cli": "^3.2.1",
|
||||
"webpack": "^4.29.3",
|
||||
"webpack-cli": "^3.2.3",
|
||||
"zeroclipboard": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.1",
|
||||
"concurrently": "^4.1.0",
|
||||
"eslint": "^5.12.0",
|
||||
"eslint": "^5.13.0",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"istanbul": "^0.4.3",
|
||||
"mocha": "^5.2.0",
|
||||
"nodemon": "^1.18.9",
|
||||
"supertest": "^3.3.0",
|
||||
"nodemon": "^1.18.10",
|
||||
"supertest": "^3.4.2",
|
||||
"tmp": "0.0.33"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue