Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 0c14b4e

Browse files
Bump jest and ts-jest
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.3.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.3.0) Updates `ts-jest` from 24.3.0 to 25.3.1 - [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.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent a2ca637 commit 0c14b4e

File tree

2 files changed

+1337
-64
lines changed

2 files changed

+1337
-64
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-prettier": "^3.1.3",
5555
"eslint-plugin-react": "^7.19.0",
5656
"eslint-plugin-react-hooks": "^3.0.0",
57-
"jest": "^24.9.0",
57+
"jest": "^25.3.0",
5858
"jest-graphviz": "^0.2.0",
5959
"prettier": "^1.19.1",
6060
"react": "^16.13.1",
@@ -63,7 +63,7 @@
6363
"rollup-plugin-terser": "^5.3.0",
6464
"rollup-plugin-typescript2": "^0.27.0",
6565
"ts-graphviz": "^0.10.0",
66-
"ts-jest": "^24.2.0",
66+
"ts-jest": "^25.3.1",
6767
"typescript": "^3.8.2"
6868
}
6969
}

0 commit comments

Comments
 (0)