diff --git a/package.json b/package.json index de33dc34da..9e7e9ea6e0 100644 --- a/package.json +++ b/package.json @@ -27,17 +27,17 @@ "all:publish": "lerna exec --no-private -- npm publish --tag latest --access public" }, "devDependencies": { - "@types/jest": "27.5.2", + "@types/jest": "29.2.0", "eslint": "7.32.0", "eslint-config-standard-jsx": "10.0.0", "eslint-config-standard-with-typescript": "21.0.1", "husky": "8.0.1", - "jest": "27.5.1", + "jest": "29.2.1", "lerna": "5.1.8", "lint-staged": "13.0.3", "nock": "13.2.9", "shuffle-seed": "1.1.6", - "ts-jest": "27.1.5", + "ts-jest": "29.0.3", "typescript": "4.2.4", "wait-for-expect": "3.0.2" },