Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: set minimum jest-util version at 26.1.0 (#1914)
Closes #1913
  • Loading branch information
ahnpnl committed Aug 31, 2020
1 parent b0464e9 commit f00414c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 76 deletions.
90 changes: 15 additions & 75 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"bs-logger": "0.x",
"buffer-from": "1.x",
"fast-json-stable-stringify": "2.x",
"jest-util": "26.x",
"jest-util": "^26.1.0",
"json5": "2.x",
"lodash.memoize": "4.x",
"make-error": "1.x",
Expand Down

0 comments on commit f00414c

Please sign in to comment.