Skip to content

Commit

Permalink
Angular 5 compliancy
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Nov 4, 2017
1 parent 9eaf24e commit 5daafb1
Show file tree
Hide file tree
Showing 5 changed files with 1,980 additions and 422 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -26,27 +26,27 @@
},
"homepage": "https://github.com/plone/plone.restapi-angular#readme",
"dependencies": {
"angular-traversal": "^1.0.3",
"angular-traversal": "^1.0.4",
"angular2-schema-form": "^1.0.0-beta.12"
},
"devDependencies": {
"@angular/compiler-cli": "^4.4.3",
"@angular/platform-server": "^4.4.3",
"@angular/compiler-cli": "^5.0.0",
"@angular/platform-server": "^5.0.0",
"@team-griffin/install-self-peers": "^1.1.1",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.42",
"rimraf": "^2.5.4",
"typescript": "2.5.2"
"typescript": "2.4.2"
},
"peerDependencies": {
"@angular/common": "^4.4.3",
"@angular/compiler": "^4.4.3",
"@angular/core": "^4.4.3",
"@angular/forms": "^4.4.3",
"@angular/http": "^4.4.3",
"@angular/platform-browser": "^4.4.3",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"core-js": "^2.4.1",
"rxjs": "^5.0.1",
"rxjs": "^5.5.2",
"zone.js": "^0.8.12"
}
}
29 changes: 15 additions & 14 deletions tests/package.json
Expand Up @@ -12,24 +12,25 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^4.4.3",
"@angular/common": "^4.4.3",
"@angular/compiler": "^4.4.3",
"@angular/core": "^4.4.3",
"@angular/forms": "^4.4.3",
"@angular/http": "^4.4.3",
"@angular/platform-browser": "^4.4.3",
"@angular/platform-browser-dynamic": "^4.4.3",
"@angular/router": "^4.4.3",
"angular-traversal": "^1.0.3",
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/platform-server": "^5.0.0",
"@angular/router": "^5.0.0",
"angular-traversal": "^1.0.4",
"angular2-schema-form": "^1.0.0-beta.7",
"core-js": "^2.4.1",
"rxjs": "^5.4.3",
"rxjs": "^5.5.2",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/cli": "1.1.3",
"@angular/compiler-cli": "^4.4.3",
"@angular/cli": "^1.5.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^4.4.3",
"@types/jasmine": "2.5.45",
"@types/node": "~6.0.60",
Expand All @@ -45,6 +46,6 @@
"protractor": "~5.1.2",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "2.5.2"
"typescript": "2.4.2"
}
}

1 comment on commit 5daafb1

@tisto
Copy link
Member

@tisto tisto commented on 5daafb1 Nov 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ebrehault 👍

Please sign in to comment.