Skip to content

Commit

Permalink
Merge pull request #114 from nezort11/patch-1
Browse files Browse the repository at this point in the history
chore: Upgrade nodejs template packages to latest compatible
  • Loading branch information
DavyJohnes authored Mar 4, 2024
2 parents eee3bd8 + 553c56e commit 35a8f00
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 35a8f00

Please sign in to comment.