Skip to content

Commit

Permalink
chore(misc): update webpack migration to target 14.7.6 (nrwl#11987)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Sep 13, 2022
1 parent ec9b9e7 commit 5c00b75
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/node/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"update-webpack-executor": {
"cli": "nx",
"version": "14.7.5-beta.1",
"version": "14.7.6-beta.1",
"description": "Update usages of webpack executors to @nrwl/webpack",
"factory": "./src/migrations/update-14-7-5/update-webpack-executor"
"factory": "./src/migrations/update-14-7-6/update-webpack-executor"
}
},
"packageJsonUpdates": {
Expand Down
4 changes: 2 additions & 2 deletions packages/web/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
},
"update-webpack-executor": {
"cli": "nx",
"version": "14.7.5-beta.1",
"version": "14.7.6-beta.1",
"description": "Update usages of webpack executors to @nrwl/webpack",
"factory": "./src/migrations/update-14-7-5/update-webpack-executor"
"factory": "./src/migrations/update-14-7-6/update-webpack-executor"
}
},
"packageJsonUpdates": {
Expand Down

0 comments on commit 5c00b75

Please sign in to comment.