chore(package): bump jest from 27.2.5 to 29.3.1

This commit is contained in:
Naoki Oketani
2022-12-18 14:09:18 +09:00
parent da9d037b16
commit b3d30b2367
4 changed files with 1599 additions and 2496 deletions

View File

@@ -33,7 +33,7 @@
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest": "^29.2.4",
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "^5.46.0",
"@vercel/ncc": "^0.34.0",
@@ -41,11 +41,11 @@
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.5.3",
"graphql": "^16.5.0",
"jest": "^27.2.5",
"jest-circus": "^27.2.5",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"js-yaml": "^4.0.0",
"prettier": "^2.7.1",
"ts-jest": "^27.0.6",
"ts-jest": "^29.0.3",
"typescript": "^4.9.0"
}
}