Skip to content

Commit

Permalink
Bump cdktf dependency to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed May 27, 2021
1 parent ecd521d commit 2ed9787
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 57 deletions.
8 changes: 4 additions & 4 deletions .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": [
{
"name": "@cdktf/provider-project",
"version": "^0.1.58",
"version": "^0.1.80",
"type": "build"
},
{
Expand All @@ -16,12 +16,12 @@
},
{
"name": "cdktf-cli",
"version": "^0.3",
"version": "^0.4",
"type": "build"
},
{
"name": "cdktf",
"version": "^0.3",
"version": "^0.4",
"type": "build"
},
{
Expand Down Expand Up @@ -79,7 +79,7 @@
},
{
"name": "cdktf",
"version": "^0.3",
"version": "^0.4",
"type": "peer"
},
{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"organization": true
},
"devDependencies": {
"@cdktf/provider-project": "^0.1.58",
"@cdktf/provider-project": "^0.1.80",
"@types/jest": "^26.0.7",
"@types/node": "^10.17.0",
"cdktf": "^0.3",
"cdktf-cli": "^0.3",
"cdktf": "^0.4",
"cdktf-cli": "^0.4",
"constructs": "^3.0.4",
"dot-prop": "^5.2.0",
"jest": "^26.0.1",
Expand All @@ -52,7 +52,7 @@
"typescript": "^3.9.5"
},
"peerDependencies": {
"cdktf": "^0.3",
"cdktf": "^0.4",
"constructs": "^3.0.4"
},
"bundledDependencies": [],
Expand Down
Loading

0 comments on commit 2ed9787

Please sign in to comment.