Skip to content

Commit

Permalink
Bump ts-jest; update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Sep 6, 2017
1 parent 8981404 commit 75f0a3d
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 380 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"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": {
Expand Down
Loading

0 comments on commit 75f0a3d

Please sign in to comment.