Skip to content

Commit

Permalink
Update deps and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Mar 25, 2024
1 parent be5990f commit 45af3a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## [5.0.3] 2024-02-13

### Changed

- Updated dependencies


### Fixed

- Fixed issue where entirely custom Lambda-based projects may error when trying to print the project's URL(s) after deploying
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
},
"homepage": "https://github.com/architect/deploy#readme",
"dependencies": {
"@architect/create": "~5.0.1",
"@architect/hydrate": "~4.0.2",
"@architect/inventory": "~4.0.3",
"@architect/package": "~9.0.1",
"@architect/utils": "~4.0.3",
"@architect/create": "~5.0.2",
"@architect/hydrate": "~4.0.3",
"@architect/inventory": "~4.0.4",
"@architect/package": "~9.0.2",
"@architect/utils": "~4.0.4",
"@aws-lite/apigatewayv2": "^0.0.4",
"@aws-lite/client": "~0.18.0-RC.2",
"@aws-lite/client": "~0.20.0",
"@aws-lite/cloudformation": "^0.0.4",
"@aws-lite/cloudfront": "^0.0.8",
"@aws-lite/lambda": "^0.0.5",
"@aws-lite/s3": "^0.1.19",
"@aws-lite/s3": "^0.1.20",
"@aws-lite/ssm": "^0.2.3",
"chalk": "4.1.2",
"fs-extra": "~11.2.0",
Expand All @@ -61,7 +61,7 @@
"@architect/eslint-config": "~2.1.2",
"cross-env": "~7.0.3",
"eslint": "~8.57.0",
"mock-tmp": "~0.0.2",
"mock-tmp": "~0.0.3",
"nyc": "~15.1.0",
"proxyquire": "~2.1.3",
"tap-arc": "~1.2.2",
Expand Down

0 comments on commit 45af3a2

Please sign in to comment.