Skip to content

Commit

Permalink
Upgrade dependencies for example app, update CHANGELOG for 6.0 and cu…
Browse files Browse the repository at this point in the history
…rrent master (#184)
  • Loading branch information
ahnpnl authored and thymikee committed Aug 12, 2018
1 parent 145c8ea commit 8b4dd1a
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 304 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,11 @@
## Changelog (master)

* Chore: Upgrade `ts-jest`, `@types/jest` in dependencies to be compatible with `jest` v23.
* Chore: Upgrade peer dependency `jest` to be compatible with `jest` v23.
* Fix: Support backtick quoted templateUrl. ([#182](https://github.com/thymikee/jest-preset-angular/pull/182))

### v6.0.0

* Chore: Upgrade `ts-jest`, `@types/jest` in dependencies to be compatible with `jest` v23. ([#173](https://github.com/thymikee/jest-preset-angular/pull/173))
* Chore: Upgrade peer dependency `jest` to be compatible with `jest` v23. ([#173](https://github.com/thymikee/jest-preset-angular/pull/173))

### v5.2.3

Expand Down
32 changes: 16 additions & 16 deletions example/package.json
Expand Up @@ -15,29 +15,29 @@
},
"private": true,
"dependencies": {
"@angular/animations": "6.1.1",
"@angular/common": "6.1.1",
"@angular/compiler": "6.1.1",
"@angular/core": "6.1.1",
"@angular/forms": "6.1.1",
"@angular/http": "6.1.1",
"@angular/platform-browser": "6.1.1",
"@angular/platform-browser-dynamic": "6.1.1",
"@angular/router": "6.1.1",
"@angular/animations": "6.1.2",
"@angular/common": "6.1.2",
"@angular/compiler": "6.1.2",
"@angular/core": "6.1.2",
"@angular/forms": "6.1.2",
"@angular/http": "6.1.2",
"@angular/platform-browser": "6.1.2",
"@angular/platform-browser-dynamic": "6.1.2",
"@angular/router": "6.1.2",
"core-js": "^2.5.7",
"rxjs": "6.2.2",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.7.2",
"@angular/cli": "^6.1.2",
"@angular/compiler-cli": "6.1.1",
"@types/node": "^10.5.6",
"codelyzer": "^4.4.2",
"jest": "^23.4.2",
"@angular-devkit/build-angular": "^0.7.3",
"@angular/cli": "^6.1.3",
"@angular/compiler-cli": "6.1.2",
"@types/node": "^10.5.8",
"codelyzer": "^4.4.3",
"jest": "^23.5.0",
"jest-preset-angular": "^6.0.0",
"protractor": "^5.4.0",
"ts-node": "^7.0.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "2.9.2"
},
Expand Down

0 comments on commit 8b4dd1a

Please sign in to comment.