diff --git a/package.json b/package.json index 59ebbedd..d269c280 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "url": "git@github.com:LeetCode-OpenSource/rxjs-hooks.git" }, "devDependencies": { - "@types/jest": "^23.3.9", + "@types/jest": "^24.0.0", "@types/lodash": "^4.14.118", "@types/react-dom": "^16.0.9", "@types/react-test-renderer": "^16.0.3", diff --git a/yarn.lock b/yarn.lock index f08c6b8e..29c4d716 100644 --- a/yarn.lock +++ b/yarn.lock @@ -75,10 +75,10 @@ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.7.tgz#1b8e33b61a8c09cbe1f85133071baa0dbf9fa71a" integrity sha512-2Y8uPt0/jwjhQ6EiluT0XCri1Dbplr0ZxfFXUz+ye13gaqE8u5gL5ppao1JrUYr9cIip5S6MvQzBS7Kke7U9VA== -"@types/jest@^23.3.9": - version "23.3.9" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.9.tgz#c16b55186ee73ae65e001fbee69d392c51337ad1" - integrity sha512-wNMwXSUcwyYajtbayfPp55tSayuDVU6PfY5gzvRSj80UvxdXEJOVPnUVajaOp7NgXLm+1e2ZDLULmpsU9vDvQw== +"@types/jest@^24.0.0": + version "24.0.0" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.0.tgz#848492026c327b3548d92be0352a545c36a21e8a" + integrity sha512-kOafJnUTnMd7/OfEO/x3I47EHswNjn+dbz9qk3mtonr1RvKT+1FGVxnxAx08I9K8Tl7j9hpoJRE7OCf+t10fng== "@types/lodash@^4.14.118": version "4.14.118"