Skip to content

Commit 629cc49

Browse files
authored
Merge pull request #264 from aws-samples/github-actions/upgrade-main
chore(deps): upgrade dependencies
2 parents 5de13c2 + 81fc816 commit 629cc49

File tree

4 files changed

+101
-104
lines changed

4 files changed

+101
-104
lines changed

.eslintrc.json

Lines changed: 31 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export interface ImagePipelineProps {
145145
/**
146146
* The tags attached to the resource created by Image Builder
147147
*/
148-
readonly resourceTags?: {[key: string]: string};
148+
readonly resourceTags?: { [key: string]: string };
149149
/**
150150
* Schedule configuration for the image pipeline.
151151
*/

0 commit comments

Comments
 (0)