Skip to content

Commit

Permalink
Fix angular version to v4.2.3 and Polymer to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firstor committed Jun 28, 2017
1 parent 2982736 commit b6c0faa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ For more details of production build, please refer to [production-build.md](http

### Libraries

- Angular 4.0.2 +
- Polymer 2.0 +
- Origami 1.2.1 +
- Angular 4.2.3
- Polymer 2.0.1
- Origami ~1.2.2

### Browsers
- [x] Chrome
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"paper-checkbox": "PolymerElements/paper-checkbox#2.0.0",
"paper-styles": "PolymerElements/paper-styles#2.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#2.0.0",
"polymer": "Polymer/polymer#2.0.0",
"polymer": "Polymer/polymer#2.0.1",
"iron-icons": "PolymerElements/iron-icons#2.0.0",
"paper-button": "PolymerElements/paper-button#2.0.0",
"paper-dialog": "PolymerElements/paper-dialog#2.0.0",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
},
"main": "app.js",
"dependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"@angular/router": "^4.0.0",
"@angular/animations": "4.2.3",
"@angular/common": "4.2.3",
"@angular/compiler": "4.2.3",
"@angular/core": "4.2.3",
"@angular/forms": "4.2.3",
"@angular/http": "4.2.3",
"@angular/platform-browser": "4.2.3",
"@angular/platform-browser-dynamic": "4.2.3",
"@angular/platform-server": "4.2.3",
"@angular/router": "4.2.3",
"@angular/service-worker": "^1.0.0-beta.14",
"@codebakery/origami": "^1.2.2",
"@types/socket.io-client": "1.4.29",
Expand All @@ -54,7 +54,7 @@
},
"devDependencies": {
"@angular/cli": "1.1.1",
"@angular/compiler-cli": "^4.0.0",
"@angular/compiler-cli": "4.2.3",
"@types/jasmine": "2.5.45",
"@types/node": "~6.0.60",
"codelyzer": "~3.0.1",
Expand Down

0 comments on commit b6c0faa

Please sign in to comment.