chore: Nx 20 (#10636)

This commit is contained in:
Nathan Walker
2024-10-23 09:25:25 -07:00
committed by GitHub
parent 1cee35d4fb
commit 148a54b60c
17 changed files with 1550 additions and 831 deletions

View File

@@ -13,7 +13,7 @@
"devDependencies": {
"@nativescript/android": "~8.8.0",
"@nativescript/ios": "~8.8.0",
"@nativescript/visionos": "~8.7.0",
"@nativescript/visionos": "~8.8.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"circular-dependency-plugin": "^5.2.2",
"typescript": "~5.4.0"

View File

@@ -17,44 +17,34 @@
"uglify": true,
"release": true,
"forDevice": true
}
},
"configurations": {}
},
"ios": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"debug": {
"executor": "@nativescript/nx:debug",
"options": {
"noHmr": true,
"platform": "ios"
}
"uglify": false,
"release": false,
"forDevice": false,
"prepare": false
},
"configurations": {}
},
"vision": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"prepare": {
"executor": "@nativescript/nx:prepare",
"options": {
"noHmr": true,
"debug": false,
"platform": "vision"
}
},
"android": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"options": {
"noHmr": true,
"platform": "android"
}
},
"clean": {
"executor": "@nativescript/nx:build",
"options": {
"clean": true
}
"production": true,
"uglify": true,
"release": true,
"forDevice": true,
"prepare": true
},
"configurations": {}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/automated/**/*.ts", "apps/automated/src/**/*.html"]
}

View File

@@ -14,7 +14,7 @@
"devDependencies": {
"@nativescript/android": "~8.8.0",
"@nativescript/ios": "~8.8.0",
"@nativescript/visionos": "~8.7.0",
"@nativescript/visionos": "~8.8.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "~5.4.0"
}

View File

@@ -17,44 +17,34 @@
"uglify": true,
"release": true,
"forDevice": true
}
},
"configurations": {}
},
"ios": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"options": {
"platform": "ios",
"noHmr": true
}
},
"vision": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"debug": {
"executor": "@nativescript/nx:debug",
"options": {
"noHmr": true,
"debug": false,
"platform": "vision"
}
"uglify": false,
"release": false,
"forDevice": false,
"prepare": false
},
"configurations": {}
},
"android": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"prepare": {
"executor": "@nativescript/nx:prepare",
"options": {
"platform": "android",
"noHmr": true
}
},
"clean": {
"executor": "@nativescript/nx:build",
"options": {
"clean": true
}
"noHmr": true,
"production": true,
"uglify": true,
"release": true,
"forDevice": true,
"prepare": true
},
"configurations": {}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/toolbox/**/*.ts", "apps/toolbox/src/**/*.html"]
}

View File

@@ -13,7 +13,7 @@
"devDependencies": {
"@nativescript/android": "~8.8.0",
"@nativescript/ios": "~8.8.0",
"@nativescript/visionos": "~8.7.0",
"@nativescript/visionos": "~8.8.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "~5.4.0"
},

View File

@@ -17,44 +17,38 @@
"uglify": true,
"release": true,
"forDevice": true
}
},
"configurations": {}
},
"ios": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"options": {
"platform": "ios",
"noHmr": true
}
},
"vision": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"debug": {
"executor": "@nativescript/nx:debug",
"options": {
"noHmr": true,
"debug": false,
"platform": "vision"
}
"uglify": false,
"release": false,
"forDevice": false,
"prepare": false
},
"configurations": {}
},
"android": {
"executor": "@nativescript/nx:build",
"inputs": ["default", "^production"],
"outputs": [],
"prepare": {
"executor": "@nativescript/nx:prepare",
"options": {
"platform": "android",
"noHmr": true
}
"noHmr": true,
"production": true,
"uglify": true,
"release": true,
"forDevice": true,
"prepare": true
},
"configurations": {}
},
"clean": {
"executor": "@nativescript/nx:build",
"options": {
"clean": true
}
"executor": "@nativescript/nx:clean",
"options": {}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/ui/**/*.ts", "apps/ui/src/**/*.html"]
}