Skip to content

Commit

Permalink
fix: Added a missing dev dependency (#481)
Browse files Browse the repository at this point in the history
* fix: missing dependency (hello-ts template)

* chore: updated PR comments

---------

Co-authored-by: Daniel Mil <[email protected]>
  • Loading branch information
jpgonzalezra and mildaniel authored Feb 16, 2024
1 parent e3bdf85 commit 3b797ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/jest": "^29.4.0",
"@jest/globals": "^29.4.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.92",
"@types/jest": "^29.4.0",
"@jest/globals": "^29.2.0",
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/jest": "^29.4.0",
"@jest/globals": "^29.4.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.92",
"@types/jest": "^29.2.0",
"@jest/globals": "^29.2.0",
"@types/node": "^18.11.4",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/jest": "^29.4.0",
"@jest/globals": "^29.4.0",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.92",
"@types/jest": "^29.2.0",
"@jest/globals": "^29.2.0",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
Expand Down

0 comments on commit 3b797ed

Please sign in to comment.