Skip to content

Commit

Permalink
Merge pull request #295 from karthik2804/bump_templates
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Nov 12, 2024
2 parents b25de5c + e7cf4f0 commit cbcd776
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions templates/http-js/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"devDependencies": {
"mkdirp": "^3.0.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"@fermyon/knitwit": "https://github.com/fermyon/knitwit#127f09d1f4c5992ee94243583940ef7e28df443e"
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.2.0"
"@fermyon/spin-sdk": "^2.3.0"
}
}
5 changes: 2 additions & 3 deletions templates/http-ts/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"@fermyon/knitwit": "https://github.com/fermyon/knitwit#127f09d1f4c5992ee94243583940ef7e28df443e"
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.2.0"
"@fermyon/spin-sdk": "^2.3.0"
}
}
5 changes: 2 additions & 3 deletions templates/redis-js/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"devDependencies": {
"mkdirp": "^3.0.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"@fermyon/knitwit": "https://github.com/fermyon/knitwit#127f09d1f4c5992ee94243583940ef7e28df443e"
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.2.0"
"@fermyon/spin-sdk": "^2.3.0"
}
}
5 changes: 2 additions & 3 deletions templates/redis-ts/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"@fermyon/knitwit": "https://github.com/fermyon/knitwit#127f09d1f4c5992ee94243583940ef7e28df443e"
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.2.0"
"@fermyon/spin-sdk": "^2.3.0"
}
}

0 comments on commit cbcd776

Please sign in to comment.