Skip to content

Commit

Permalink
Merge pull request #28 from neoskop/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to v5
  • Loading branch information
arnediekmann authored Aug 10, 2023
2 parents aa82220 + 371b995 commit 123c354
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions template/typescript/function/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 template/typescript/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "OpenFaaS Ltd",
"license": "MIT",
"devDependencies": {
"typescript": "4.9.5"
"typescript": "5.1.6"
},
"dependencies": {
"@types/node": "18.15.3"
Expand Down
16 changes: 8 additions & 8 deletions template/typescript/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 template/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nodemon": "2.0.21",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.2",
"typescript": "4.9.5"
"typescript": "5.1.6"
},
"engines": {
"node": ">=14.16"
Expand Down

0 comments on commit 123c354

Please sign in to comment.