Skip to content

Commit

Permalink
"nx": "15.2.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepsinn committed Nov 26, 2022
1 parent 0bca796 commit 2f152da
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
26 changes: 9 additions & 17 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
{
"migrations": [
{
"version": "15.0.0-beta.0",
"cli": "nx",
"description": "Stop hashing jest spec files and config files for build targets and dependent tasks",
"factory": "./src/migrations/update-15-0-0/add-jest-inputs",
"package": "@nrwl/jest",
"name": "add-jest-inputs"
"version": "15.1.0-beta.0",
"description": "Update to Cypress v11. This migration will only update if the workspace is already on v10. https://www.cypress.io/blog/2022/11/04/upcoming-changes-to-component-testing/",
"factory": "./src/migrations/update-15-1-0/cypress-11",
"package": "@nrwl/cypress",
"name": "update-to-cypress-11"
},
{
"cli": "nx",
"version": "15.0.0-beta.1",
"description": "Replace implicitDependencies with namedInputs + target inputs",
"implementation": "./src/migrations/update-15-0-0/migrate-to-inputs",
"version": "15.0.12-beta.1",
"description": "Set project names in project.json files",
"implementation": "./src/migrations/update-15-1-0/set-project-names",
"package": "nx",
"name": "15.0.0-migrate-to-inputs"
},
{
"cli": "nx",
"version": "15.0.0-beta.1",
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed",
"implementation": "./src/migrations/update-15-0-0/prefix-outputs",
"package": "nx",
"name": "15.0.0-prefix-outputs"
"name": "15.1.0-set-project-names"
}
]
}
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@nrwl/cli": "15.0.9",
"@nrwl/cypress": "15.0.9",
"@nrwl/jest": "15.0.9",
"@nrwl/js": "15.0.9",
"@nrwl/next": "15.0.9",
"@nrwl/node": "15.0.9",
"@nrwl/express": "15.0.9",
"@nrwl/cli": "15.2.1",
"@nrwl/cypress": "15.2.1",
"@nrwl/jest": "15.2.1",
"@nrwl/js": "15.2.1",
"@nrwl/next": "15.2.1",
"@nrwl/node": "15.2.1",
"@nrwl/express": "15.2.1",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.0.9",
"@nrwl/web": "15.0.9",
"@nrwl/workspace": "15.0.9",
"@nrwl/eslint-plugin-nx": "15.0.9",
"@nrwl/react": "15.2.1",
"@nrwl/web": "15.2.1",
"@nrwl/workspace": "15.2.1",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@openapitools/openapi-generator-cli": "2.3.7",
"@testing-library/react": "13.4.0",
"@trumbitta/nx-plugin-openapi": "^1.12.1",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "15.0.9",
"nx": "15.2.1",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"ts-jest": "28.0.5",
Expand All @@ -60,3 +60,4 @@
"@typescript-eslint/eslint-plugin": "5.3.1"
}
}

0 comments on commit 2f152da

Please sign in to comment.