|
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",
|
|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@angular/animations": "14.2.3", |
39 |
| - "@angular/common": "14.2.3", |
40 |
| - "@angular/compiler": "14.2.3", |
41 |
| - "@angular/core": "14.2.3", |
42 |
| - "@angular/forms": "14.2.3", |
43 |
| - "@angular/platform-browser": "14.2.3", |
44 |
| - "@angular/platform-browser-dynamic": "14.2.3", |
45 |
| - "@angular/router": "14.2.3", |
46 |
| - "@nativescript/core": "~8.3.4", |
| 38 | + "@angular/animations": "15.0.1", |
| 39 | + "@angular/common": "15.0.1", |
| 40 | + "@angular/compiler": "15.0.1", |
| 41 | + "@angular/core": "15.0.1", |
| 42 | + "@angular/forms": "15.0.1", |
| 43 | + "@angular/platform-browser": "15.0.1", |
| 44 | + "@angular/platform-browser-dynamic": "15.0.1", |
| 45 | + "@angular/router": "15.0.1", |
| 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",
|
50 | 50 | "nativescript-ngx-fonticon": "~7.0.0",
|
51 | 51 | "rxjs": "^7.5.6",
|
52 |
| - "zone.js": "~0.11.8" |
| 52 | + "zone.js": "~0.12.0" |
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@angular-devkit/build-angular": "14.2.3", |
56 |
| - "@angular-eslint/eslint-plugin": "14.0.3", |
57 |
| - "@angular-eslint/eslint-plugin-template": "14.0.3", |
58 |
| - "@angular-eslint/template-parser": "14.0.3", |
59 |
| - "@angular/compiler-cli": "14.2.3", |
| 55 | + "@angular-devkit/build-angular": "15.0.1", |
| 56 | + "@angular-eslint/eslint-plugin": "14.0.4", |
| 57 | + "@angular-eslint/eslint-plugin-template": "14.0.4", |
| 58 | + "@angular-eslint/template-parser": "14.0.4", |
| 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.8", |
64 |
| - "@ngtools/webpack": "14.2.3", |
65 |
| - "@nrwl/angular": "14.7.11", |
66 |
| - "@nrwl/cli": "14.7.11", |
67 |
| - "@nrwl/eslint-plugin-nx": "14.7.11", |
68 |
| - "@nrwl/jest": "14.7.11", |
69 |
| - "@nrwl/js": "14.7.11", |
70 |
| - "@nrwl/node": "14.7.11", |
71 |
| - "@nrwl/workspace": "14.7.11", |
72 |
| - "@nstudio/angular": "14.3.0", |
73 |
| - "@nstudio/nativescript": "14.3.0", |
74 |
| - "@nstudio/nativescript-angular": "14.3.0", |
75 |
| - "@nstudio/xplat": "14.3.0", |
| 63 | + "@nativescript/webpack": "~5.0.12", |
| 64 | + "@ngtools/webpack": "15.0.1", |
| 65 | + "@nrwl/angular": "15.2.1", |
| 66 | + "@nrwl/cli": "15.2.1", |
| 67 | + "@nrwl/eslint-plugin-nx": "15.2.1", |
| 68 | + "@nrwl/jest": "15.2.1", |
| 69 | + "@nrwl/js": "15.2.1", |
| 70 | + "@nrwl/node": "15.2.1", |
| 71 | + "@nrwl/workspace": "15.2.1", |
| 72 | + "@nstudio/angular": "15.0.2", |
| 73 | + "@nstudio/nativescript": "15.0.2", |
| 74 | + "@nstudio/nativescript-angular": "15.0.2", |
| 75 | + "@nstudio/xplat": "15.0.2", |
76 | 76 | "@types/jasmine": "4.3.0",
|
77 | 77 | "@types/jest": "28.1.8",
|
78 | 78 | "@types/node": "^18.7.13",
|
|
93 | 93 | "karma-nativescript-launcher": "0.4.0",
|
94 | 94 | "karma-sinon": "^1.0.5",
|
95 | 95 | "lint-staged": "^13.0.3",
|
96 |
| - "ng-packagr": "14.2.1", |
97 |
| - "nx": "14.7.11", |
| 96 | + "ng-packagr": "15.0.1", |
| 97 | + "nx": "15.2.1", |
98 | 98 | "nyc": "15.1.0",
|
99 | 99 | "postcss": "^8.4.16",
|
100 | 100 | "postcss-import": "14.1.0",
|
|
106 | 106 | "ts-jest": "28.0.8",
|
107 | 107 | "ts-node": "10.9.1",
|
108 | 108 | "tslib": "^2.4.0",
|
109 |
| - "typescript": "~4.7.2" |
| 109 | + "typescript": "~4.8.0" |
110 | 110 | },
|
111 | 111 | "xplat": {
|
112 | 112 | "prefix": "nativescript",
|
|
0 commit comments