Skip to content

Commit

Permalink
fix(core): add missing packages (esbuild, webpack, rollup) to nx-migr…
Browse files Browse the repository at this point in the history
…ation field (#12285)
  • Loading branch information
jaysoo authored and FrozenPandaz committed Sep 28, 2022
1 parent 225b3a2 commit ac4cf51
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
19 changes: 11 additions & 8 deletions packages/nx/package.json
Expand Up @@ -80,31 +80,34 @@
"nx-migrations": {
"migrations": "./migrations.json",
"packageGroup": [
"@nrwl/workspace",
"@nrwl/angular",
"@nrwl/cli",
"@nrwl/cypress",
"@nrwl/detox",
"@nrwl/devkit",
"@nrwl/esbuild",
"@nrwl/eslint-plugin-nx",
"@nrwl/expo",
"@nrwl/express",
"@nrwl/jest",
"@nrwl/js",
"@nrwl/linter",
"@nrwl/nest",
"@nrwl/next",
"@nrwl/node",
"@nrwl/nx-plugin",
"@nrwl/react",
"@nrwl/react-native",
"@nrwl/rollup",
"@nrwl/storybook",
"@nrwl/web",
"@nrwl/js",
"@nrwl/cli",
"@nrwl/tao",
"@nrwl/web",
"@nrwl/webpack",
"@nrwl/workspace",
{
"package": "@nrwl/nx-cloud",
"version": "latest"
},
"@nrwl/react-native",
"@nrwl/detox",
"@nrwl/expo"
}
]
},
"executors": "./executors.json",
Expand Down
17 changes: 10 additions & 7 deletions packages/workspace/package.json
Expand Up @@ -34,26 +34,29 @@
"migrations": "./migrations.json",
"packageGroup": {
"@nrwl/angular": "*",
"@nrwl/cli": "*",
"@nrwl/cypress": "*",
"@nrwl/detox": "*",
"@nrwl/devkit": "*",
"@nrwl/esbuild": "*",
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/expo": "*",
"@nrwl/express": "*",
"@nrwl/jest": "*",
"@nrwl/js": "*",
"@nrwl/linter": "*",
"@nrwl/nest": "*",
"@nrwl/next": "*",
"@nrwl/node": "*",
"@nrwl/nx-cloud": "latest",
"@nrwl/nx-plugin": "*",
"@nrwl/react": "*",
"@nrwl/react-native": "*",
"@nrwl/rollup": "*",
"@nrwl/storybook": "*",
"@nrwl/web": "*",
"@nrwl/js": "*",
"@nrwl/cli": "*",
"@nrwl/tao": "*",
"@nrwl/nx-cloud": "latest",
"@nrwl/react-native": "*",
"@nrwl/expo": "*",
"@nrwl/detox": "*",
"@nrwl/web": "*",
"@nrwl/webpack": "*",
"nx": "*"
}
},
Expand Down

0 comments on commit ac4cf51

Please sign in to comment.