Fix broken shit after dep updates
This commit is contained in:
parent
7878346910
commit
d89c8872d2
15 changed files with 1169 additions and 713 deletions
21
package.json
21
package.json
|
@ -44,19 +44,20 @@
|
|||
"co": "~4.6.0",
|
||||
"co-redis": "^2.1.0",
|
||||
"co-views": "~2.1.0",
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
"copy-webpack-plugin": "^6.0.2",
|
||||
"debug": "~4.1.1",
|
||||
"dropzone": "~5.7.0",
|
||||
"ejs": "^3.1.3",
|
||||
"ejs-lint": "^1.1.0",
|
||||
"form-data": "^3.0.0",
|
||||
"http-errors": "^1.7.3",
|
||||
"image-size": "^0.8.3",
|
||||
"jimp": "^0.9.3",
|
||||
"jimp": "^0.13.0",
|
||||
"jquery": "^3.5.0",
|
||||
"kcors": "^2.2.2",
|
||||
"koa": "^2.11.0",
|
||||
"koa-bodyparser": "^4.3.0",
|
||||
"koa-compress": "~3.0.0",
|
||||
"koa-compress": "~4.0.1",
|
||||
"koa-csrf": "^3.0.8",
|
||||
"koa-error": "^3.2.0",
|
||||
"koa-favicon": "~2.1.0",
|
||||
|
@ -64,8 +65,8 @@
|
|||
"koa-helmet": "^5.2.0",
|
||||
"koa-logger": "~3.2.1",
|
||||
"koa-redis": "^4.0.1",
|
||||
"koa-router": "^8.0.8",
|
||||
"koa-session": "^5.13.1",
|
||||
"koa-router": "^9.0.1",
|
||||
"koa-session": "^6.0.0",
|
||||
"koa-static": "^5.0.0",
|
||||
"koa-views": "^6.2.1",
|
||||
"koa-websocket": "^6.0.0",
|
||||
|
@ -74,12 +75,12 @@
|
|||
"moment": "^2.24.0",
|
||||
"mz": "^2.7.0",
|
||||
"node-fetch": "^2.3.0",
|
||||
"redis": "^3.0.2",
|
||||
"sequelize": "^5.21.11",
|
||||
"node-sass": "^4.14.0",
|
||||
"node-uuid": "^1.4.8",
|
||||
"passwords": "^1.3.1",
|
||||
"pg": "^8.0.3",
|
||||
"redis": "^3.0.2",
|
||||
"sequelize": "^5.21.11",
|
||||
"smooth-scroll": "https://github.com/cferdinandi/smooth-scroll#5.3.7",
|
||||
"statsy": "~0.2.0",
|
||||
"stripe": "^8.61.0",
|
||||
|
@ -90,12 +91,12 @@
|
|||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
"concurrently": "^5.1.0",
|
||||
"eslint": "^5.13.0",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-config-airbnb": "^18.1.0",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"mocha": "^8.0.0",
|
||||
"nodemon": "^2.0.2",
|
||||
"supertest": "^4.0.2",
|
||||
"tmp": "0.1.0"
|
||||
"tmp": "0.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue