Skip to content

Commit b290518

Browse files
Bump @types/jest from 25.2.3 to 26.0.0
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] <[email protected]>
1 parent 6dba957 commit b290518

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
@@ -64,7 +64,7 @@
6464
"@nuxtjs/eslint-config-typescript": "^2.0.0",
6565
"@nuxtjs/stylelint-module": "^3.2.2",
6666
"@nuxtjs/vuetify": "^1.11.2",
67-
"@types/jest": "^25.2.3",
67+
"@types/jest": "^26.0.0",
6868
"@vue/test-utils": "^1.0.3",
6969
"babel-core": "^6.26.3",
7070
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,10 +2086,10 @@
20862086
"@types/istanbul-lib-coverage" "*"
20872087
"@types/istanbul-lib-report" "*"
20882088

2089-
"@types/jest@^25.2.3":
2090-
version "25.2.3"
2091-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
2092-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
2089+
"@types/jest@^26.0.0":
2090+
version "26.0.0"
2091+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
2092+
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
20932093
dependencies:
20942094
jest-diff "^25.2.1"
20952095
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)