Skip to content

Commit 46548b2

Browse files
authoredJun 16, 2020
chore(deps-dev): bump @types/jest from 25.2.3 to 26.0.0 (#892)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.3 to 26.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 75659cc commit 46548b2

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@auto-it/exec": "^9.30.3",
99
"@auto-it/first-time-contributor": "^9.29.0",
1010
"@auto-it/released": "^9.29.0",
11-
"@types/jest": "^25.2.1",
11+
"@types/jest": "^26.0.0",
1212
"@typescript-eslint/eslint-plugin": "^2.29.0",
1313
"@typescript-eslint/parser": "^2.29.0",
1414
"all-contributors-cli": "^6.14.2",

‎yarn.lock

+1-9
Original file line numberDiff line numberDiff line change
@@ -1861,22 +1861,14 @@
18611861
"@types/puppeteer" "*"
18621862
jest-mock "^24"
18631863

1864-
"@types/jest@*":
1864+
"@types/jest@*", "@types/jest@^26.0.0":
18651865
version "26.0.0"
18661866
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
18671867
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
18681868
dependencies:
18691869
jest-diff "^25.2.1"
18701870
pretty-format "^25.2.1"
18711871

1872-
"@types/jest@^25.2.1":
1873-
version "25.2.3"
1874-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
1875-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
1876-
dependencies:
1877-
jest-diff "^25.2.1"
1878-
pretty-format "^25.2.1"
1879-
18801872
"@types/json-schema@^7.0.3":
18811873
version "7.0.5"
18821874
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"

0 commit comments

Comments
 (0)
Please sign in to comment.