|
1 | 1 | {
|
2 | 2 | "name": "nativescript-angular",
|
3 |
| - "version": "12.0.3", |
| 3 | + "version": "12.0.4", |
4 | 4 | "license": "MIT",
|
5 | 5 | "private": true,
|
6 | 6 | "scripts": {
|
7 |
| - "clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn", |
| 7 | + "clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn", |
8 | 8 | "clean.all": "npm run clean && nx run nativescript-demo-ng:clean",
|
9 | 9 | "postinstall": "husky install",
|
10 | 10 | "nx": "nx",
|
|
42 | 42 | "@nativescript/core": "next",
|
43 | 43 | "@nativescript/theme": "~3.0.0",
|
44 | 44 | "nativescript-ngx-fonticon": "~7.0.0",
|
45 |
| - "rxjs": "^7.1.0", |
| 45 | + "rxjs": "^6.6.0", |
46 | 46 | "zone.js": "~0.11.4"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 | 49 | "@angular-eslint/eslint-plugin": "~12.0.0",
|
50 | 50 | "@angular-eslint/eslint-plugin-template": "~12.0.0",
|
51 | 51 | "@angular-eslint/template-parser": "~12.0.0",
|
52 | 52 | "@angular/compiler-cli": "^12.0.0",
|
| 53 | + "@nativescript/ios": "8.0.0", |
53 | 54 | "@nativescript/types": "^8.0.0",
|
54 |
| - "@nativescript/webpack": "beta", |
55 | 55 | "@nativescript/unit-test-runner": "^2.0.5",
|
| 56 | + "@nativescript/webpack": "beta", |
56 | 57 | "@ngtools/webpack": "^12.0.0",
|
57 | 58 | "@nrwl/angular": "12.4.0",
|
58 | 59 | "@nrwl/cli": "12.4.0",
|
|
61 | 62 | "@nrwl/node": "12.4.0",
|
62 | 63 | "@nrwl/tao": "12.4.0",
|
63 | 64 | "@nrwl/workspace": "12.4.0",
|
64 |
| - "@nstudio/angular": "~12.0.0", |
65 |
| - "@nstudio/nativescript": "~12.0.0", |
66 |
| - "@nstudio/nativescript-angular": "~12.0.0", |
67 |
| - "@nstudio/xplat": "~12.0.0", |
| 65 | + "@nstudio/angular": "12.4.3", |
| 66 | + "@nstudio/nativescript": "12.4.3", |
| 67 | + "@nstudio/nativescript-angular": "12.4.3", |
| 68 | + "@nstudio/xplat": "12.4.3", |
68 | 69 | "@types/jasmine": "^3.7.2",
|
69 | 70 | "@types/jest": "~26.0.8",
|
70 | 71 | "@types/node": "14.14.33",
|
|
91 | 92 | "sinon": "^11.1.1",
|
92 | 93 | "ts-jest": "27.0.3",
|
93 | 94 | "ts-node": "9.1.1",
|
| 95 | + "tslib": "^2.1.0", |
94 | 96 | "tslint": "6.1.3",
|
95 |
| - "typescript": "4.2.4" |
| 97 | + "typescript": "~4.2.4" |
96 | 98 | },
|
97 | 99 | "xplat": {
|
98 | 100 | "prefix": "nativescript",
|
|
0 commit comments