|
32 | 32 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@angular/animations": "12.2.5", |
36 |
| - "@angular/common": "12.2.5", |
37 |
| - "@angular/compiler": "12.2.5", |
38 |
| - "@angular/core": "12.2.5", |
39 |
| - "@angular/forms": "12.2.5", |
40 |
| - "@angular/platform-browser": "12.2.5", |
41 |
| - "@angular/platform-browser-dynamic": "12.2.5", |
42 |
| - "@angular/router": "12.2.5", |
| 35 | + "@angular/animations": "~13.0.0", |
| 36 | + "@angular/common": "~13.0.0", |
| 37 | + "@angular/compiler": "~13.0.0", |
| 38 | + "@angular/core": "~13.0.0", |
| 39 | + "@angular/forms": "~13.0.0", |
| 40 | + "@angular/platform-browser": "~13.0.0", |
| 41 | + "@angular/platform-browser-dynamic": "~13.0.0", |
| 42 | + "@angular/router": "~13.0.0", |
43 | 43 | "@nativescript/core": "~8.1.0",
|
44 | 44 | "@nativescript/theme": "~3.0.0",
|
45 | 45 | "nativescript-ngx-fonticon": "~7.0.0",
|
|
52 | 52 | "@angular-eslint/eslint-plugin": "12.3.1",
|
53 | 53 | "@angular-eslint/eslint-plugin-template": "12.3.1",
|
54 | 54 | "@angular-eslint/template-parser": "12.3.1",
|
55 |
| - "@angular/compiler-cli": "12.2.5", |
| 55 | + "@angular/compiler-cli": "~13.0.0", |
56 | 56 | "@nativescript/types": "~8.1.0",
|
57 | 57 | "@nativescript/unit-test-runner": "^2.0.5",
|
58 | 58 | "@nativescript/webpack": "~5.0.0",
|
59 |
| - "@ngtools/webpack": "12.2.5", |
| 59 | + "@ngtools/webpack": "next", |
60 | 60 | "@nrwl/angular": "13.1.3",
|
61 | 61 | "@nrwl/cli": "13.1.3",
|
62 | 62 | "@nrwl/eslint-plugin-nx": "13.1.3",
|
|
88 | 88 | "karma-sinon": "^1.0.5",
|
89 | 89 | "karma-webpack": "5.0.0",
|
90 | 90 | "lint-staged": "^11.0.0",
|
91 |
| - "ng-packagr": "12.2.5", |
| 91 | + "ng-packagr": "~13.0.0", |
92 | 92 | "postcss": "^8.3.9",
|
93 | 93 | "postcss-import": "^14.0.2",
|
94 | 94 | "postcss-preset-env": "^6.7.0",
|
|
0 commit comments