chore: update dependencies

Removed puppeteer types and puppeteer-extra
This commit is contained in:
Jef LeCompte
2021-02-18 09:52:26 -05:00
parent b1ece9edad
commit 8d5792bf9e
6 changed files with 201 additions and 341 deletions
+16 -17
View File
@@ -45,43 +45,42 @@
"node-hue-api": "^4.0.10",
"node-notifier": "^9.0.0",
"node-pagerduty": "^1.3.6",
"nodemailer": "^6.4.17",
"open": "^7.4.0",
"nodemailer": "^6.4.18",
"open": "^7.4.2",
"play-sound": "^1.1.3",
"puppeteer": "^5.5.0",
"puppeteer-extra": "^3.1.16",
"puppeteer": "^7.1.0",
"puppeteer-extra": "^3.1.17",
"puppeteer-extra-plugin-adblocker": "^2.11.10",
"puppeteer-extra-plugin-block-resources": "^2.2.8",
"puppeteer-extra-plugin-stealth": "^2.7.4",
"puppeteer-extra-plugin-stealth": "^2.7.5",
"pushover-notifications": "^1.2.2",
"redis": "^3.0.2",
"top-user-agents": "^1.0.21",
"twilio": "^3.55.1",
"twitch": "^4.4.9",
"twitch-auth": "^4.4.9",
"twitch-chat-client": "^4.4.9",
"twilio": "^3.56.0",
"twitch": "^4.4.11",
"twitch-auth": "^4.4.11",
"twitch-chat-client": "^4.4.11",
"twitter": "^1.7.1",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/async": "^3.2.5",
"@types/cheerio": "^0.22.23",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.25",
"@types/cheerio": "^0.22.24",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.28",
"@types/node-fetch": "^2.5.8",
"@types/node-notifier": "^8.0.0",
"@types/nodemailer": "^6.4.0",
"@types/puppeteer": "^5.4.3",
"@types/redis": "^2.8.28",
"@types/sinon": "^9.0.10",
"@types/twitter": "^1.7.0",
"c8": "^7.5.0",
"c8": "^7.6.0",
"gts": "^3.1.0",
"mocha": "^8.2.1",
"mocha": "^8.3.0",
"nodemon": "^2.0.7",
"sinon": "^9.2.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.4",
"webpack": "^5.21.2"
"typescript": "^4.1.5",
"webpack": "^5.22.0"
}
}