Skip to content

Commit 9b11eac

Browse files
authored
Merge pull request #213 from codeforjapan/dependabot/npm_and_yarn/types/jest-26.0.3
Bump @types/jest from 26.0.0 to 26.0.3
2 parents 7131cab + 24baa44 commit 9b11eac

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": "^26.0.0",
67+
"@types/jest": "^26.0.3",
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
@@ -2285,10 +2285,10 @@
22852285
"@types/istanbul-lib-coverage" "*"
22862286
"@types/istanbul-lib-report" "*"
22872287

2288-
"@types/jest@^26.0.0":
2289-
version "26.0.0"
2290-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
2291-
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
2288+
"@types/jest@^26.0.3":
2289+
version "26.0.3"
2290+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251"
2291+
integrity sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg==
22922292
dependencies:
22932293
jest-diff "^25.2.1"
22942294
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)