fix: change cheerio to jsdom

This commit is contained in:
dd060606
2024-12-08 15:19:03 +01:00
parent 710ea4844f
commit 2788fcfa7d
6 changed files with 349 additions and 246 deletions

View File

@@ -15,11 +15,12 @@
"description": "",
"dependencies": {
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5"
"dotenv": "^16.4.5",
"jsdom": "^25.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/jsdom": "^21.1.7",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",