|
18 | 18 | "plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@angular/animations": "~10.1.1", |
22 |
| - "@angular/common": "~10.1.1", |
23 |
| - "@angular/compiler": "~10.1.1", |
24 |
| - "@angular/compiler-cli": "~10.1.1", |
25 |
| - "@angular/core": "~10.1.1", |
26 |
| - "@angular/forms": "~10.1.1", |
27 |
| - "@angular/platform-browser": "~10.1.1", |
28 |
| - "@angular/platform-browser-dynamic": "~10.1.1", |
29 |
| - "@angular/router": "~10.1.1", |
30 |
| - "@commitlint/cli": "^9.1.2", |
31 |
| - "@commitlint/config-conventional": "^9.1.2", |
32 |
| - "@nativescript/angular": "^10.1.0", |
33 |
| - "@nativescript/core": "7.0.0", |
34 |
| - "@nativescript/types-android": "7.0.2", |
35 |
| - "@nativescript/types-ios": "7.0.1", |
36 |
| - "@nativescript/webpack": "~3.0.1", |
| 21 | + "@angular/animations": "~10.2.0", |
| 22 | + "@angular/common": "~10.2.0", |
| 23 | + "@angular/compiler": "~10.2.0", |
| 24 | + "@angular/compiler-cli": "~10.2.0", |
| 25 | + "@angular/core": "~10.2.0", |
| 26 | + "@angular/forms": "~10.2.0", |
| 27 | + "@angular/platform-browser": "~10.2.0", |
| 28 | + "@angular/platform-browser-dynamic": "~10.2.0", |
| 29 | + "@angular/router": "~10.2.0", |
| 30 | + "@commitlint/cli": "^11.0.0", |
| 31 | + "@commitlint/config-conventional": "^11.0.0", |
| 32 | + "@nativescript/angular": "^10.1.7", |
| 33 | + "@nativescript/core": "7.0.12", |
| 34 | + "@nativescript/types-android": "7.0.4", |
| 35 | + "@nativescript/types-ios": "7.0.4", |
| 36 | + "@nativescript/webpack": "~3.0.8", |
37 | 37 | "@types/node": "^14.6.4",
|
38 |
| - "@typescript-eslint/eslint-plugin": "4.0.1", |
39 |
| - "@typescript-eslint/parser": "4.0.1", |
40 |
| - "eslint": "7.8.1", |
| 38 | + "@typescript-eslint/eslint-plugin": "4.6.0", |
| 39 | + "@typescript-eslint/parser": "4.6.0", |
| 40 | + "eslint": "7.12.1", |
41 | 41 | "eslint-config-prettier": "^6.15.0",
|
42 | 42 | "eslint-plugin-prettier": "^3.1.4",
|
43 |
| - "husky": "^4.2.5", |
| 43 | + "husky": "^4.3.0", |
44 | 44 | "lerna": "^3.22.1",
|
45 | 45 | "nativescript-vue": "^2.8.1",
|
46 |
| - "ng-packagr": "~10.1.0", |
| 46 | + "ng-packagr": "~10.1.2", |
47 | 47 | "npm-watch": "^0.7.0",
|
48 | 48 | "prettier": "^2.1.2",
|
49 | 49 | "prompt": "^1.0.0",
|
50 | 50 | "rimraf": "^3.0.2",
|
51 |
| - "rxjs": "6.6.2", |
| 51 | + "rxjs": "6.6.3", |
52 | 52 | "ts-patch": "1.3.0",
|
53 | 53 | "typescript": "~3.9.7"
|
54 | 54 | },
|
|
0 commit comments