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 6c47f93 commit 87a61e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

---

## [4.0.3] 2024-03-25

### Changed

- Updated dependencies


### Fixed

- Fixed error destroying an app that did not deploy correctly the first time

---

## [4.0.0 - 4.0.2] 2024-01-08

### Changed
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"url": "https://github.com/architect/destroy.git"
},
"dependencies": {
"@architect/inventory": "~4.0.3",
"@architect/utils": "~4.0.2",
"@aws-lite/client": "^0.17.1",
"@architect/inventory": "~4.0.4",
"@architect/utils": "~4.0.4",
"@aws-lite/client": "~0.20.0",
"@aws-lite/cloudformation": "^0.0.4",
"@aws-lite/cloudwatch-logs": "^0.0.4",
"@aws-lite/s3": "^0.1.18",
"@aws-lite/s3": "^0.1.20",
"@aws-lite/ssm": "^0.2.3",
"minimist": "~1.2.8",
"run-parallel": "~1.2.0",
"run-waterfall": "~1.1.7"
},
"devDependencies": {
"@architect/deploy": "~5.0.1",
"@architect/deploy": "~5.0.3",
"@architect/eslint-config": "^2.1.2",
"cross-env": "~7.0.3",
"eslint": "~8.56.0",
"eslint": "~8.57.0",
"nyc": "~15.1.0",
"tap-arc": "~1.2.2",
"tape": "~5.7.4"
"tape": "~5.7.5"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
Expand Down

0 comments on commit 87a61e4

Please sign in to comment.