Skip to content

Commit

Permalink
chore: migrate to nx 15.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Mar 1, 2023
1 parent 0d7f926 commit b8d8d17
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 253 deletions.
24 changes: 4 additions & 20 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,11 @@
"migrations": [
{
"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"
},
{
"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"
"name": "15.1.0-set-project-names"
}
]
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
"@microsoft/eslint-plugin-sdl": "0.1.9",
"@microsoft/load-themed-styles": "1.10.26",
"@microsoft/loader-load-themed-styles": "2.0.17",
"@nrwl/cli": "15.0.0",
"@nrwl/devkit": "15.0.0",
"@nrwl/jest": "15.0.0",
"@nrwl/js": "15.0.0",
"@nrwl/node": "15.0.0",
"@nrwl/workspace": "15.0.0",
"@nrwl/cli": "15.6.3",
"@nrwl/devkit": "15.6.3",
"@nrwl/jest": "15.6.3",
"@nrwl/js": "15.6.3",
"@nrwl/node": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@octokit/rest": "18.12.0",
"@storybook/addon-a11y": "6.5.15",
"@storybook/addon-actions": "6.5.15",
Expand Down Expand Up @@ -280,7 +280,7 @@
"node-fetch": "2.6.7",
"node-plop": "0.25.0",
"node-polyfill-webpack-plugin": "1.0.2",
"nx": "15.0.0",
"nx": "15.6.3",
"p-queue": "6.6.2",
"parse-diff": "0.7.1",
"path-browserify": "1.0.1",
Expand Down
Loading

0 comments on commit b8d8d17

Please sign in to comment.