Skip to content

Commit

Permalink
Remove unnecessary @cdktf/provider-azurerm dependency from Azure prov…
Browse files Browse the repository at this point in the history
…ider package (#1554)

* Remove unnecessary @cdktf/provider-azurerm dependency from Azure provider package

* Add rush change file

---------

Co-authored-by: Castro, Mario <[email protected]>
  • Loading branch information
MarcAstr0 and Castro, Mario authored Oct 8, 2024
1 parent cd600de commit 1c97d6d
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 69 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Remove unnecessary @cdktf/provider-azurerm dependency from Azure provider package",
"type": "patch"
}
],
"packageName": "@boostercloud/framework-core"
}
130 changes: 63 additions & 67 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/framework-provider-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"@boostercloud/framework-types": "workspace:^2.18.3",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4",
"@azure/web-pubsub": "~1.1.0",
"@cdktf/provider-azurerm": "13.3.0"
"@azure/web-pubsub": "~1.1.0"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.18.3",
Expand Down

0 comments on commit 1c97d6d

Please sign in to comment.