Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 4, 2022
1 parent c62a979 commit b2083a2
Show file tree
Hide file tree
Showing 11 changed files with 166 additions and 236 deletions.
2 changes: 1 addition & 1 deletion architect-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"@architect/plugin-typescript": "0.1.0",
"source-map-support": "0.5.21"
},
"packageManager": "pnpm@7.7.1"
"packageManager": "pnpm@7.8.0"
}
6 changes: 3 additions & 3 deletions cdk-dynamic-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cdk": "cdk"
},
"devDependencies": {
"aws-cdk": "2.34.2",
"aws-cdk": "2.35.0",
"@types/jest": "28.1.6",
"@types/node": "18.6.3",
"jest": "28.1.3",
Expand All @@ -20,7 +20,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"aws-cdk-lib": "2.34.2",
"constructs": "10.1.62"
"aws-cdk-lib": "2.35.0",
"constructs": "10.1.66"
}
}
99 changes: 21 additions & 78 deletions cdk-dynamic-rendering/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cdk-ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@types/jest": "^28.0.0",
"@types/node": "18.6.3",
"@types/prettier": "2.6.4",
"aws-cdk": "2.34.2",
"aws-cdk": "2.35.0",
"jest": "^28.0.0",
"ts-jest": "28.0.7",
"ts-node": "^10.7.0",
"typescript": "~4.7.0"
},
"dependencies": {
"aws-cdk-lib": "2.34.2",
"aws-cdk-lib": "2.35.0",
"constructs": "^10.1.10",
"source-map-support": "^0.5.21"
}
Expand Down
Loading

0 comments on commit b2083a2

Please sign in to comment.