Skip to content

Commit

Permalink
chore: upgrade to jest 24.9 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 19, 2019
1 parent 78ac3cc commit a29f993
Show file tree
Hide file tree
Showing 2 changed files with 534 additions and 575 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -51,7 +51,7 @@
"@types/node": "^12.6.6",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"babel-jest": "^24.8.0",
"babel-jest": "^24.9.0",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"eslint": "^5.1.0",
"eslint-config-prettier": "^5.1.0",
Expand All @@ -60,12 +60,12 @@
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^1.0.1",
"jest": "^24.0.0",
"jest": "^24.9.0",
"jest-runner-eslint": "^0.7.1",
"lint-staged": "^8.0.4",
"prettier": "^1.10.2",
"prettylint": "^1.0.0",
"rimraf": "^2.6.3",
"rimraf": "^3.0.0",
"typescript": "^3.5.3"
},
"prettier": {
Expand Down

0 comments on commit a29f993

Please sign in to comment.