Skip to content

Commit d2b629a

Browse files
committed
chore: nx migrate latest
1 parent 33d4dc6 commit d2b629a

File tree

2 files changed

+37
-40
lines changed

2 files changed

+37
-40
lines changed

nx.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,10 @@
3030
"appsDir": "apps",
3131
"libsDir": "packages"
3232
},
33-
"targetDependencies": {
34-
"build": [
35-
{
36-
"target": "build",
37-
"projects": "dependencies"
38-
}
39-
]
40-
},
41-
"$schema": "./node_modules/nx/schemas/nx-schema.json"
33+
"$schema": "./node_modules/nx/schemas/nx-schema.json",
34+
"targetDefaults": {
35+
"build": {
36+
"dependsOn": ["^build"]
37+
}
38+
}
4239
}

package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3636
},
3737
"dependencies": {
38-
"@angular/animations": "14.0.1",
39-
"@angular/common": "14.0.1",
40-
"@angular/compiler": "14.0.1",
41-
"@angular/core": "14.0.1",
42-
"@angular/forms": "14.0.1",
43-
"@angular/platform-browser": "14.0.1",
44-
"@angular/platform-browser-dynamic": "14.0.1",
45-
"@angular/router": "14.0.1",
38+
"@angular/animations": "14.0.4",
39+
"@angular/common": "14.0.4",
40+
"@angular/compiler": "14.0.4",
41+
"@angular/core": "14.0.4",
42+
"@angular/forms": "14.0.4",
43+
"@angular/platform-browser": "14.0.4",
44+
"@angular/platform-browser-dynamic": "14.0.4",
45+
"@angular/router": "14.0.4",
4646
"@nativescript/core": "~8.2.0",
4747
"@nativescript/theme": "~3.0.0",
4848
"@ngx-translate/core": "~14.0.0",
@@ -51,30 +51,30 @@
5151
"zone.js": "~0.11.5"
5252
},
5353
"devDependencies": {
54-
"@angular-devkit/build-angular": "14.0.2",
55-
"@angular-eslint/eslint-plugin": "13.2.1",
56-
"@angular-eslint/eslint-plugin-template": "13.2.1",
57-
"@angular-eslint/template-parser": "13.2.1",
58-
"@angular/compiler-cli": "14.0.1",
54+
"@angular-devkit/build-angular": "14.0.4",
55+
"@angular-eslint/eslint-plugin": "14.0.0",
56+
"@angular-eslint/eslint-plugin-template": "14.0.0",
57+
"@angular-eslint/template-parser": "14.0.0",
58+
"@angular/compiler-cli": "14.0.4",
5959
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
6060
"@nativescript/types": "~8.2.0",
6161
"@nativescript/unit-test-runner": "^3.0.2",
6262
"@nativescript/webpack": "~5.0.0",
63-
"@ngtools/webpack": "14.0.2",
64-
"@nrwl/angular": "14.3.3",
65-
"@nrwl/cli": "14.3.3",
66-
"@nrwl/eslint-plugin-nx": "14.3.3",
67-
"@nrwl/jest": "14.3.3",
68-
"@nrwl/js": "14.3.3",
69-
"@nrwl/node": "14.3.3",
70-
"@nrwl/workspace": "14.3.3",
71-
"@nstudio/angular": "14.0.1",
72-
"@nstudio/nativescript": "14.0.1",
73-
"@nstudio/nativescript-angular": "14.0.1",
74-
"@nstudio/xplat": "14.0.1",
63+
"@ngtools/webpack": "14.0.4",
64+
"@nrwl/angular": "14.4.0",
65+
"@nrwl/cli": "14.4.0",
66+
"@nrwl/eslint-plugin-nx": "14.4.0",
67+
"@nrwl/jest": "14.4.0",
68+
"@nrwl/js": "14.4.0",
69+
"@nrwl/node": "14.4.0",
70+
"@nrwl/workspace": "14.4.0",
71+
"@nstudio/angular": "14.3.0",
72+
"@nstudio/nativescript": "14.3.0",
73+
"@nstudio/nativescript-angular": "14.3.0",
74+
"@nstudio/xplat": "14.3.0",
7575
"@types/jasmine": "4.0.3",
7676
"@types/jest": "27.4.1",
77-
"@types/node": "17.0.41",
77+
"@types/node": "^18.0.0",
7878
"@types/sinon": "^10.0.2",
7979
"@typescript-eslint/eslint-plugin": "~5.24.0",
8080
"@typescript-eslint/parser": "~5.24.0",
@@ -83,17 +83,17 @@
8383
"eslint": "7.22.0",
8484
"eslint-config-prettier": "8.1.0",
8585
"fs-extra": "^9.0.1",
86-
"husky": "~7.0.1",
86+
"husky": "~8.0.1",
8787
"jest": "27.5.1",
8888
"karma": "6.3.20",
8989
"karma-coverage": "2.0.3",
9090
"karma-jasmine": "5.0.1",
9191
"karma-mocha-reporter": "^2.2.5",
9292
"karma-nativescript-launcher": "0.4.0",
9393
"karma-sinon": "^1.0.5",
94-
"lint-staged": "^11.0.0",
95-
"ng-packagr": "14.0.1",
96-
"nx": "14.3.3",
94+
"lint-staged": "^13.0.0",
95+
"ng-packagr": "14.0.2",
96+
"nx": "14.4.0",
9797
"nyc": "15.1.0",
9898
"postcss": "^8.3.9",
9999
"postcss-import": "14.1.0",
@@ -105,7 +105,7 @@
105105
"ts-jest": "27.1.4",
106106
"ts-node": "10.8.1",
107107
"tslib": "^2.1.0",
108-
"typescript": "4.7.3"
108+
"typescript": "~4.7.3"
109109
},
110110
"xplat": {
111111
"prefix": "nativescript",

0 commit comments

Comments
 (0)