Update jest, jsdom, typescript

This commit is contained in:
maxswa
2023-07-13 16:16:07 -04:00
parent 53981e7468
commit 4b4bf8c702
2 changed files with 1222 additions and 2028 deletions

View File

@@ -91,12 +91,12 @@
},
"dependencies": {
"axios": "^0.21.1",
"jsdom": "^16.3.0",
"jsdom": "^22.1.0",
"useragent-generator": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/jsdom": "^16.2.3",
"@types/jest": "^29.5.3",
"@types/jsdom": "^21.1.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
@@ -107,11 +107,11 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.2.0",
"jest": "^26.6.3",
"jest": "^29.6.1",
"lint-staged": "^10.5.4",
"np": "^7.7.0",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
}
}