Merge pull request #10 from jhutchings1/dependabot/npm_and_yarn/jest-and-types/jest-29.4.2

Bump jest and @types/jest
This commit is contained in:
Justin Hutchings
2023-02-14 16:19:53 -08:00
committed by GitHub
2 changed files with 730 additions and 702 deletions
+728 -700
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -36,10 +36,10 @@
}, },
"devDependencies": { "devDependencies": {
"@types/glob": "^8.0.1", "@types/glob": "^8.0.1",
"@types/jest": "^29.2.6", "@types/jest": "^29.4.0",
"@vercel/ncc": "^0.36.0", "@vercel/ncc": "^0.36.0",
"eslint": "^8.34.0", "eslint": "^8.34.0",
"jest": "^29.3.1", "jest": "^29.4.2",
"ts-jest": "^29.0.5" "ts-jest": "^29.0.5"
} }
} }