Skip to content

Commit a29f993

Browse files
authored
chore: upgrade to jest 24.9 (#402)
1 parent 78ac3cc commit a29f993

File tree

2 files changed

+534
-575
lines changed

2 files changed

+534
-575
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/node": "^12.6.6",
5252
"@typescript-eslint/eslint-plugin": "^1.13.0",
5353
"@typescript-eslint/parser": "^1.13.0",
54-
"babel-jest": "^24.8.0",
54+
"babel-jest": "^24.9.0",
5555
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
5656
"eslint": "^5.1.0",
5757
"eslint-config-prettier": "^5.1.0",
@@ -60,12 +60,12 @@
6060
"eslint-plugin-node": "^8.0.0",
6161
"eslint-plugin-prettier": "^3.0.0",
6262
"husky": "^1.0.1",
63-
"jest": "^24.0.0",
63+
"jest": "^24.9.0",
6464
"jest-runner-eslint": "^0.7.1",
6565
"lint-staged": "^8.0.4",
6666
"prettier": "^1.10.2",
6767
"prettylint": "^1.0.0",
68-
"rimraf": "^2.6.3",
68+
"rimraf": "^3.0.0",
6969
"typescript": "^3.5.3"
7070
},
7171
"prettier": {

0 commit comments

Comments
 (0)