chore(misc): update webpack migration to target 14.7.6 (#11987)

This commit is contained in:
Jack Hsu 2022-09-12 23:49:32 -04:00 committed by GitHub
parent ec9b9e7f8e
commit 5c00b75dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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": {