Skip to content

Commit 0db7578

Browse files
Upgrade Jest and related dependencies to 26
Jest 26 requires Node >=10.
1 parent cd9e630 commit 0db7578

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@babel/preset-typescript": "^7.3.3",
5050
"@types/escape-string-regexp": "^1.0.0",
5151
"@types/history": "^4.7.3",
52-
"@types/jest": "^24.0.18",
52+
"@types/jest": "^26.0.10",
5353
"@types/jest-when": "^2.4.1",
5454
"@types/lodash": "^4.14.140",
5555
"@typescript-eslint/eslint-plugin": "^1.13.0",
@@ -63,15 +63,15 @@
6363
"eslint-plugin-import": "^2.18.2",
6464
"eslint-plugin-jest": "^22.16.0",
6565
"husky": "0.14.3",
66-
"jest": "^24.9.0",
66+
"jest": "^26.4.2",
6767
"jest-when": "^2.7.0",
6868
"node-sass": "^4.12.0",
6969
"prettier": "1.18.2",
7070
"pretty-quick": "1.7.0",
7171
"rimraf": "^2.7.1",
7272
"sass-loader": "^7.3.1",
7373
"style-loader": "^1.0.0",
74-
"ts-jest": "^24.0.2",
74+
"ts-jest": "^26.3.0",
7575
"ts-loader": "^6.0.4",
7676
"typescript": "^3.6.2",
7777
"webpack": "^4.39.3",

0 commit comments

Comments
 (0)