|
4 | 4 | "license": "MIT",
|
5 | 5 | "private": true,
|
6 | 6 | "scripts": {
|
7 |
| - "clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && ns package-manager set npm && yarn", |
| 7 | + "clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn", |
8 | 8 | "clean.all": "yarn clean && nx run nativescript-demo-ng:clean",
|
9 |
| - "postinstall": "husky install && ngcc --properties es2015 browser module main", |
| 9 | + "postinstall": "husky install", |
10 | 10 | "nx": "nx",
|
11 | 11 | "start": "nx serve",
|
12 | 12 | "build": "nx run zone-js:build && nx run angular:build",
|
|
32 | 32 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
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 |
| - "@nativescript/angular": "^12.2.0", |
| 35 | + "@angular/animations": "13.0.2", |
| 36 | + "@angular/common": "13.0.2", |
| 37 | + "@angular/compiler": "13.0.2", |
| 38 | + "@angular/core": "13.0.2", |
| 39 | + "@angular/forms": "13.0.2", |
| 40 | + "@angular/platform-browser": "13.0.2", |
| 41 | + "@angular/platform-browser-dynamic": "13.0.2", |
| 42 | + "@angular/router": "13.0.2", |
44 | 43 | "@nativescript/core": "~8.1.0",
|
45 | 44 | "@nativescript/theme": "~3.0.0",
|
46 |
| - "@ngx-translate/core": "~13.0.0", |
| 45 | + "@ngx-translate/core": "~14.0.0", |
47 | 46 | "nativescript-ngx-fonticon": "~7.0.0",
|
48 |
| - "rxjs": "^7.3.0", |
49 |
| - "zone.js": "0.11.4" |
| 47 | + "rxjs": "^7.4.0", |
| 48 | + "zone.js": "~0.11.4" |
50 | 49 | },
|
51 | 50 | "devDependencies": {
|
52 | 51 | "@angular-devkit/build-angular": "~13.0.0",
|
53 |
| - "@angular-eslint/eslint-plugin": "12.3.1", |
54 |
| - "@angular-eslint/eslint-plugin-template": "12.3.1", |
55 |
| - "@angular-eslint/template-parser": "12.3.1", |
56 |
| - "@angular/compiler-cli": "~13.0.0", |
| 52 | + "@angular-eslint/eslint-plugin": "12.6.1", |
| 53 | + "@angular-eslint/eslint-plugin-template": "12.6.1", |
| 54 | + "@angular-eslint/template-parser": "12.6.1", |
| 55 | + "@angular/compiler-cli": "13.0.2", |
57 | 56 | "@nativescript/types": "~8.1.0",
|
58 | 57 | "@nativescript/unit-test-runner": "^2.0.5",
|
59 | 58 | "@nativescript/webpack": "5.0.2-alpha.0",
|
60 | 59 | "@ngtools/webpack": "next",
|
61 |
| - "@nrwl/angular": "13.1.3", |
62 |
| - "@nrwl/cli": "13.1.3", |
63 |
| - "@nrwl/eslint-plugin-nx": "13.1.3", |
64 |
| - "@nrwl/jest": "13.1.3", |
65 |
| - "@nrwl/node": "13.1.3", |
66 |
| - "@nrwl/tao": "13.1.3", |
67 |
| - "@nrwl/workspace": "13.1.3", |
| 60 | + "@nrwl/angular": "13.2.3", |
| 61 | + "@nrwl/cli": "13.2.3", |
| 62 | + "@nrwl/eslint-plugin-nx": "13.2.3", |
| 63 | + "@nrwl/jest": "13.2.3", |
| 64 | + "@nrwl/node": "13.2.3", |
| 65 | + "@nrwl/tao": "13.2.3", |
| 66 | + "@nrwl/workspace": "13.2.3", |
68 | 67 | "@nstudio/angular": "13.0.1",
|
69 | 68 | "@nstudio/nativescript": "13.0.1",
|
70 | 69 | "@nstudio/nativescript-angular": "13.0.1",
|
|
89 | 88 | "karma-sinon": "^1.0.5",
|
90 | 89 | "karma-webpack": "5.0.0",
|
91 | 90 | "lint-staged": "^11.0.0",
|
92 |
| - "ng-packagr": "~13.0.8", |
| 91 | + "ng-packagr": "13.0.8", |
93 | 92 | "postcss": "^8.3.9",
|
94 | 93 | "postcss-import": "^14.0.2",
|
95 | 94 | "postcss-preset-env": "^6.7.0",
|
|
100 | 99 | "ts-jest": "27.0.5",
|
101 | 100 | "ts-node": "9.1.1",
|
102 | 101 | "tslib": "^2.1.0",
|
103 |
| - "typescript": "4.4.2" |
| 102 | + "typescript": "4.4.4" |
104 | 103 | },
|
105 | 104 | "xplat": {
|
106 | 105 | "prefix": "nativescript",
|
|
0 commit comments