Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v24.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 29, 2019
1 parent f472852 commit 6754b96
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions sample/01-cats-app/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 sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "3.4.5"
},
"devDependencies": {
"@types/jest": "24.0.11",
"@types/jest": "24.0.12",
"@types/node": "10.14.6",
"jest": "24.7.1",
"supertest": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/19-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "3.4.5"
},
"devDependencies": {
"@types/jest": "24.0.11",
"@types/jest": "24.0.12",
"@types/node": "10.14.6",
"jest": "24.7.1",
"supertest": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/20-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "3.4.5"
},
"devDependencies": {
"@types/jest": "24.0.11",
"@types/jest": "24.0.12",
"@types/node": "10.14.6",
"jest": "24.7.1",
"supertest": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/21-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "3.4.5"
},
"devDependencies": {
"@types/jest": "24.0.11",
"@types/jest": "24.0.12",
"@types/node": "10.14.6",
"jest": "24.7.1",
"supertest": "4.0.2",
Expand Down

0 comments on commit 6754b96

Please sign in to comment.