From 6c3907ef34ddd935a1faf7fccc3dd6bfc45db05a Mon Sep 17 00:00:00 2001 From: Jeonghyeon Lee <66584938+JHyeon0915@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:30:51 +0900 Subject: [PATCH] hotfix: change jest version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32bbe29..9d006c3 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@testing-library/react": "^14.0.0", "@types/react-copy-to-clipboard": "^5.0.7", "babel-jest": "^29.7.0", - "jest": "^29.7.1", + "jest": "^29.7.0", "kakao.maps.d.ts": "^0.1.38", "react-scripts": "5.0.1", "react-test-renderer": "^18.2.0",