Skip to content

Commit

Permalink
remove extra deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Apr 3, 2024
1 parent 68478e4 commit a39ce9a
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 4,838 deletions.
6 changes: 2 additions & 4 deletions budget/package-lock.json

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

6 changes: 2 additions & 4 deletions budget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
},
"license": "MIT",
"peerDependencies": {
"cdktf": "^0.20.6"
"cdktf": "^0.20.6",
"@cdktf/provider-aws": "^19.12.0"
},
"wing": {
"platforms": [
"sim",
"tf-aws"
]
},
"devDependencies": {
"@cdktf/provider-aws": "^19.12.0"
}
}
166 changes: 82 additions & 84 deletions cognito/package-lock.json

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@
"directory": "cognito"
},
"peerDependencies": {
"@cdktf/provider-aws": "^19.12.0"
"@cdktf/provider-aws": "^19.12.0",
"@aws-sdk/client-cognito-identity-provider": "^3.530.0"
},
"wing": {
"platforms": [
"sim",
"tf-aws"
]
},
"license": "MIT",
"devDependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.530.0"
}
"license": "MIT"
}
Loading

0 comments on commit a39ce9a

Please sign in to comment.