|
10 | 10 | },
|
11 | 11 | "private": true,
|
12 | 12 | "dependencies": {
|
13 |
| - "@angular/animations": "file:../../node_modules/@angular/animations", |
| 13 | + "@angular/animations": "^15.0.0", |
14 | 14 | "@angular/cdk": "file:../../dist/releases/cdk",
|
15 |
| - "@angular/common": "file:../../node_modules/@angular/common", |
16 |
| - "@angular/compiler": "file:../../node_modules/@angular/compiler", |
17 |
| - "@angular/core": "file:../../node_modules/@angular/core", |
18 |
| - "@angular/forms": "file:../../node_modules/@angular/forms", |
| 15 | + "@angular/common": "^15.0.0", |
| 16 | + "@angular/compiler": "^15.0.0", |
| 17 | + "@angular/core": "^15.0.0", |
| 18 | + "@angular/forms": "^15.0.0", |
19 | 19 | "@angular/material": "file:../../dist/releases/material",
|
20 |
| - "@angular/platform-browser": "file:../../node_modules/@angular/platform-browser", |
21 |
| - "@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic", |
22 |
| - "@angular/router": "file:../../node_modules/@angular/router", |
23 |
| - "rxjs": "file:../../node_modules/rxjs", |
| 20 | + "@angular/platform-browser": "^15.0.0", |
| 21 | + "@angular/platform-browser-dynamic": "^15.0.0", |
| 22 | + "@angular/router": "^15.0.0", |
| 23 | + "rxjs": "~7.5.0", |
24 | 24 | "tslib": "^2.3.0",
|
25 | 25 | "zone.js": "~0.11.4"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular", |
29 |
| - "@angular/cli": "file:../../node_modules/@angular/cli", |
30 |
| - "@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli", |
| 28 | + "@angular-devkit/build-angular": "^15.0.0", |
| 29 | + "@angular/cli": "^15.0.0", |
| 30 | + "@angular/compiler-cli": "^15.0.0", |
31 | 31 | "@types/jasmine": "~3.9.0",
|
32 | 32 | "@types/node": "^12.11.1",
|
33 | 33 | "glob": "^7.2.0",
|
|
0 commit comments