Skip to content

Commit

Permalink
chore: pin babel-jest to version 27
Browse files Browse the repository at this point in the history
...because the current version of esbuild-jest comes with babel-jest@^26
  • Loading branch information
Emanuel Kluge committed Jun 7, 2021
1 parent 9f6a360 commit 0a3f066
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 217 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,8 @@
"lerna": "^4.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.0.0"
},
"resolutions": {
"babel-jest": "^27.0.0"
}
}

0 comments on commit 0a3f066

Please sign in to comment.