Skip to content

Commit c746104

Browse files
committed
chore: nx migrate @nativescript/plugin-tools
1 parent e347a73 commit c746104

File tree

5 files changed

+22
-48
lines changed

5 files changed

+22
-48
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
/dist
55
/tmp
66
/out-tsc
7+
/packages/**/*.js
8+
/packages/**/*.map
79

810
# dependencies
911
node_modules

migrations.json

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

nx.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
},
2020
"tasksRunnerOptions": {
2121
"default": {
22-
"runner": "@nrwl/workspace/tasks-runners/default",
22+
"runner": "nx/tasks-runners/default",
2323
"options": {
2424
"cacheableOperations": ["build", "build.all", "lint", "test", "e2e"],
25-
"runtimeCacheInputs": ["node -v"]
25+
"runtimeCacheInputs": ["node -v"],
26+
"parallel": 1,
27+
"useDaemonProcess": false
2628
}
2729
}
2830
},

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
},
1818
"private": true,
1919
"devDependencies": {
20-
"@angular-devkit/build-angular": "^13.2.0",
21-
"@angular/animations": "^13.2.0",
22-
"@angular/common": "^13.2.0",
23-
"@angular/compiler": "^13.2.0",
24-
"@angular/compiler-cli": "^13.2.0",
25-
"@angular/core": "^13.2.0",
26-
"@angular/forms": "^13.2.0",
27-
"@angular/platform-browser": "^13.2.0",
28-
"@angular/platform-browser-dynamic": "^13.2.0",
29-
"@angular/router": "^13.2.0",
30-
"@nativescript/angular": "^13.0.0",
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",
3131
"@nativescript/core": "~8.2.0",
32-
"@nativescript/plugin-tools": "3.0.3",
32+
"@nativescript/plugin-tools": "4.0.0",
3333
"@nativescript/types": "~8.2.0",
3434
"@nativescript/webpack": "~5.0.5",
35-
"@ngtools/webpack": "^13.0.0",
35+
"@ngtools/webpack": "^14.0.0",
3636
"conventional-changelog-cli": "^2.2.2",
37-
"husky": "^7.0.0",
37+
"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": "^13.2.0",
41+
"ng-packagr": "^14.0.0",
4242
"rxjs": "~7.5.0",
4343
"stacktrace-js": "~2.0.2",
44-
"typescript": "~4.5.5",
44+
"typescript": "~4.7.3",
4545
"vue": "~2.6.12",
4646
"zone.js": "~0.11.1"
4747
},

tools/workspace-scripts.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const npsUtils = require('nps-utils');
2-
31
module.exports = {
42
message: 'NativeScript Plugins ~ made with ❤️ Choose a command to start...',
53
pageSize: 32,

0 commit comments

Comments
 (0)