#4479 - upgrade SecurisServer to Java 21
| .. | .. |
|---|
| 95 | 95 | "typescript": "npm:typescript@^2.2.2" |
|---|
| 96 | 96 | }, |
|---|
| 97 | 97 | "peerDependencies": { |
|---|
| 98 | | - "@angular/common": "npm:@angular/common@4.2.0", |
|---|
| 98 | + "@angular/common": "npm:@angular/common@^4.0.0", |
|---|
| 99 | 99 | "@angular/compiler": "npm:@angular/compiler@^4.2.0", |
|---|
| 100 | | - "@angular/core": "npm:@angular/core@4.2.0", |
|---|
| 100 | + "@angular/core": "npm:@angular/core@^4.0.0", |
|---|
| 101 | 101 | "@angular/forms": "npm:@angular/forms@^4.2.0", |
|---|
| 102 | 102 | "@angular/http": "npm:@angular/http@^4.2.0", |
|---|
| 103 | 103 | "@angular/material": "npm:@angular/material@^2.0.0-beta.6", |
|---|