Skip to content

Commit

Permalink
chore: Upgrade Jest internally to 22.1.x (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored and thymikee committed Jan 18, 2018
1 parent 63ca329 commit d7c6747
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 88 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"codelyzer": "^4.0.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"jest": "^22.0.0",
"jest": "^22.1.2",
"jest-preset-angular": "^5.0.0-beta.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ts-jest": "^22.0.0"
},
"devDependencies": {
"jest": "^22.0.0",
"jest": "^22.1.2",
"typescript": "~2.4.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d7c6747

Please sign in to comment.