Skip to content

Commit

Permalink
feat: jest 타입 라이브러리 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
seokzin committed Dec 11, 2022
1 parent c4c3753 commit 0507cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"reinstall": "yarn clean && yarn install"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/jest": "^29.2.4",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"ts-jest": "^29.0.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^29.2.0":
"@types/jest@^29.2.4":
version "29.2.4"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.4.tgz#9c155c4b81c9570dbd183eb8604aa0ae80ba5a5b"
integrity sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==
Expand Down

0 comments on commit 0507cf9

Please sign in to comment.