Skip to content

Commit 308b7ac

Browse files
authored
Merge pull request #172 from codeforjapan/dependabot/npm_and_yarn/types/jest-26.0.0
Bump @types/jest from 25.2.3 to 26.0.0
2 parents 4ce876c + 8976d49 commit 308b7ac

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": "^4.0.0",
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
@@ -2097,10 +2097,10 @@
20972097
"@types/istanbul-lib-coverage" "*"
20982098
"@types/istanbul-lib-report" "*"
20992099

2100-
"@types/jest@^25.2.3":
2101-
version "25.2.3"
2102-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
2103-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
2100+
"@types/jest@^26.0.0":
2101+
version "26.0.0"
2102+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
2103+
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
21042104
dependencies:
21052105
jest-diff "^25.2.1"
21062106
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)