Skip to content

Commit 2b37449

Browse files
committed
chore: nx migrate @nativescript/plugin-tools
1 parent 285e170 commit 2b37449

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

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
@@ -16,37 +16,37 @@
1616
},
1717
"private": true,
1818
"devDependencies": {
19-
"@angular/animations": "13.3.0",
20-
"@angular/common": "13.3.0",
21-
"@angular/compiler": "13.3.0",
22-
"@angular/compiler-cli": "13.3.0",
23-
"@angular/core": "13.3.0",
24-
"@angular/forms": "13.3.0",
25-
"@angular/platform-browser": "13.3.0",
26-
"@angular/platform-browser-dynamic": "13.3.0",
27-
"@angular/router": "13.3.0",
28-
"@nativescript/angular": "^13.0.0",
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",
2929
"@nativescript/core": "~8.2.0",
30-
"@nativescript/plugin-tools": "3.0.3",
30+
"@nativescript/plugin-tools": "4.0.0",
3131
"@nativescript/types": "~8.2.0",
3232
"@nativescript/webpack": "~5.0.5",
33-
"@ngtools/webpack": "13.3.0",
33+
"@ngtools/webpack": "^14.0.0",
3434
"@types/mkdirp": "^1.0.1",
3535
"@types/sprintf-js": "^1.1.0",
36-
"husky": "^7.0.0",
36+
"husky": "^8.0.0",
3737
"mkdirp": "^1.0.4",
3838
"nativescript-permissions": "1.3.11",
3939
"nativescript-vue": "~2.9.0",
4040
"nativescript-vue-template-compiler": "~2.9.0",
41-
"ng-packagr": "13.3.0",
41+
"ng-packagr": "^14.0.0",
4242
"rxjs": "~7.5.0",
4343
"shorthash": "0.0.2",
4444
"simple-plist": "^1.1.0",
4545
"sprintf-js": "^1.1.1",
46-
"typescript": "~4.5.5",
46+
"typescript": "~4.7.3",
4747
"vue": "~2.6.12",
4848
"zone.js": "~0.11.1",
49-
"@angular-devkit/build-angular": "13.3.0"
49+
"@angular-devkit/build-angular": "^14.0.0"
5050
},
5151
"lint-staged": {
5252
"**/*.{js,ts,scss,json,html}": [

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy