|
8 | 8 | "watch": "ng build --watch --configuration development",
|
9 | 9 | "test": "ng test",
|
10 | 10 | "run-e2e-specs": "node --loader ts-node/esm node_modules/jasmine/bin/jasmine --config=e2e/jasmine.json",
|
11 |
| - "wait-and-run-e2e": "wait-on http://localhost:4200 && yarn run-e2e-specs", |
12 |
| - "e2e": "concurrently -s first -k 'ng serve' 'yarn wait-and-run-e2e'" |
| 11 | + "wait-and-run-e2e": "wait-on http://localhost:4200 && pnpm run-e2e-specs", |
| 12 | + "e2e": "concurrently -s first -k 'pnpm ng serve' 'pnpm wait-and-run-e2e'" |
13 | 13 | },
|
14 | 14 | "private": true,
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "file:../../node_modules/@angular/animations", |
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", |
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", |
| 16 | + "@angular/animations": "20.0.0-next.5", |
| 17 | + "@angular/cdk": "next", |
| 18 | + "@angular/common": "20.0.0-next.5", |
| 19 | + "@angular/compiler": "20.0.0-next.5", |
| 20 | + "@angular/core": "20.0.0-next.5", |
| 21 | + "@angular/forms": "20.0.0-next.5", |
| 22 | + "@angular/material": "next", |
| 23 | + "@angular/platform-browser": "20.0.0-next.5", |
| 24 | + "@angular/router": "20.0.0-next.5", |
26 | 25 | "rxjs": "^7.5.5",
|
27 | 26 | "tslib": "^2.3.0",
|
28 | 27 | "zone.js": "~0.15.0"
|
29 | 28 | },
|
30 | 29 | "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", |
34 |
| - "@types/jasmine": "~3.10.0", |
35 |
| - "@types/node": "^12.11.1", |
| 30 | + "@angular-devkit/build-angular": "20.0.0-next.4", |
| 31 | + "@angular/cli": "20.0.0-next.4", |
| 32 | + "@angular/compiler-cli": "20.0.0-next.5", |
| 33 | + "@types/jasmine": "5.1.7", |
| 34 | + "@types/node": "22.14.0", |
36 | 35 | "@types/selenium-webdriver": "3.0.19",
|
37 | 36 | "concurrently": "^7.0.0",
|
38 |
| - "jasmine": "^4.0.2", |
39 |
| - "jasmine-core": "~3.10.0", |
40 |
| - "karma": "~6.3.0", |
| 37 | + "jasmine": "5.6.0", |
| 38 | + "jasmine-core": "5.6.0", |
| 39 | + "karma": "6.4.4", |
41 | 40 | "karma-chrome-launcher": "~3.1.0",
|
42 | 41 | "karma-coverage": "~2.1.0",
|
43 | 42 | "karma-jasmine": "~4.0.0",
|
|
46 | 45 | "ts-node": "~10.9.1",
|
47 | 46 | "typescript": "5.8.2",
|
48 | 47 | "wait-on": "^6.0.0"
|
49 |
| - }, |
50 |
| - "resolutions": { |
51 |
| - "string-width": "4.2.3", |
52 |
| - "wrap-ansi": "7.0.0" |
53 | 48 | }
|
54 | 49 | }
|
0 commit comments