Skip to content

Commit

Permalink
chore(deps-dev): bump jest and ts-jest
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/facebook/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies needed to be updated together.

Updates `jest` from 24.9.0 to 25.1.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v24.9.0...v25.1.0)

Updates `ts-jest` from 24.3.0 to 25.0.0
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v24.3.0...v25.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 2, 2020
1 parent 6d97b00 commit cf053e1
Show file tree
Hide file tree
Showing 2 changed files with 1,156 additions and 682 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@types/slonik": "^22.1.0",
"check-clean": "^0.1.0",
"coveralls": "^3.0.5",
"jest": "^24.9.0",
"jest": "^25.1.0",
"lerna": "^3.16.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"slonik": "^22.4.3",
"ts-expect": "^1.1.0",
"ts-jest": "^24.1.0",
"ts-jest": "^25.2.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
}
Expand Down
Loading

0 comments on commit cf053e1

Please sign in to comment.