diff --git a/package.json b/package.json index 7bb0a95..0568c88 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "publish:beta": "yarn build && yarn publish --tag beta" }, "devDependencies": { - "@types/jest": "^23.3.2", + "@types/jest": "^24.0.15", "codecov": "3.1.0", "husky": "3.0.1", "jest": "^23.5.0", diff --git a/yarn.lock b/yarn.lock index c6d7256..2032095 100644 --- a/yarn.lock +++ b/yarn.lock @@ -52,9 +52,15 @@ "@types/minimatch" "*" "@types/node" "*" -"@types/jest@^23.3.2": - version "23.3.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.2.tgz#07b90f6adf75d42c34230c026a2529e56c249dbb" +"@types/jest-diff@*": + version "20.0.1" + resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" + +"@types/jest@^24.0.15": + version "24.0.15" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.15.tgz#6c42d5af7fe3b44ffff7cc65de7bf741e8fa427f" + dependencies: + "@types/jest-diff" "*" "@types/minimatch@*": version "3.0.3"