Skip to content

Commit

Permalink
Merge pull request #37 from mbonig/cdk-bump
Browse files Browse the repository at this point in the history
updating to 1.85.0
  • Loading branch information
mbonig authored Jan 18, 2021
2 parents 9011d5c + b61ba9a commit 0cd8cbe
Show file tree
Hide file tree
Showing 4 changed files with 10,165 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ const project = new AwsCdkConstructLibrary({
authorAddress: "[email protected]",
authorName: "Matthew Bonig",
authorOrganization: true,
cdkVersion: "1.80.0",
cdkVersion: "1.85.0",
description: "A redrive construct to use with an SQS queue and it's dead letter queue",
catalog: {
announce: true,
twitter: 'mattbonig'
},
devDeps: [
"parcel",
"yarn",
"esbuild"
],
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 Matthew Bonig
Copyright (c) 2021 Matthew Bonig

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"organization": true
},
"devDependencies": {
"@aws-cdk/assert": "^1.75.0",
"@aws-cdk/assert": "^1.85.0",
"@types/jest": "^26.0.7",
"@types/node": "^10.17.0",
"@typescript-eslint/eslint-plugin": "^4.3.0",
Expand All @@ -59,17 +59,17 @@
"yarn": "1.22.10"
},
"peerDependencies": {
"@aws-cdk/aws-lambda": "^1.75.0",
"@aws-cdk/aws-lambda-nodejs": "^1.75.0",
"@aws-cdk/aws-sqs": "^1.75.0",
"@aws-cdk/core": "^1.75.0",
"@aws-cdk/aws-lambda": "^1.85.0",
"@aws-cdk/aws-lambda-nodejs": "^1.85.0",
"@aws-cdk/aws-sqs": "^1.85.0",
"@aws-cdk/core": "^1.85.0",
"constructs": "^3.2.27"
},
"dependencies": {
"@aws-cdk/aws-lambda": "^1.75.0",
"@aws-cdk/aws-lambda-nodejs": "^1.75.0",
"@aws-cdk/aws-sqs": "^1.75.0",
"@aws-cdk/core": "^1.75.0"
"@aws-cdk/aws-lambda": "^1.85.0",
"@aws-cdk/aws-lambda-nodejs": "^1.85.0",
"@aws-cdk/aws-sqs": "^1.85.0",
"@aws-cdk/core": "^1.85.0"
},
"bundledDependencies": [],
"keywords": [
Expand Down
Loading

0 comments on commit 0cd8cbe

Please sign in to comment.