Skip to content

Commit 2eff1a8

Browse files
Bump @types/jest from 25.1.1 to 25.1.2
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.1 to 25.1.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 3fb52b9 commit 2eff1a8

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
@@ -56,7 +56,7 @@
5656
"@testing-library/jest-dom": "^5.1.1",
5757
"@testing-library/react": "^9.4.0",
5858
"@types/enzyme": "^3.10.4",
59-
"@types/jest": "^25.1.1",
59+
"@types/jest": "^25.1.2",
6060
"@types/node": "^13.7.0",
6161
"@types/react-test-renderer": "^16.9.2",
6262
"babel-core": "^7.0.0-bridge",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,10 +2950,10 @@
29502950
"@types/istanbul-lib-coverage" "*"
29512951
"@types/istanbul-lib-report" "*"
29522952

2953-
"@types/jest@*", "@types/jest@^25.1.1":
2954-
version "25.1.1"
2955-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.1.tgz#dcf65a8ee315b91ad39c0d358ae0ddc5602ab0e9"
2956-
integrity sha512-bKSZJYZJLzwaoVYNN4W3A0RvKNYsrLm5tsuXaMlfYDxKf4gY2sFrMYneCugNQWGg1gjPW+FHBwNrwPzEi4sIsw==
2953+
"@types/jest@*", "@types/jest@^25.1.2":
2954+
version "25.1.2"
2955+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.2.tgz#1c4c8770c27906c7d8def5d2033df9dbd39f60da"
2956+
integrity sha512-EsPIgEsonlXmYV7GzUqcvORsSS9Gqxw/OvkGwHfAdpjduNRxMlhsav0O5Kb0zijc/eXSO/uW6SJt9nwull8AUQ==
29572957
dependencies:
29582958
jest-diff "^25.1.0"
29592959
pretty-format "^25.1.0"

0 commit comments

Comments
 (0)