Skip to content

Commit

Permalink
bump templates to use latest spin_sdk (#289)
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 authored Sep 6, 2024
1 parent b399cc8 commit 676d850
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/http-js/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.1.0"
"@fermyon/spin-sdk": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion templates/http-ts/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.1.0"
"@fermyon/spin-sdk": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion templates/redis-js/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.1.0"
"@fermyon/spin-sdk": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion templates/redis-ts/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.1.0"
"@fermyon/spin-sdk": "^2.2.0"
}
}

0 comments on commit 676d850

Please sign in to comment.