|
4 | 4 | "license": "MIT", |
5 | 5 | "scripts": { |
6 | 6 | "postinstall": "husky install && npx ts-patch install", |
7 | | - "setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn", |
| 7 | + "setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && yarn", |
8 | 8 | "start": "nps", |
9 | 9 | "add": "nx g @nativescript/plugin-tools:add-package", |
10 | 10 | "add-angular": "nx g @nativescript/plugin-tools:add-angular", |
|
16 | 16 | }, |
17 | 17 | "private": true, |
18 | 18 | "devDependencies": { |
19 | | - "@angular/animations": "^15.0.0", |
20 | | - "@angular/common": "^15.0.0", |
21 | | - "@angular/compiler": "^15.0.0", |
22 | | - "@angular/compiler-cli": "^15.0.0", |
23 | | - "@angular/core": "^15.0.0", |
24 | | - "@angular/forms": "^15.0.0", |
25 | | - "@angular/platform-browser": "^15.0.0", |
26 | | - "@angular/platform-browser-dynamic": "^15.0.0", |
27 | | - "@angular/router": "^15.0.0", |
28 | | - "@nativescript/angular": "^15.0.0", |
| 19 | + "@angular/animations": "^17.0.0", |
| 20 | + "@angular/common": "^17.0.0", |
| 21 | + "@angular/compiler": "^17.0.0", |
| 22 | + "@angular/compiler-cli": "^17.0.0", |
| 23 | + "@angular/core": "^17.0.0", |
| 24 | + "@angular/forms": "^17.0.0", |
| 25 | + "@angular/platform-browser": "^17.0.0", |
| 26 | + "@angular/platform-browser-dynamic": "^17.0.0", |
| 27 | + "@angular/router": "^17.0.0", |
| 28 | + "@nativescript/angular": "^17.0.0", |
29 | 29 | "@nativescript/core": "~8.6.0", |
30 | | - "@nativescript/plugin-tools": "5.1.0", |
| 30 | + "@nativescript/plugin-tools": "5.2.0", |
31 | 31 | "@nativescript/types": "~8.6.0", |
32 | 32 | "@nativescript/webpack": "~5.0.5", |
33 | | - "@ngtools/webpack": "^15.0.0", |
34 | | - "husky": "^8.0.0", |
| 33 | + "@ngtools/webpack": "^17.0.0", |
| 34 | + "husky": "~9.0.0", |
35 | 35 | "nativescript-vue": "~2.9.0", |
36 | 36 | "nativescript-vue-template-compiler": "~2.9.0", |
37 | | - "ng-packagr": "^15.0.0", |
38 | | - "rxjs": "~7.5.0", |
39 | | - "typescript": "~4.8.0", |
40 | | - "zone.js": "~0.11.1", |
41 | | - "@angular-devkit/build-angular": "^15.0.0" |
| 37 | + "ng-packagr": "^17.0.0", |
| 38 | + "rxjs": "~7.8.0", |
| 39 | + "typescript": "~5.4.0", |
| 40 | + "zone.js": "~0.14.0", |
| 41 | + "@angular-devkit/build-angular": "^17.0.0" |
42 | 42 | }, |
43 | 43 | "lint-staged": { |
44 | 44 | "**/*.{js,ts,scss,json,html}": [ |
|
0 commit comments