Merge pull request #226 from ertprs/patch-1

fix: update WWebJS & Typescript
This commit is contained in:
Cassio Santos
2021-09-02 06:43:34 -03:00
committed by GitHub

View File

@@ -37,7 +37,7 @@
"sequelize-cli": "^5.5.1",
"sequelize-typescript": "^1.1.0",
"socket.io": "^3.0.5",
"whatsapp-web.js": "^1.14.0",
"whatsapp-web.js": "^1.14.1",
"yup": "^0.32.8"
},
"devDependencies": {
@@ -73,6 +73,6 @@
"supertest": "^5.0.0",
"ts-jest": "^26.4.1",
"ts-node-dev": "^1.0.0-pre.63",
"typescript": "^4.0.3"
"typescript": "4.0.3"
}
}