chore: nx migrate latest

This commit is contained in:
Nathan Walker
2023-02-14 16:15:09 -08:00
parent 9179ff861d
commit ba2d90e5e9
3 changed files with 26 additions and 23 deletions

20
migrations.json Normal file
View File

@@ -0,0 +1,20 @@
{
"migrations": [
{
"version": "15.7.0-beta.0",
"description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.",
"cli": "nx",
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
"package": "@nrwl/workspace",
"name": "15-7-0-split-configuration-into-project-json-files"
},
{
"version": "15.7.0-beta.0",
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
"cli": "nx",
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
"package": "@nrwl/workspace",
"name": "15-7-0-split-configuration-into-project-json-files"
}
]
}

View File

@@ -24,11 +24,11 @@
"devDependencies": {
"@nativescript/hook": "^2.0.0",
"@nativescript/nx": "~4.2.0",
"@nrwl/cli": "15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "15.6.3",
"@nrwl/node": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@nrwl/cli": "15.7.0",
"@nrwl/eslint-plugin-nx": "15.7.0",
"@nrwl/jest": "15.7.0",
"@nrwl/node": "15.7.0",
"@nrwl/workspace": "15.7.0",
"@nstudio/focus": "^15.0.0",
"@nstudio/nps-i": "~2.0.0",
"@prettier/plugin-xml": "^2.2.0",
@@ -51,7 +51,7 @@
"module-alias": "^2.2.2",
"nativescript": "~8.4.0",
"nativescript-typedoc-theme": "1.1.0",
"nx": "15.6.3",
"nx": "15.7.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "^2.6.2",

View File

@@ -1,17 +0,0 @@
{
"version": 2,
"projects": {
"apps-automated": "apps/automated",
"apps-toolbox": "apps/toolbox",
"apps-ui": "apps/ui",
"core": "packages/core",
"core-api-docs": "tools/scripts",
"types": "packages/types",
"types-android": "packages/types-android",
"types-ios": "packages/types-ios",
"types-minimal": "packages/types-minimal",
"ui-mobile-base": "packages/ui-mobile-base",
"webpack5": "packages/webpack5"
},
"$schema": "./node_modules/nx/schemas/workspace-schema.json"
}