Merge pull request #192 from oke-py/jest

chore(deps-dev): bump jest from 29.5.0 to 29.7.0
This commit is contained in:
Naoki Oketani
2023-10-09 18:53:17 +09:00
committed by GitHub
2 changed files with 881 additions and 854 deletions

1727
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,7 +32,7 @@
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/jest": "^29.5.5",
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "^6.7.4",
"@vercel/ncc": "^0.36.0",
@@ -40,11 +40,11 @@
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.4.2",
"graphql": "^16.8.1",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.0.0",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}