Skip to content

Commit d7672d4

Browse files
authored
Merge pull request #24 from LeetCode-OpenSource/greenkeeper/@types/jest-23.3.14
Update @types/jest to the latest version 🚀
2 parents 2568440 + 1da80a3 commit d7672d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "git@github.com:LeetCode-OpenSource/rxjs-hooks.git"
2222
},
2323
"devDependencies": {
24-
"@types/jest": "^23.3.9",
24+
"@types/jest": "^24.0.0",
2525
"@types/lodash": "^4.14.118",
2626
"@types/react-dom": "^16.0.9",
2727
"@types/react-test-renderer": "^16.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.7.tgz#1b8e33b61a8c09cbe1f85133071baa0dbf9fa71a"
7676
integrity sha512-2Y8uPt0/jwjhQ6EiluT0XCri1Dbplr0ZxfFXUz+ye13gaqE8u5gL5ppao1JrUYr9cIip5S6MvQzBS7Kke7U9VA==
7777

78-
"@types/jest@^23.3.9":
79-
version "23.3.9"
80-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.9.tgz#c16b55186ee73ae65e001fbee69d392c51337ad1"
81-
integrity sha512-wNMwXSUcwyYajtbayfPp55tSayuDVU6PfY5gzvRSj80UvxdXEJOVPnUVajaOp7NgXLm+1e2ZDLULmpsU9vDvQw==
78+
"@types/jest@^24.0.0":
79+
version "24.0.0"
80+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.0.tgz#848492026c327b3548d92be0352a545c36a21e8a"
81+
integrity sha512-kOafJnUTnMd7/OfEO/x3I47EHswNjn+dbz9qk3mtonr1RvKT+1FGVxnxAx08I9K8Tl7j9hpoJRE7OCf+t10fng==
8282

8383
"@types/lodash@^4.14.118":
8484
version "4.14.118"

0 commit comments

Comments
 (0)