Merge pull request #455 from actions/dependabot/npm_and_yarn/jest-and-types/jest-29.6.4

build(deps-dev): bump jest and @types/jest
This commit is contained in:
Matthew Costabile
2023-09-01 19:37:12 +00:00
committed by GitHub
2 changed files with 691 additions and 636 deletions

1323
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@
}, },
"devDependencies": { "devDependencies": {
"@github/prettier-config": "^0.0.6", "@github/prettier-config": "^0.0.6",
"@types/jest": "^29.5.3", "@types/jest": "^29.5.4",
"@types/node": "16.18.46", "@types/node": "16.18.46",
"@typescript-eslint/parser": "^6.5.0", "@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/eslint-plugin": "^6.5.0",
@@ -23,7 +23,7 @@
"eslint-plugin-github": "^4.10.0", "eslint-plugin-github": "^4.10.0",
"eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2", "jest": "^29.6.4",
"prettier": "3.0.3", "prettier": "3.0.3",
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"typescript": "^5.2.2" "typescript": "^5.2.2"