Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v26.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 6, 2020
1 parent 6ec9efb commit 62560d4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions hello-world/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nexus": "^0.25.0"
},
"devDependencies": {
"@types/jest": "26.0.0",
"@types/jest": "26.0.4",
"jest": "26.0.1",
"prettier": "2.0.5",
"ts-jest": "26.1.0"
Expand Down
8 changes: 4 additions & 4 deletions hello-world/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -629,10 +629,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@types/jest@26.0.0":
version "26.0.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
"@types/jest@26.0.4":
version "26.0.4"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.4.tgz#d2e513e85aca16992816f192582b5e67b0b15efb"
integrity sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
Expand Down
6 changes: 3 additions & 3 deletions plugin-prisma/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nexus-plugin-prisma": "0.16.1"
},
"devDependencies": {
"@types/jest": "26.0.0",
"@types/jest": "26.0.4",
"jest": "26.0.1",
"jest-environment-node": "^26.0.1",
"nanoid": "^3.1.10",
Expand Down

0 comments on commit 62560d4

Please sign in to comment.