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 26, 2024
1 parent 90b74ca commit 4484a45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

## [2.1.0] 2024-03-26

### Added

- Added boilerplate handlers for non `@http` Lambda types; thanks @mtranter!

---

## [2.0.0] 2024-02-05

### Changed
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"src/*"
],
"dependencies": {
"@types/aws-lambda": "^8.10.133",
"esbuild": "^0.20.0",
"@types/aws-lambda": "^8.10.136",
"esbuild": "^0.20.2",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@architect/architect": "^11.0.5",
"@architect/architect": "^11.0.6",
"@architect/eslint-config": "^2.1.2",
"@types/node": "^20.11.19",
"@types/node": "^20.11.30",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"tap-arc": "^1.2.2",
"tape": "^5.7.5",
"tiny-json-http": "^7.5.1",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
Expand Down

0 comments on commit 4484a45

Please sign in to comment.