Skip to content

Commit beeca11

Browse files
committed
chore: nx migrate @nativescript/plugin-tools@4.1.1
1 parent e286e88 commit beeca11

File tree

30 files changed

+53
-54
lines changed

30 files changed

+53
-54
lines changed

apps/demo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nativescript/firebase-messaging-core": "file:../../dist/packages/firebase-messaging-core"
2323
},
2424
"devDependencies": {
25-
"@nativescript/android": "~8.2.0",
26-
"@nativescript/ios": "~8.2.3"
25+
"@nativescript/android": "~8.3.0",
26+
"@nativescript/ios": "~8.3.0"
2727
}
2828
}

apps/demo-angular/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"root": "apps/demo-angular/",
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"sourceRoot": "apps/demo-angular/src",
44
"projectType": "application",
55
"prefix": "demo",

apps/demo-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@nativescript/firebase-messaging-core": "file:../../packages/firebase-messaging-core"
2424
},
2525
"devDependencies": {
26-
"@nativescript/android": "~8.2.0",
27-
"@nativescript/ios": "~8.2.3"
26+
"@nativescript/android": "~8.3.0",
27+
"@nativescript/ios": "~8.3.0"
2828
}
2929
}

apps/demo-vue/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"root": "apps/demo-vue/",
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"projectType": "application",
44
"sourceRoot": "apps/demo-vue/app",
55
"targets": {

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@nativescript/firebase-messaging-core": "file:../../packages/firebase-messaging-core"
2727
},
2828
"devDependencies": {
29-
"@nativescript/android": "~8.2.0",
30-
"@nativescript/ios": "~8.2.3"
29+
"@nativescript/android": "~8.3.0",
30+
"@nativescript/ios": "~8.3.0"
3131
}
3232
}

apps/demo/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"root": "apps/demo/",
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"sourceRoot": "apps/demo/src",
44
"projectType": "application",
55
"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()] };

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
@@ -17,28 +17,28 @@
1717
},
1818
"private": true,
1919
"devDependencies": {
20-
"@angular-devkit/build-angular": "^14.0.0",
21-
"@angular/animations": "^14.0.0",
22-
"@angular/common": "^14.0.0",
23-
"@angular/compiler": "^14.0.0",
24-
"@angular/compiler-cli": "^14.0.0",
25-
"@angular/core": "^14.0.0",
26-
"@angular/forms": "^14.0.0",
27-
"@angular/platform-browser": "^14.0.0",
28-
"@angular/platform-browser-dynamic": "^14.0.0",
29-
"@angular/router": "^14.0.0",
30-
"@nativescript/angular": "^14.0.0",
31-
"@nativescript/core": "~8.2.0",
32-
"@nativescript/plugin-tools": "4.0.0",
33-
"@nativescript/types": "~8.2.0",
20+
"@angular-devkit/build-angular": "^14.2.0",
21+
"@angular/animations": "^14.2.0",
22+
"@angular/common": "^14.2.0",
23+
"@angular/compiler": "^14.2.0",
24+
"@angular/compiler-cli": "^14.2.0",
25+
"@angular/core": "^14.2.0",
26+
"@angular/forms": "^14.2.0",
27+
"@angular/platform-browser": "^14.2.0",
28+
"@angular/platform-browser-dynamic": "^14.2.0",
29+
"@angular/router": "^14.2.0",
30+
"@nativescript/angular": "^14.2.0",
31+
"@nativescript/core": "~8.3.0",
32+
"@nativescript/plugin-tools": "4.1.1",
33+
"@nativescript/types": "~8.3.0",
3434
"@nativescript/webpack": "~5.0.5",
35-
"@ngtools/webpack": "^14.0.0",
35+
"@ngtools/webpack": "^14.2.0",
3636
"conventional-changelog-cli": "^2.2.2",
3737
"husky": "^8.0.0",
3838
"nativescript-permissions": "1.3.11",
3939
"nativescript-vue": "~2.9.0",
4040
"nativescript-vue-template-compiler": "~2.9.0",
41-
"ng-packagr": "^14.0.0",
41+
"ng-packagr": "^14.2.0",
4242
"rxjs": "~7.5.0",
4343
"stacktrace-js": "~2.0.2",
4444
"typescript": "~4.7.3",

0 commit comments

Comments
 (0)