|
31 | 31 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 |
| - "@angular/animations": "^12.0.0", |
35 |
| - "@angular/common": "^12.0.0", |
36 |
| - "@angular/compiler": "^12.0.0", |
37 |
| - "@angular/core": "^12.0.0", |
38 |
| - "@angular/forms": "^12.0.0", |
39 |
| - "@angular/platform-browser": "^12.0.0", |
40 |
| - "@angular/platform-browser-dynamic": "^12.0.0", |
41 |
| - "@angular/router": "^12.0.0", |
| 34 | + "@angular/animations": "12.2.1", |
| 35 | + "@angular/common": "12.2.1", |
| 36 | + "@angular/compiler": "12.2.1", |
| 37 | + "@angular/core": "12.2.1", |
| 38 | + "@angular/forms": "12.2.1", |
| 39 | + "@angular/platform-browser": "12.2.1", |
| 40 | + "@angular/platform-browser-dynamic": "12.2.1", |
| 41 | + "@angular/router": "12.2.1", |
42 | 42 | "@nativescript/core": "next",
|
43 | 43 | "@nativescript/theme": "~3.0.0",
|
44 | 44 | "nativescript-ngx-fonticon": "~7.0.0",
|
45 | 45 | "rxjs": "^6.6.0",
|
46 |
| - "zone.js": "~0.11.4" |
| 46 | + "zone.js": "0.11.4" |
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@angular-eslint/eslint-plugin": "~12.0.0", |
50 |
| - "@angular-eslint/eslint-plugin-template": "~12.0.0", |
51 |
| - "@angular-eslint/template-parser": "~12.0.0", |
52 |
| - "@angular/compiler-cli": "^12.0.0", |
| 49 | + "@angular-eslint/eslint-plugin": "12.3.1", |
| 50 | + "@angular-eslint/eslint-plugin-template": "12.3.1", |
| 51 | + "@angular-eslint/template-parser": "12.3.1", |
| 52 | + "@angular/compiler-cli": "12.2.1", |
53 | 53 | "@nativescript/ios": "8.0.0",
|
54 | 54 | "@nativescript/types": "^8.0.0",
|
55 | 55 | "@nativescript/unit-test-runner": "^2.0.5",
|
56 | 56 | "@nativescript/webpack": "beta",
|
57 | 57 | "@ngtools/webpack": "^12.0.0",
|
58 |
| - "@nrwl/angular": "12.5.9", |
59 |
| - "@nrwl/cli": "12.5.9", |
60 |
| - "@nrwl/eslint-plugin-nx": "12.5.9", |
61 |
| - "@nrwl/jest": "12.5.9", |
62 |
| - "@nrwl/node": "12.5.9", |
63 |
| - "@nrwl/tao": "12.5.9", |
64 |
| - "@nrwl/workspace": "12.5.9", |
| 58 | + "@nrwl/angular": "12.7.1", |
| 59 | + "@nrwl/cli": "12.7.1", |
| 60 | + "@nrwl/eslint-plugin-nx": "12.7.1", |
| 61 | + "@nrwl/jest": "12.7.1", |
| 62 | + "@nrwl/node": "12.7.1", |
| 63 | + "@nrwl/tao": "12.7.1", |
| 64 | + "@nrwl/workspace": "12.7.1", |
65 | 65 | "@nstudio/angular": "12.5.1",
|
66 | 66 | "@nstudio/nativescript": "12.5.1",
|
67 | 67 | "@nstudio/nativescript-angular": "12.5.1",
|
|
73 | 73 | "@typescript-eslint/eslint-plugin": "4.19.0",
|
74 | 74 | "@typescript-eslint/parser": "4.19.0",
|
75 | 75 | "conventional-changelog-cli": "^2.1.1",
|
76 |
| - "dotenv": "8.2.0", |
| 76 | + "dotenv": "10.0.0", |
77 | 77 | "eslint": "7.22.0",
|
78 | 78 | "eslint-config-prettier": "8.1.0",
|
79 | 79 | "fs-extra": "^9.0.1",
|
|
86 | 86 | "karma-sinon": "^1.0.5",
|
87 | 87 | "karma-webpack": "5.0.0",
|
88 | 88 | "lint-staged": "~10.5.0",
|
89 |
| - "ng-packagr": "^12.0.2", |
| 89 | + "ng-packagr": "12.1.2", |
90 | 90 | "prettier": "2.3.2",
|
91 | 91 | "sass": "~1.32.0",
|
92 | 92 | "sinon": "^11.1.1",
|
93 | 93 | "ts-jest": "27.0.3",
|
94 | 94 | "ts-node": "9.1.1",
|
95 | 95 | "tslib": "^2.1.0",
|
96 | 96 | "tslint": "6.1.3",
|
97 |
| - "typescript": "~4.2.4" |
| 97 | + "typescript": "4.3.5" |
98 | 98 | },
|
99 | 99 | "xplat": {
|
100 | 100 | "prefix": "nativescript",
|
|
0 commit comments