Skip to content

Commit

Permalink
BREAKING CHANGE: Bump cdktf dependency to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Aug 3, 2021
1 parent 66f647b commit 8908808
Show file tree
Hide file tree
Showing 5 changed files with 1,484 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 10.17.0
node-version: 12.0.0
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
- name: Set git identity
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 10.17.0
node-version: 12.0.0
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
- name: Anti-tamper check
Expand Down
10 changes: 5 additions & 5 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.80",
"version": "^0.2.4",
"type": "build"
},
{
Expand All @@ -11,17 +11,17 @@
},
{
"name": "@types/node",
"version": "^10.17.0",
"version": "^12.0.0",
"type": "build"
},
{
"name": "cdktf-cli",
"version": "^0.4",
"version": "^0.5",
"type": "build"
},
{
"name": "cdktf",
"version": "^0.4",
"version": "^0.5",
"type": "build"
},
{
Expand Down Expand Up @@ -79,7 +79,7 @@
},
{
"name": "cdktf",
"version": "^0.4",
"version": "^0.5",
"type": "peer"
},
{
Expand Down
12 changes: 6 additions & 6 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.80",
"@cdktf/provider-project": "^0.2.4",
"@types/jest": "^26.0.7",
"@types/node": "^10.17.0",
"cdktf": "^0.4",
"cdktf-cli": "^0.4",
"@types/node": "^12.0.0",
"cdktf": "^0.5",
"cdktf-cli": "^0.5",
"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.4",
"cdktf": "^0.5",
"constructs": "^3.0.4"
},
"bundledDependencies": [],
Expand All @@ -64,7 +64,7 @@
"terraform"
],
"engines": {
"node": ">= 10.17.0"
"node": ">= 12.0.0"
},
"main": "lib/index.js",
"license": "MPL-2.0",
Expand Down
Loading

1 comment on commit 8908808

@Maha-maker-cmd
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking Change:Bump cdktf dependency to 0.5

Please sign in to comment.