|
1 | 1 | {
|
2 | 2 | "name": "@nativescript/angular",
|
3 |
| - "version": "10.0.3", |
| 3 | + "version": "10.1.0", |
4 | 4 | "description": "An Angular renderer that lets you build mobile apps with NativeScript.",
|
5 | 5 | "homepage": "https://www.nativescript.org/",
|
6 | 6 | "bugs": "https://github.com/NativeScript/nativescript-angular/issues",
|
|
58 | 58 | },
|
59 | 59 | "dependencies": {
|
60 | 60 | "@nativescript/zone-js": "~1.0.0",
|
61 |
| - "nativescript-angular": "~10.0.0", |
62 | 61 | "nativescript-intl": "^4.0.0"
|
63 | 62 | },
|
64 | 63 | "peerDependencies": {
|
65 |
| - "@angular/common": "^10.0.0", |
66 |
| - "@angular/compiler": "^10.0.0", |
67 |
| - "@angular/core": "^10.0.0", |
68 |
| - "@angular/forms": "^10.0.0", |
69 |
| - "@angular/platform-browser": "^10.0.0", |
70 |
| - "@angular/platform-browser-dynamic": "^10.0.0", |
71 |
| - "@angular/router": "^10.0.0" |
| 64 | + "@angular/common": "^10.1.0", |
| 65 | + "@angular/compiler": "^10.1.0", |
| 66 | + "@angular/core": "^10.1.0", |
| 67 | + "@angular/forms": "^10.1.0", |
| 68 | + "@angular/platform-browser": "^10.1.0", |
| 69 | + "@angular/platform-browser-dynamic": "^10.1.0", |
| 70 | + "@angular/router": "^10.1.0" |
72 | 71 | },
|
73 | 72 | "devDependencies": {
|
74 |
| - "@angular/animations": "~10.0.0", |
75 |
| - "@angular/common": "~10.0.0", |
76 |
| - "@angular/compiler": "~10.0.0", |
77 |
| - "@angular/compiler-cli": "~10.0.0", |
78 |
| - "@angular/core": "~10.0.0", |
79 |
| - "@angular/forms": "~10.0.0", |
80 |
| - "@angular/platform-browser": "~10.0.0", |
81 |
| - "@angular/platform-browser-dynamic": "~10.0.0", |
82 |
| - "@angular/router": "~10.0.0", |
83 |
| - "@nativescript/core": "rc", |
| 73 | + "@angular/animations": "~10.1.0", |
| 74 | + "@angular/common": "~10.1.0", |
| 75 | + "@angular/compiler": "~10.1.0", |
| 76 | + "@angular/compiler-cli": "~10.1.0", |
| 77 | + "@angular/core": "~10.1.0", |
| 78 | + "@angular/forms": "~10.1.0", |
| 79 | + "@angular/platform-browser": "~10.1.0", |
| 80 | + "@angular/platform-browser-dynamic": "~10.1.0", |
| 81 | + "@angular/router": "~10.1.0", |
| 82 | + "@nativescript/core": "~7.0.0", |
84 | 83 | "codelyzer": "^5.2.0",
|
85 | 84 | "conventional-changelog-cli": "^2.0.34",
|
86 | 85 | "husky": "^4.2.5",
|
87 | 86 | "lint-staged": "^10.2.11",
|
88 | 87 | "nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master",
|
89 |
| - "ng-packagr": "~10.0.0", |
| 88 | + "ng-packagr": "~10.1.0", |
90 | 89 | "prettier": "^2.0.5",
|
91 |
| - "rxjs": "~6.5.5", |
| 90 | + "rxjs": "~6.6.0", |
92 | 91 | "tslint": "^6.1.2",
|
93 | 92 | "tslint-config-prettier": "^1.18.0",
|
94 | 93 | "typedoc": "~0.17.0",
|
95 | 94 | "typescript": "~3.9.0",
|
96 |
| - "zone.js": "^0.10.3" |
| 95 | + "zone.js": "^0.11.1" |
97 | 96 | },
|
98 | 97 | "husky": {
|
99 | 98 | "hooks": {
|
|
0 commit comments