|
10 | 10 | "nx": "nx", |
11 | 11 | "start": "nx serve", |
12 | 12 | "build": "nx run zone-js:build && nx run angular:build", |
13 | | - "test.android": "nx run nativescript-demo-ng:test --args='--platform=android'", |
14 | | - "test.ios": "nx run nativescript-demo-ng:test --args='--platform=ios'", |
| 13 | + "test.android": "nx run nativescript-demo-ng:test:android", |
| 14 | + "test.ios": "nx run nativescript-demo-ng:test:ios", |
15 | 15 | "lint": "nx workspace-lint && nx lint", |
16 | 16 | "e2e": "nx e2e", |
17 | 17 | "affected:apps": "nx affected:apps", |
|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@angular/animations": "13.1.1", |
39 | | - "@angular/common": "13.1.1", |
40 | | - "@angular/compiler": "13.1.1", |
41 | | - "@angular/core": "13.1.1", |
42 | | - "@angular/forms": "13.1.1", |
43 | | - "@angular/platform-browser": "13.1.1", |
44 | | - "@angular/platform-browser-dynamic": "13.1.1", |
45 | | - "@angular/router": "13.1.1", |
| 38 | + "@angular/animations": "13.2.1", |
| 39 | + "@angular/common": "13.2.1", |
| 40 | + "@angular/compiler": "13.2.1", |
| 41 | + "@angular/core": "13.2.1", |
| 42 | + "@angular/forms": "13.2.1", |
| 43 | + "@angular/platform-browser": "13.2.1", |
| 44 | + "@angular/platform-browser-dynamic": "13.2.1", |
| 45 | + "@angular/router": "13.2.1", |
46 | 46 | "@nativescript/core": "~8.1.0", |
47 | 47 | "@nativescript/theme": "~3.0.0", |
48 | 48 | "@ngx-translate/core": "~14.0.0", |
49 | 49 | "nativescript-ngx-fonticon": "~7.0.0", |
50 | | - "rxjs": "^7.4.0", |
| 50 | + "rxjs": "^7.5.0", |
51 | 51 | "zone.js": "~0.11.4" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@angular-devkit/build-angular": "~13.1.0", |
| 54 | + "@angular-devkit/build-angular": "13.2.2", |
55 | 55 | "@angular-eslint/eslint-plugin": "13.0.1", |
56 | 56 | "@angular-eslint/eslint-plugin-template": "13.0.1", |
57 | 57 | "@angular-eslint/template-parser": "13.0.1", |
58 | | - "@angular/compiler-cli": "13.1.1", |
| 58 | + "@angular/compiler-cli": "13.2.1", |
| 59 | + "@jsdevtools/coverage-istanbul-loader": "3.0.5", |
59 | 60 | "@nativescript/types": "~8.1.0", |
60 | | - "@nativescript/unit-test-runner": "^2.0.5", |
61 | | - "@nativescript/webpack": "5.0.2-alpha.0", |
62 | | - "@ngtools/webpack": "next", |
63 | | - "@nrwl/angular": "13.3.12", |
64 | | - "@nrwl/cli": "13.3.12", |
65 | | - "@nrwl/eslint-plugin-nx": "13.3.12", |
66 | | - "@nrwl/jest": "13.3.12", |
67 | | - "@nrwl/node": "13.3.12", |
68 | | - "@nrwl/tao": "13.3.12", |
69 | | - "@nrwl/workspace": "13.3.12", |
70 | | - "@nstudio/angular": "13.0.1", |
71 | | - "@nstudio/nativescript": "13.0.1", |
72 | | - "@nstudio/nativescript-angular": "13.0.1", |
73 | | - "@nstudio/xplat": "13.0.1", |
| 61 | + "@nativescript/unit-test-runner": "^3.0.2", |
| 62 | + "@nativescript/webpack": "~5.0.0", |
| 63 | + "@ngtools/webpack": "13.2.2", |
| 64 | + "@nrwl/angular": "13.7.3", |
| 65 | + "@nrwl/cli": "13.7.3", |
| 66 | + "@nrwl/eslint-plugin-nx": "13.7.3", |
| 67 | + "@nrwl/jest": "13.7.3", |
| 68 | + "@nrwl/node": "13.7.3", |
| 69 | + "@nrwl/tao": "13.7.3", |
| 70 | + "@nrwl/workspace": "13.7.3", |
| 71 | + "@nstudio/angular": "13.4.3", |
| 72 | + "@nstudio/nativescript": "13.4.3", |
| 73 | + "@nstudio/nativescript-angular": "13.4.3", |
| 74 | + "@nstudio/xplat": "13.4.3", |
74 | 75 | "@types/jasmine": "^3.7.2", |
75 | 76 | "@types/jest": "27.0.2", |
76 | 77 | "@types/node": "14.14.33", |
|
84 | 85 | "fs-extra": "^9.0.1", |
85 | 86 | "husky": "~7.0.1", |
86 | 87 | "jest": "27.2.3", |
87 | | - "karma": "6.3.3", |
| 88 | + "karma": "6.3.9", |
| 89 | + "karma-coverage": "2.0.3", |
88 | 90 | "karma-jasmine": "4.0.1", |
89 | | - "karma-mocha-reporter": "^2.2.5", |
90 | 91 | "karma-nativescript-launcher": "0.4.0", |
| 92 | + "karma-mocha-reporter": "^2.2.5", |
91 | 93 | "karma-sinon": "^1.0.5", |
92 | | - "karma-webpack": "5.0.0", |
93 | 94 | "lint-staged": "^11.0.0", |
94 | | - "ng-packagr": "13.0.8", |
| 95 | + "ng-packagr": "13.2.1", |
| 96 | + "nyc": "15.1.0", |
95 | 97 | "postcss": "^8.3.9", |
96 | 98 | "postcss-import": "^14.0.2", |
97 | 99 | "postcss-preset-env": "^6.7.0", |
98 | 100 | "postcss-url": "^10.1.1", |
99 | | - "prettier": "2.3.2", |
| 101 | + "prettier": "2.5.1", |
100 | 102 | "sass": "^1.32.0", |
101 | 103 | "sinon": "^11.1.1", |
102 | 104 | "ts-jest": "27.0.5", |
103 | 105 | "ts-node": "9.1.1", |
104 | 106 | "tslib": "^2.1.0", |
105 | | - "typescript": "4.4.4" |
| 107 | + "typescript": "4.5.5" |
106 | 108 | }, |
107 | 109 | "xplat": { |
108 | 110 | "prefix": "nativescript", |
|
0 commit comments