Skip to content

Commit db0b4a0

Browse files
committed
chore: nx migrate @nativescript/[email protected]
1 parent 717231f commit db0b4a0

File tree

19 files changed

+49
-27
lines changed

19 files changed

+49
-27
lines changed

apps/demo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nativescript/mlkit-selfie-segmentation": "file:../../dist/packages/mlkit-selfie-segmentation"
1414
},
1515
"devDependencies": {
16-
"@nativescript/android": "~8.2.0",
17-
"@nativescript/ios": "~8.2.0"
16+
"@nativescript/android": "~8.3.0",
17+
"@nativescript/ios": "~8.3.0"
1818
}
1919
}

apps/demo-angular/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
23
"sourceRoot": "apps/demo-angular/src",
34
"projectType": "application",
45
"prefix": "demo",

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@nativescript/mlkit-text-recognition": "file:../../packages/mlkit-text-recognition"
1717
},
1818
"devDependencies": {
19-
"@nativescript/android": "~8.2.0",
20-
"@nativescript/ios": "~8.2.0"
19+
"@nativescript/android": "~8.3.0",
20+
"@nativescript/ios": "~8.3.0"
2121
}
2222
}

apps/demo/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
23
"sourceRoot": "apps/demo/src",
34
"projectType": "application",
45
"prefix": "demo",

jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

jest.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const { getJestProjects } = require('@nrwl/jest');
2+
3+
export default { projects: [...getJestProjects()] };

migrations.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"migrations": [
3+
{
4+
"cli": "nx",
5+
"version": "4.1.0",
6+
"description": "Migrate tools to 4.1.0",
7+
"implementation": "./src/migrations/update-4-1-0/update-4-1-0",
8+
"package": "@nativescript/plugin-tools",
9+
"name": "update-to-4.1.0"
10+
}
11+
]
12+
}

nx.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@
2828
}
2929
}
3030
},
31-
"cli": {
32-
"defaultCollection": "@nrwl/workspace"
33-
}
31+
"$schema": "./node_modules/nx/schemas/nx-schema.json"
3432
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@
1616
},
1717
"private": true,
1818
"devDependencies": {
19-
"@angular/animations": "^14.0.0",
20-
"@angular/common": "^14.0.0",
21-
"@angular/compiler": "^14.0.0",
22-
"@angular/compiler-cli": "^14.0.0",
23-
"@angular/core": "^14.0.0",
24-
"@angular/forms": "^14.0.0",
25-
"@angular/platform-browser": "^14.0.0",
26-
"@angular/platform-browser-dynamic": "^14.0.0",
27-
"@angular/router": "^14.0.0",
28-
"@nativescript/angular": "^14.0.0",
29-
"@nativescript/core": "~8.2.0",
30-
"@nativescript/plugin-tools": "4.0.1",
31-
"@nativescript/types": "~8.2.0",
19+
"@angular/animations": "^14.2.0",
20+
"@angular/common": "^14.2.0",
21+
"@angular/compiler": "^14.2.0",
22+
"@angular/compiler-cli": "^14.2.0",
23+
"@angular/core": "^14.2.0",
24+
"@angular/forms": "^14.2.0",
25+
"@angular/platform-browser": "^14.2.0",
26+
"@angular/platform-browser-dynamic": "^14.2.0",
27+
"@angular/router": "^14.2.0",
28+
"@nativescript/angular": "^14.2.0",
29+
"@nativescript/core": "~8.3.0",
30+
"@nativescript/plugin-tools": "4.1.1",
31+
"@nativescript/types": "~8.3.0",
3232
"@nativescript/webpack": "~5.0.5",
33-
"@ngtools/webpack": "^14.0.0",
33+
"@ngtools/webpack": "^14.2.0",
3434
"husky": "^8.0.0",
3535
"nativescript-vue": "~2.9.0",
3636
"nativescript-vue-template-compiler": "~2.9.0",
37-
"ng-packagr": "^14.0.0",
37+
"ng-packagr": "^14.2.0",
3838
"rxjs": "~7.5.0",
3939
"typescript": "~4.7.3",
4040
"zone.js": "~0.11.1",
41-
"@angular-devkit/build-angular": "^14.0.0",
41+
"@angular-devkit/build-angular": "^14.2.0",
4242
"nativescript-permissions": "1.3.11"
4343
},
4444
"lint-staged": {

packages/mlkit-barcode-scanning/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
23
"projectType": "library",
34
"sourceRoot": "packages/mlkit-barcode-scanning",
45
"targets": {

0 commit comments

Comments
 (0)