Skip to content

Commit

Permalink
chore: Upgrade nodejs template packages to latest compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
nezort11 authored Mar 2, 2024
1 parent eee3bd8 commit 553c56e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"deploy": "npm run build && npx --no-install serverless deploy"
},
"devDependencies": {
"@yandex-cloud/serverless-plugin": "^1.0.2",
"@yandex-cloud/function-types": "^2.0.1",
"serverless": "^3.16.0",
"typescript": "^4.5.4"
"@yandex-cloud/serverless-plugin": "^1.7.18",
"@yandex-cloud/function-types": "^2.1.1",
"serverless": "^3.38.0",
"typescript": "^4.9.5"
}
}

0 comments on commit 553c56e

Please sign in to comment.