Updated dependencies before refacto
This commit is contained in:
1315
package-lock.json
generated
1315
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -27,24 +27,28 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/AlexisNP/spellsaurus#readme",
|
"homepage": "https://github.com/AlexisNP/spellsaurus#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^5.0.0",
|
"bcrypt": "^5.0.1",
|
||||||
"bookshelf": "^1.1.1",
|
"bookshelf": "^1.2.0",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.6.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"handlebars": "^4.7.6",
|
"handlebars": "^4.7.7",
|
||||||
"helmet": "^3.22.0",
|
"helmet": "^3.23.3",
|
||||||
"jsonschema": "^1.2.6",
|
"jsonschema": "^1.4.0",
|
||||||
"knex": "^0.21.1",
|
"knex": "^0.21.19",
|
||||||
"morgan": "^1.10.0",
|
"morgan": "^1.10.0",
|
||||||
"mysql": "^2.18.1",
|
"mysql": "^2.18.1",
|
||||||
"nodemailer": "^6.4.17",
|
"nodemailer": "^6.6.3",
|
||||||
"uuid": "^8.2.0"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/cors": "^2.8.12",
|
||||||
|
"@types/express": "^4.17.13",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^7.18.0",
|
"eslint": "^7.31.0",
|
||||||
"eslint-plugin-import": "^2.22.1"
|
"eslint-plugin-import": "^2.23.4",
|
||||||
|
"ts-node": "10.1.0",
|
||||||
|
"typescript": "^4.3.5"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"env": {
|
"env": {
|
||||||
|
|||||||
Reference in New Issue
Block a user