Skip to content

Commit

Permalink
update to latest, add missing deps for E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Jun 27, 2017
1 parent b2c7d6a commit 9de0410
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 26 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="2.16.0"></a>
# 2.16.0 (2017-06-28)

### Features

* **Update**: Update to Ionic 3.4.2 and @angular/cli 1.1.2 (implying @angular 4.1.3) ([](https://github.com/lathonez/clicker/commit/))
* **E2E**: Add connect and serve-static dependencies for those just running E2E

<a name="2.15.0"></a>
# 2.15.0 (2017-06-11)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ See the changelog [here](https://github.com/lathonez/clicker/blob/master/CHANGEL

## Updated for:

* **@angular/*:** 4.1.2
* **@angular/cli:**: 1.0.6
* **@ionic-angular:** 3.3.0
* **@angular/*:** 4.1.3
* **@angular/cli:**: 1.1.2
* **@ionic-angular:** 3.4.2
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,47 +15,49 @@
"test-coverage": "ng test --code-coverage",
"test-ci": "ng test --watch=false --code-coverage"
},
"version": "2.15.0",
"version": "2.16.0",
"dependencies": {
"@angular/common": "4.1.2",
"@angular/compiler": "4.1.2",
"@angular/compiler-cli": "4.1.2",
"@angular/core": "4.1.2",
"@angular/forms": "4.1.2",
"@angular/http": "4.1.2",
"@angular/platform-browser": "4.1.2",
"@angular/platform-browser-dynamic": "4.1.2",
"@angular/router": "4.1.2",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/router": "4.1.3",
"@ionic-native/core": "3.10.2",
"@ionic-native/splash-screen": "3.10.2",
"@ionic-native/status-bar": "3.10.2",
"@ionic/storage": "2.0.1",
"ionic-angular": "3.3.0",
"ionic-angular": "3.4.2",
"ionicons": "3.0.0",
"rxjs": "5.1.1",
"rxjs": "5.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.11"
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "1.0.6",
"@angular/cli": "1.1.2",
"@ionic/app-scripts": "1.3.7",
"@ionic/cli-plugin-ionic-angular": "1.2.0",
"@ionic/cli-plugin-ionic-angular": "1.3.1",
"@types/jasmine": "2.5.41",
"@types/node": "7.0.4",
"codecov": "2.2.0",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "3.2.0",
"karma": "1.4.1",
"connect": "3.6.2",
"jasmine-core": "2.6.2",
"jasmine-spec-reporter": "4.1.0",
"karma": "1.7.0",
"karma-chrome-launcher": "2.1.1",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "0.2.0",
"karma-coverage-istanbul-reporter": "1.2.1",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"mkdirp": "0.5.1",
"protractor": "5.1.0",
"ts-node": "2.0.0",
"tslint": "4.5.0",
"tslint-eslint-rules": "3.2.3",
"protractor": "5.1.2",
"serve-static": "1.12.3",
"ts-node": "3.0.4",
"tslint": "5.3.2",
"tslint-eslint-rules": "4.1.1",
"typescript": "2.3.3"
},
"cordovaPlugins": [
Expand Down

0 comments on commit 9de0410

Please sign in to comment.