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 Sep 8, 2022
1 parent 97a2a28 commit 9ee8b4b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ package-lock.json
scratch/
test/mock/*/.db
test/mock/*/src/*/*/vendor/
test/mock/*/*.test
test/mock/*/tmp
test/mock/tmp

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

## [5.3.4] 2022-09-07

### Changed

- Updated dependencies

---

## [5.3.3] 2022-08-04

### Changed
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
],
"dependencies": {
"@architect/asap": "~5.0.1",
"@architect/create": "~4.0.5",
"@architect/hydrate": "~3.1.0",
"@architect/inventory": "~3.2.2",
"@architect/create": "~4.1.0",
"@architect/hydrate": "~3.1.3",
"@architect/inventory": "~3.3.0",
"@architect/utils": "~3.1.2",
"@begin/hashid": "~1.0.0",
"aws-sdk": "2.1001.0",
"aws-sdk": "2.1055.0",
"chalk": "4.1.2",
"chokidar": "~3.5.3",
"depstatus": "~1.1.1",
Expand All @@ -55,7 +55,7 @@
},
"devDependencies": {
"@architect/eslint-config": "~2.0.1",
"@architect/functions": "~5.2.1",
"@architect/functions": "~5.2.2",
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
"cross-env": "~7.0.3",
"eslint": "~8.23.0",
Expand Down
1 change: 0 additions & 1 deletion test/mock/plugins-sync/syncplugin.test

This file was deleted.

0 comments on commit 9ee8b4b

Please sign in to comment.