|
2 | 2 | "name": "test",
|
3 | 3 | "license": "MIT",
|
4 | 4 | "dependencies": {
|
5 |
| - "@angular/common": "^13.1.0-next", |
6 |
| - "@angular/compiler": "^13.1.0-next", |
7 |
| - "@angular/compiler-cli": "^13.1.0-next", |
8 |
| - "@angular/core": "^13.1.0-next", |
9 |
| - "@angular/platform-browser": "^13.1.0-next", |
10 |
| - "@angular/platform-browser-dynamic": "^13.1.0-next", |
11 |
| - "@angular/platform-server": "^13.1.0-next", |
12 |
| - "@angular/router": "^13.1.0-next", |
| 5 | + "@angular/common": "^14.0.0-rc", |
| 6 | + "@angular/compiler": "^14.0.0-rc", |
| 7 | + "@angular/compiler-cli": "^14.0.0-rc", |
| 8 | + "@angular/core": "^14.0.0-rc", |
| 9 | + "@angular/platform-browser": "^14.0.0-rc", |
| 10 | + "@angular/platform-browser-dynamic": "^14.0.0-rc", |
| 11 | + "@angular/platform-server": "^14.0.0-rc", |
| 12 | + "@angular/router": "^14.0.0-rc", |
13 | 13 | "@ngtools/webpack": "0.0.0",
|
14 | 14 | "rxjs": "^6.6.7",
|
15 | 15 | "zone.js": "^0.11.4"
|
16 | 16 | },
|
17 | 17 | "devDependencies": {
|
18 | 18 | "sass": "^1.32.8",
|
19 | 19 | "sass-loader": "^11.0.1",
|
20 |
| - "typescript": "~4.3.2", |
| 20 | + "typescript": "~4.6.2", |
21 | 21 | "webpack": "^5.27.0",
|
22 | 22 | "webpack-cli": "^4.5.0"
|
23 | 23 | }
|
|
0 commit comments