Skip to content

Commit 054f70f

Browse files
author
Martin Petrov
committed
MCA-1517 Update cdk version
1 parent 4db4595 commit 054f70f

3 files changed

Lines changed: 7 additions & 16 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12
1+
v16
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12
1+
v16

assets/monitoring/aws-template/package.json.hbs

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,16 @@
88
"deploy": "cdk {{#if profile}}--profile {{ profile }} {{/if}}deploy"
99
},
1010
"devDependencies": {
11-
"@aws-cdk/aws-budgets": "~1.75.0",
12-
"@aws-cdk/aws-cloudformation": "~1.75.0",
13-
"@aws-cdk/aws-cloudwatch": "~1.75.0",
14-
"@aws-cdk/aws-cloudwatch-actions": "~1.75.0",
15-
"@aws-cdk/aws-dynamodb": "~1.75.0",
16-
"@aws-cdk/aws-lambda": "~1.75.0",
17-
"@aws-cdk/aws-lambda-nodejs": "~1.75.0",
18-
"@aws-cdk/aws-logs": "~1.75.0",
19-
"@aws-cdk/aws-sns": "~1.75.0",
20-
"@aws-cdk/aws-sns-subscriptions": "~1.75.0",
21-
"@aws-cdk/core": "~1.75.0",
11+
"aws-cdk-lib": "^2.0.0",
12+
"cdk": "^2.39.1",
13+
"constructs": "^10.0.0",
2214
"@types/node": "^12.12.62",
23-
"aws-cdk": "~1.75.0",
24-
"esbuild": "^0.8.15",
15+
"esbuild": "^0.14.39",
2516
"node-fetch": "^2.6.1",
2617
"ts-node": "^9.0.0",
2718
"typescript": "^4.0.3"
2819
},
2920
"dependencies": {
30-
"mca-monitoring": "https://github.com/nordcloud/mca-monitoring/releases/download/v0.1.4/mca-monitoring-0.1.4.tgz"
21+
"mca-monitoring": "https://github.com/nordcloud/mca-monitoring/releases/download/v0.2.4/mca-monitoring-0.2.4.tgz"
3122
}
3223
}

0 commit comments

Comments
 (0)