Skip to content

Commit

Permalink
fix(deps): update jest monorepo to ~25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2020
1 parent 28fac1b commit 8f214b9
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 364 deletions.
8 changes: 4 additions & 4 deletions packages/tdd-buffet/package.json
Expand Up @@ -30,8 +30,8 @@
"prepublishOnly": "yarn run build && yarn run package"
},
"dependencies": {
"@jest/transform": "~25.1.0",
"@jest/types": "~25.1.0",
"@jest/transform": "~25.2.0",
"@jest/types": "~25.2.0",
"@types/chai": "~4.2.0",
"@types/fs-extra": "~8.1.0",
"@types/istanbul-lib-coverage": "~2.0.1",
Expand All @@ -40,8 +40,8 @@
"execa": "~4.0.0",
"fs-extra": "~9.0.0",
"istanbul-lib-coverage": "~3.0.0",
"jest": "~25.1.0",
"jest-runtime": "~25.1.0",
"jest": "~25.2.0",
"jest-runtime": "~25.2.0",
"meow": "~6.1.0",
"ts-jest": "~25.2.0",
"ts-loader": "~6.2.0",
Expand Down

0 comments on commit 8f214b9

Please sign in to comment.