chore: update dependencies (#874)

Additional linting fixes

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-11-21 10:55:03 -05:00
committed by GitHub
parent f6f5c6bfe7
commit 9ad9793dc1
18 changed files with 924 additions and 765 deletions
+5 -5
View File
@@ -42,11 +42,11 @@
"play-sound": "^1.1.3",
"puppeteer": "^5.5.0",
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-adblocker": "^2.11.8",
"puppeteer-extra-plugin-adblocker": "^2.11.9",
"puppeteer-extra-plugin-block-resources": "^2.2.7",
"puppeteer-extra-plugin-stealth": "^2.6.5",
"pushover-notifications": "^1.2.2",
"twilio": "^3.51.0",
"twilio": "^3.52.0",
"twitch": "^4.3.0",
"twitch-auth": "^4.3.0",
"twitch-chat-client": "^4.3.0",
@@ -56,7 +56,7 @@
"devDependencies": {
"@types/async": "^3.2.4",
"@types/cheerio": "^0.22.22",
"@types/node": "^14.14.8",
"@types/node": "^14.14.9",
"@types/node-fetch": "^2.5.7",
"@types/node-notifier": "^8.0.0",
"@types/nodemailer": "^6.4.0",
@@ -65,9 +65,9 @@
"husky": "^4.3.0",
"nodemon": "^2.0.6",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"typescript": "^4.1.2",
"webpack": "^5.6.0",
"xo": "^0.33.1"
"xo": "^0.35.0"
},
"xo": {
"prettier": true,