Skip to content

Commit

Permalink
feat: remove support for Angular 7
Browse files Browse the repository at this point in the history
Closes #147

BREAKING CHANGE: SCION Workbench no longer supports Angular 7. Migrate your project to run with Angular 8.
See Angular Update Guide for detailed instructions on how to upgrade to a newer Angular version.
  • Loading branch information
danielwiehl authored and simoneggler committed Jun 12, 2019
1 parent 56efac9 commit 6dda04e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions projects/app/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependencies": {
},
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/common": "^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^8.0.0-rc.0 || ^8.0.0",
"@scion/viewport": "0.0.0-beta.22",
"@scion/dimension": "0.0.0-beta.22",
"@scion/workbench-application-platform.api": "0.0.0-beta.22",
Expand Down
4 changes: 2 additions & 2 deletions projects/scion/dimension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
},
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/common": "^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^8.0.0-rc.0 || ^8.0.0",
"rxjs": "^6.0.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions projects/scion/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependencies": {
},
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/common": "^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^8.0.0-rc.0 || ^8.0.0",
"@scion/dimension": "0.0.0-beta.22",
"rxjs": "^6.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions projects/scion/workbench-application-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@scion/workbench-application-platform.api": "0.0.0-beta.22"
},
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/router": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/common": "^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^8.0.0-rc.0 || ^8.0.0",
"@angular/router": "^8.0.0-rc.0 || ^8.0.0",
"@scion/workbench": "0.0.0-beta.22",
"rxjs": "^6.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions projects/scion/workbench-application.angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@scion/workbench-application.core": "0.0.0-beta.22"
},
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/common": "^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^8.0.0-rc.0 || ^8.0.0",
"rxjs": "^6.0.0"
},
"keywords": [
Expand Down
12 changes: 6 additions & 6 deletions projects/scion/workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@scion/mouse-dispatcher": "0.0.0-beta.22"
},
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/animations": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/forms": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/router": "^7.0.0-rc.0 || ^7.0.0 || ^8.0.0-rc.0 || ^8.0.0",
"@angular/common": "^8.0.0-rc.0 || ^8.0.0",
"@angular/core": "^8.0.0-rc.0 || ^8.0.0",
"@angular/cdk": "^8.0.0-rc.0 || ^8.0.0",
"@angular/animations": "^8.0.0-rc.0 || ^8.0.0",
"@angular/forms": "^8.0.0-rc.0 || ^8.0.0",
"@angular/router": "^8.0.0-rc.0 || ^8.0.0",
"@scion/dimension": "0.0.0-beta.22",
"@scion/viewport": "0.0.0-beta.22",
"rxjs": "^6.0.0"
Expand Down

0 comments on commit 6dda04e

Please sign in to comment.