Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@google-cloud/functions-framework": "^4.0.0",
"typescript": "^5.9.2"
"typescript": "^5.9.3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The typescript package is typically a development dependency. Consider moving it to devDependencies. It's used for compiling your code before deployment and for running tests, but it's not needed at runtime in the production environment. This change can help reduce the size of your production deployment package and avoid installing unnecessary packages.

},
"devDependencies": {
"@types/chai": "^4.3.17",
Expand Down