Skip to content

Commit

Permalink
chore(layers): downgrade aws cdk to 2.145.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Jun 27, 2024
1 parent b1cd636 commit 84dca64
Show file tree
Hide file tree
Showing 4 changed files with 4,959 additions and 4,180 deletions.
5 changes: 2 additions & 3 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@types/aws-lambda": "^8.10.140",
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"aws-cdk": "^2.146.0",
"aws-cdk-lib": "^2.146.0",
"aws-cdk": "^2.145.0",
"aws-cdk-lib": "^2.145.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"source-map-support": "^0.5.21",
Expand All @@ -57,7 +57,6 @@
"@types/aws-lambda": "^8.10.140",
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"aws-cdk": "^2.146.0",
"constructs": "^10.3.0",
"esbuild": "^0.21.5",
"jest": "^29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"source-map-support": "^0.5.21"
},
"dependencies": {
"aws-cdk": "^2.146.0",
"aws-cdk-lib": "^2.146.0",
"aws-cdk": "^2.145.0",
"aws-cdk-lib": "^2.145.0",
"esbuild": "^0.21.5"
}
}
Loading

0 comments on commit 84dca64

Please sign in to comment.