Skip to content

Commit

Permalink
build(deps-FE): bump @types/jest to v27 (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg authored Aug 11, 2021
1 parent 12aaa91 commit 2b61612
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 121 deletions.
189 changes: 72 additions & 117 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"yargs-parser": "20.x"
},
"peerDependencies": {
"jest": "^27.0.0",
"typescript": ">=3.8 <5.0",
"babel-jest": ">=27.0.0 <28",
"@babel/core": ">=7.0.0-beta.0 <8",
"@types/jest": "^26.0.0"
"@types/jest": "^27.0.0",
"babel-jest": ">=27.0.0 <28",
"jest": "^27.0.0",
"typescript": ">=3.8 <5.0"
},
"peerDependenciesMeta": {
"babel-jest": {
Expand Down

0 comments on commit 2b61612

Please sign in to comment.