Skip to content

Commit

Permalink
build(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.1.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.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 1, 2020
1 parent cf8dbab commit 8638ac5
Show file tree
Hide file tree
Showing 2 changed files with 1,023 additions and 759 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,10 +37,10 @@
"@types/jest": "^25.1.0",
"@types/node": "^13.1.2",
"husky": "^4.2.1",
"jest": "^24.9.0",
"jest": "^25.1.0",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
"ts-jest": "^24.2.0",
"ts-jest": "^25.1.0",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
},
Expand Down

0 comments on commit 8638ac5

Please sign in to comment.