Skip to content

Commit

Permalink
chore: nx migrate @nativescript/plugin-tools (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker authored Jul 4, 2022
1 parent 490ebda commit a541f93
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 51 deletions.
1 change: 0 additions & 1 deletion apps/demo-angular/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "apps/demo-angular/",
"sourceRoot": "apps/demo-angular/src",
"projectType": "application",
"prefix": "demo",
Expand Down
1 change: 0 additions & 1 deletion apps/demo-vue/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "apps/demo-vue/",
"sourceRoot": "apps/demo-vue/src",
"projectType": "application",
"prefix": "demo",
Expand Down
1 change: 0 additions & 1 deletion apps/demo/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "apps/demo/",
"sourceRoot": "apps/demo/src",
"projectType": "application",
"prefix": "demo",
Expand Down
20 changes: 0 additions & 20 deletions migrations.json

This file was deleted.

6 changes: 4 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "build.all", "lint", "test", "e2e"],
"runtimeCacheInputs": ["node -v"]
"runtimeCacheInputs": ["node -v"],
"parallel": 1,
"useDaemonProcess": false
}
}
},
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
},
"private": true,
"devDependencies": {
"@angular/animations": "^13.2.0",
"@angular/common": "^13.2.0",
"@angular/compiler": "^13.2.0",
"@angular/compiler-cli": "^13.2.0",
"@angular/core": "^13.2.0",
"@angular/forms": "^13.2.0",
"@angular/platform-browser": "^13.2.0",
"@angular/platform-browser-dynamic": "^13.2.0",
"@angular/router": "^13.2.0",
"@nativescript/angular": "^13.0.0",
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@nativescript/angular": "^14.0.0",
"@nativescript/core": "~8.2.0",
"@nativescript/plugin-tools": "3.0.2",
"@nativescript/plugin-tools": "4.0.0",
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "~5.0.5",
"@ngtools/webpack": "^13.0.0",
"@ngtools/webpack": "^14.0.0",
"babylonjs": "^4.1.0",
"babylonjs-materials": "^4.1.0",
"canvg": "^3.0.6",
Expand All @@ -45,14 +45,14 @@
"dotenv": "~8.2.0",
"eslint": "~7.4.0",
"eslint-config-prettier": "~6.11.0",
"husky": "^7.0.0",
"husky": "^8.0.0",
"leaflet": "^1.7.1",
"matter-js": "^0.14.2",
"nativescript-permissions": "1.3.11",
"nativescript-theme-core": "~1.0.4",
"nativescript-vue": "~2.9.0",
"nativescript-vue-template-compiler": "~2.9.0",
"ng-packagr": "^13.2.0",
"ng-packagr": "^14.0.0",
"phaser": "^3.24.1",
"phaser-ce": "^2.15.0",
"pixi.js": "^5.3.3",
Expand All @@ -62,12 +62,12 @@
"rxjs": "~7.5.0",
"svelte-native": "^0.9.3",
"three": "^0.133.1",
"typescript": "~4.5.5",
"typescript": "~4.7.3",
"vexflow": "^3.0.9",
"xmldom": "~0.6.0",
"zen-3d": "0.0.3",
"zone.js": "~0.11.1",
"@angular-devkit/build-angular": "^13.2.0"
"@angular-devkit/build-angular": "^14.0.0"
},
"lint-staged": {
"**/*.{js,ts,scss,json,html}": [
Expand Down
1 change: 0 additions & 1 deletion packages/canvas-babylon/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "packages/canvas-babylon",
"sourceRoot": "packages/canvas-babylon",
"projectType": "library",
"generators": {},
Expand Down
1 change: 0 additions & 1 deletion packages/canvas-media/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "packages/canvas-media",
"sourceRoot": "packages/canvas-media",
"projectType": "library",
"generators": {},
Expand Down
1 change: 0 additions & 1 deletion packages/canvas-phaser-ce/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "packages/canvas-phaser-ce",
"sourceRoot": "packages/canvas-phaser-ce",
"projectType": "library",
"generators": {},
Expand Down
1 change: 0 additions & 1 deletion packages/canvas-phaser/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "packages/canvas-phaser",
"sourceRoot": "packages/canvas-phaser",
"projectType": "library",
"generators": {},
Expand Down
1 change: 0 additions & 1 deletion packages/canvas-pixi/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "packages/canvas-pixi",
"sourceRoot": "packages/canvas-pixi",
"projectType": "library",
"generators": {},
Expand Down
1 change: 1 addition & 0 deletions packages/canvas-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"@nativescript/canvas": "*",
"xmldom": "~0.6.0"
}
}
1 change: 0 additions & 1 deletion packages/canvas-polyfill/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "packages/canvas-polyfill",
"sourceRoot": "packages/canvas-polyfill",
"projectType": "library",
"generators": {},
Expand Down
1 change: 0 additions & 1 deletion packages/canvas-three/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "packages/canvas-three",
"sourceRoot": "packages/canvas-three",
"projectType": "library",
"generators": {},
Expand Down
1 change: 0 additions & 1 deletion packages/canvas/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "packages/canvas",
"sourceRoot": "packages/canvas",
"projectType": "library",
"generators": {},
Expand Down
2 changes: 0 additions & 2 deletions tools/workspace-scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const npsUtils = require('nps-utils');

module.exports = {
message: 'NativeScript Plugins ~ made with ❤️ Choose a command to start...',
pageSize: 32,
Expand Down

0 comments on commit a541f93

Please sign in to comment.