Dep update
parent
ad5662c565
commit
0b081b4cc0
27
package.json
27
package.json
|
@ -12,29 +12,28 @@
|
|||
"private": false,
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/helmet": "^0.0.46",
|
||||
"@types/mongoose": "^5.7.10",
|
||||
"@types/node": "^13.11.0",
|
||||
"@types/helmet": "^0.0.47",
|
||||
"@types/mongoose": "^5.7.19",
|
||||
"@types/node": "^14.0.1",
|
||||
"@types/signale": "^1.4.1",
|
||||
"@types/uuid": "^7.0.2",
|
||||
"@types/yaml": "^1.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
||||
"@typescript-eslint/parser": "^2.27.0",
|
||||
"eslint": "^6.8.0",
|
||||
"@types/uuid": "^7.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
||||
"@typescript-eslint/parser": "^2.33.0",
|
||||
"eslint": "^7.0.0",
|
||||
"eslint-config-airbnb-base": "^14.1.0",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"typescript": "^3.8.3"
|
||||
"typescript": "^3.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.19.2",
|
||||
"eris": "bsian03/eris#bsian",
|
||||
"eris-pagination": "bsian03/eris-pagination#dev",
|
||||
"eris-pagination": "bsian03/eris-pagination",
|
||||
"express": "^4.17.1",
|
||||
"helmet": "^3.22.0",
|
||||
"moment": "^2.24.0",
|
||||
"mongoose": "^5.9.9",
|
||||
"moment": "^2.25.3",
|
||||
"mongoose": "^5.9.13",
|
||||
"signale": "^1.4.0",
|
||||
"uuid": "^7.0.3",
|
||||
"yaml": "^1.8.3"
|
||||
"uuid": "^8.0.0",
|
||||
"yaml": "^1.9.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue