Skip to content

Commit 8627e18

Browse files
committed
chore: nx migrate latest
1 parent a9b1063 commit 8627e18

File tree

3 files changed

+1772
-858
lines changed

3 files changed

+1772
-858
lines changed

Diff for: apps/nativescript-demo-ng/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@nativescript-community/ui-material-bottom-navigation": "^7.2.0"
88
},
99
"devDependencies": {
10-
"@nativescript/android": "~8.7.0",
11-
"@nativescript/ios": "~8.7.0",
10+
"@nativescript/android": "~8.8.0",
11+
"@nativescript/ios": "~8.8.0",
1212
"@nativescript/unit-test-runner": "^3.0.1"
1313
}
1414
}

Diff for: package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"clean": "npx rimraf hooks node_modules package-lock.json && yarn",
88
"clean.all": "npm run clean && nx run-many --target=clean --all",
9-
"postinstall": "husky install",
9+
"postinstall": "husky",
1010
"nx": "nx",
1111
"start": "nx serve",
1212
"build": "nx run zone-js:build && nx run angular:build",
@@ -35,14 +35,14 @@
3535
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3636
},
3737
"dependencies": {
38-
"@angular/animations": "~18.1.0",
39-
"@angular/common": "~18.1.0",
40-
"@angular/compiler": "~18.1.0",
41-
"@angular/core": "~18.1.0",
42-
"@angular/forms": "~18.1.0",
43-
"@angular/platform-browser": "~18.1.0",
44-
"@angular/platform-browser-dynamic": "~18.1.0",
45-
"@angular/router": "~18.1.0",
38+
"@angular/animations": "18.2.5",
39+
"@angular/common": "18.2.5",
40+
"@angular/compiler": "18.2.5",
41+
"@angular/core": "18.2.5",
42+
"@angular/forms": "18.2.5",
43+
"@angular/platform-browser": "18.2.5",
44+
"@angular/platform-browser-dynamic": "18.2.5",
45+
"@angular/router": "18.2.5",
4646
"@nativescript/core": "~8.8.0",
4747
"@nativescript/theme": "~3.0.2",
4848
"@ngx-translate/core": "~15.0.0",
@@ -51,34 +51,34 @@
5151
"zone.js": "~0.14.6"
5252
},
5353
"devDependencies": {
54-
"@angular-devkit/build-angular": "~18.1.0",
55-
"@angular-devkit/core": "~18.1.0",
56-
"@angular-devkit/schematics": "~18.1.0",
54+
"@angular-devkit/build-angular": "18.2.4",
55+
"@angular-devkit/core": "18.2.4",
56+
"@angular-devkit/schematics": "18.2.4",
5757
"@angular-eslint/eslint-plugin": "18.1.0",
5858
"@angular-eslint/eslint-plugin-template": "18.1.0",
5959
"@angular-eslint/template-parser": "18.1.0",
60-
"@angular/compiler-cli": "~18.1.0",
60+
"@angular/compiler-cli": "18.2.5",
6161
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
6262
"@nativescript/nx": "^19.0.0",
6363
"@nativescript/types": "~8.8.0",
6464
"@nativescript/unit-test-runner": "^3.0.4",
6565
"@nativescript/webpack": "~5.0.22",
6666
"@ngtools/webpack": "~18.1.0",
67-
"@nx/angular": "19.4.4",
68-
"@nx/eslint": "19.4.4",
69-
"@nx/eslint-plugin": "19.4.4",
70-
"@nx/jest": "19.4.4",
71-
"@nx/js": "19.4.4",
72-
"@nx/node": "19.4.4",
73-
"@nx/workspace": "19.4.4",
74-
"@schematics/angular": "~18.1.0",
67+
"@nx/angular": "19.7.4",
68+
"@nx/eslint": "19.7.4",
69+
"@nx/eslint-plugin": "19.7.4",
70+
"@nx/jest": "19.7.4",
71+
"@nx/js": "19.7.4",
72+
"@nx/node": "19.7.4",
73+
"@nx/workspace": "19.7.4",
74+
"@schematics/angular": "18.2.4",
7575
"@types/jasmine": "5.1.4",
76-
"@types/jest": "29.5.7",
76+
"@types/jest": "29.5.13",
7777
"@types/node": "^20.0.0",
7878
"@types/sinon": "^17.0.0",
79-
"@typescript-eslint/eslint-plugin": "7.16.1",
80-
"@typescript-eslint/parser": "7.16.1",
81-
"@typescript-eslint/utils": "^8.0.0-alpha.28",
79+
"@typescript-eslint/eslint-plugin": "7.18.0",
80+
"@typescript-eslint/parser": "7.18.0",
81+
"@typescript-eslint/utils": "7.18.0",
8282
"conventional-changelog-cli": "^4.1.0",
8383
"dotenv": "16.4.5",
8484
"eslint": "8.57.0",
@@ -94,8 +94,8 @@
9494
"karma-nativescript-launcher": "0.4.0",
9595
"karma-sinon": "^1.0.5",
9696
"lint-staged": "^15.0.0",
97-
"ng-packagr": "~18.1.0",
98-
"nx": "19.4.4",
97+
"ng-packagr": "18.2.1",
98+
"nx": "19.7.4",
9999
"nyc": "15.1.0",
100100
"postcss": "^8.4.16",
101101
"postcss-import": "15.1.0",

0 commit comments

Comments
 (0)