|
13 | 13 | },
|
14 | 14 | "private": true,
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "file:../../node_modules/@angular/animations", |
| 16 | + "@angular/animations": "^17.3.0", |
17 | 17 | "@angular/cdk": "file:../../dist/releases/cdk",
|
18 |
| - "@angular/common": "file:../../node_modules/@angular/common", |
19 |
| - "@angular/compiler": "file:../../node_modules/@angular/compiler", |
20 |
| - "@angular/core": "file:../../node_modules/@angular/core", |
21 |
| - "@angular/forms": "file:../../node_modules/@angular/forms", |
| 18 | + "@angular/common": "^17.3.0", |
| 19 | + "@angular/compiler": "^17.3.0", |
| 20 | + "@angular/core": "^17.3.0", |
| 21 | + "@angular/forms": "^17.3.0", |
22 | 22 | "@angular/material": "file:../../dist/releases/material",
|
23 |
| - "@angular/platform-browser": "file:../../node_modules/@angular/platform-browser", |
24 |
| - "@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic", |
25 |
| - "@angular/router": "file:../../node_modules/@angular/router", |
| 23 | + "@angular/platform-browser": "^17.3.0", |
| 24 | + "@angular/platform-browser-dynamic": "^17.3.0", |
| 25 | + "@angular/router": "^17.3.0", |
26 | 26 | "rxjs": "^7.5.5",
|
27 | 27 | "tslib": "^2.3.0",
|
28 | 28 | "zone.js": "~0.13.0"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular", |
32 |
| - "@angular/cli": "file:../../node_modules/@angular/cli", |
33 |
| - "@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli", |
| 31 | + "@angular-devkit/build-angular": "^17.3.0", |
| 32 | + "@angular/cli": "^17.3.0", |
| 33 | + "@angular/compiler-cli": "^17.3.0", |
34 | 34 | "@types/jasmine": "~3.10.0",
|
35 | 35 | "@types/node": "^12.11.1",
|
36 | 36 | "@types/selenium-webdriver": "3.0.19",
|
|
44 | 44 | "karma-jasmine-html-reporter": "~1.7.0",
|
45 | 45 | "selenium-webdriver": "3.6.0",
|
46 | 46 | "ts-node": "~10.9.1",
|
47 |
| - "typescript": "file:../../node_modules/typescript", |
| 47 | + "typescript": "~5.3.3", |
48 | 48 | "wait-on": "^6.0.0"
|
49 | 49 | }
|
50 | 50 | }
|
0 commit comments