Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/typescript-5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 13, 2024
2 parents c912adb + 620c6dd commit abf83db
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
21 changes: 9 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion usecases/blea-gov-base-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"aws-cdk-lib": "^2.160.0",
"constructs": "^10.3.0"
"constructs": "^10.4.1"
}
}
4 changes: 2 additions & 2 deletions usecases/blea-gov-base-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.18.0",
"aws-cdk-lib": "^2.160.0",
"constructs": "^10.3.0",
"constructs": "^10.4.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
Expand All @@ -33,6 +33,6 @@
},
"dependencies": {
"aws-cdk-lib": "^2.160.0",
"constructs": "^10.3.0"
"constructs": "^10.4.1"
}
}
2 changes: 1 addition & 1 deletion usecases/blea-guest-ec2-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"aws-cdk-lib": "^2.160.0",
"constructs": "^10.3.0",
"constructs": "^10.4.1",
"source-map-support": "^0.5.21"
}
}
2 changes: 1 addition & 1 deletion usecases/blea-guest-ecs-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"aws-cdk-lib": "^2.160.0",
"constructs": "^10.3.0",
"constructs": "^10.4.1",
"source-map-support": "^0.5.21"
}
}
2 changes: 1 addition & 1 deletion usecases/blea-guest-serverless-api-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"aws-cdk-lib": "^2.160.0",
"aws-sdk": "^2.1691.0",
"aws-xray-sdk": "^3.10.1",
"constructs": "^10.3.0",
"constructs": "^10.4.1",
"source-map-support": "^0.5.21"
}
}

0 comments on commit abf83db

Please sign in to comment.