Skip to content

Commit

Permalink
Bump jest and ts-jest to v21 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored Sep 6, 2017
1 parent 5081c0d commit 45eec5c
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 381 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"jest": "^21.0.1",
"jest-preset-angular": "^2.0.1",
"jest-preset-angular": "^3.0.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "jest-preset-angular",
"version": "3.0.0",
"version": "3.0.1",
"description": "Jest preset configuration for Angular projects",
"main": "index.js",
"repository": "git@github.com:thymikee/jest-preset-angular.git",
"author": "Michał Pierzchała <thymikee@gmail.com>",
"license": "BSD-3",
"dependencies": {
"jest-zone-patch": "^0.0.7",
"ts-jest": "^20.0.7"
"ts-jest": "^21.0.0"
},
"devDependencies": {
"jest": "^20.0.4",
"jest": "^21.0.1",
"typescript": "^2.3.0"
},
"peerDependencies": {
"jest": "^20.0.0"
"jest": "^21.0.1"
},
"scripts": {
"test": "jest",
Expand Down
Loading

0 comments on commit 45eec5c

Please sign in to comment.