|
4 | 4 | "license": "MIT", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | | - "clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && npm i --legacy-peer-deps", |
| 7 | + "clean": "npx rimraf hooks node_modules package-lock.json && yarn", |
8 | 8 | "clean.all": "npm run clean && nx run-many --target=clean --all", |
9 | 9 | "postinstall": "husky install", |
10 | 10 | "nx": "nx", |
|
43 | 43 | "@angular/platform-browser": "15.0.1", |
44 | 44 | "@angular/platform-browser-dynamic": "15.0.1", |
45 | 45 | "@angular/router": "15.0.1", |
46 | | - "@nativescript/core": "next", |
| 46 | + "@nativescript/core": "~8.4.0", |
47 | 47 | "@nativescript/theme": "~3.0.2", |
48 | 48 | "@ngx-translate/core": "~14.0.0", |
49 | 49 | "@nrwl/nx-cloud": "^15.0.2", |
|
58 | 58 | "@angular-eslint/template-parser": "14.0.4", |
59 | 59 | "@angular/compiler-cli": "15.0.1", |
60 | 60 | "@jsdevtools/coverage-istanbul-loader": "3.0.5", |
61 | | - "@nativescript/types": "~8.3.1", |
| 61 | + "@nativescript/types": "~8.4.0", |
62 | 62 | "@nativescript/unit-test-runner": "^3.0.4", |
63 | | - "@nativescript/webpack": "~5.0.11", |
| 63 | + "@nativescript/webpack": "~5.0.12", |
64 | 64 | "@ngtools/webpack": "15.0.1", |
65 | 65 | "@nrwl/angular": "15.2.1", |
66 | 66 | "@nrwl/cli": "15.2.1", |
|
0 commit comments