Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from cohalz/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
cohalz authored Jun 16, 2019
2 parents 202c91b + 8e27bca commit 24187fc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
},
"private": true,
"devDependencies": {
"@aws-cdk/assert": "^0.34.0",
"@aws-cdk/aws-autoscalingplans": "^0.34.0",
"@aws-cdk/aws-cloudtrail": "^0.34.0",
"@aws-cdk/aws-codebuild": "^0.34.0",
"@aws-cdk/aws-ecs": "^0.34.0",
"@aws-cdk/aws-s3-deployment": "^0.34.0",
"@aws-cdk/aws-ssm": "^0.34.0",
"@aws-cdk/cdk": "^0.34.0",
"aws-cdk": "^0.34.0",
"@aws-cdk/assert": "0.34.0",
"@aws-cdk/aws-autoscalingplans": "0.34.0",
"@aws-cdk/aws-cloudtrail": "0.34.0",
"@aws-cdk/aws-codebuild": "0.34.0",
"@aws-cdk/aws-ecs": "0.34.0",
"@aws-cdk/aws-s3-deployment": "0.34.0",
"@aws-cdk/aws-ssm": "0.34.0",
"@aws-cdk/cdk": "0.34.0",
"aws-cdk": "0.34.0",
"@types/jest": "24.0.14",
"@types/node": "^12.0.7",
"@types/node": "12.0.8",
"jest": "24.8.0",
"npm-run-all": "4.1.5",
"prettier": "1.18.2",
Expand Down

0 comments on commit 24187fc

Please sign in to comment.