|
1 | 1 | { |
2 | | - "name": "angular", |
| 2 | + "name": "example-angular", |
3 | 3 | "version": "0.0.1", |
4 | 4 | "scripts": { |
5 | 5 | "test": "jest" |
6 | 6 | }, |
7 | 7 | "private": true, |
8 | 8 | "dependencies": { |
9 | | - "@angular/common": "^12.0.0", |
10 | | - "@angular/compiler": "^12.0.0", |
11 | | - "@angular/core": "^12.0.0", |
12 | | - "@angular/forms": "^12.0.0", |
13 | | - "@angular/platform-browser": "^12.0.0", |
14 | | - "@angular/platform-browser-dynamic": "^12.0.0", |
15 | | - "core-js": "^3.2.1", |
| 9 | + "@angular/common": "^21.0.0", |
| 10 | + "@angular/compiler": "^21.0.0", |
| 11 | + "@angular/compiler-cli": "^21.0.0", |
| 12 | + "@angular/core": "^21.0.0", |
| 13 | + "@angular/platform-browser": "^21.0.0", |
| 14 | + "@angular/platform-browser-dynamic": "^21.0.0", |
16 | 15 | "rxjs": "^7.8.2", |
17 | 16 | "tslib": "^2.0.0", |
18 | 17 | "typescript": "^5.8.3", |
19 | | - "zone.js": "~0.11.8" |
| 18 | + "zone.js": "~0.16.0" |
20 | 19 | }, |
21 | 20 | "devDependencies": { |
22 | | - "@babel/core": "^7.27.4", |
23 | | - "@babel/plugin-proposal-decorators": "^7.27.1", |
24 | | - "@babel/preset-env": "^7.27.2", |
25 | | - "@babel/preset-typescript": "^7.27.1", |
26 | 21 | "@jest/globals": "workspace:*", |
27 | | - "babel-jest": "workspace:*", |
28 | | - "babel-plugin-transform-typescript-metadata": "*", |
29 | 22 | "jest": "workspace:*", |
30 | | - "jest-environment-jsdom": "workspace:*", |
31 | | - "jest-zone-patch": "*" |
| 23 | + "jest-preset-angular": "^16.0.0", |
| 24 | + "jsdom": "^26.1.0" |
32 | 25 | } |
33 | 26 | } |
0 commit comments