Skip to content

Commit

Permalink
ci: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
create-o7-app[bot] authored and ottomated committed May 15, 2024
1 parent 4cda1b3 commit be05ef0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions template_builder/templates/extras/{D1}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/better-sqlite3": "^7.6.10",
"prisma-kysely": "^1.8.0",
"prisma": "^5.13.0",
"wrangler": "^3.55.0"
"prisma": "^5.14.0",
"wrangler": "^3.56.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"prisma-kysely": "^1.8.0",
"prisma": "^5.13.0"
"prisma": "^5.14.0"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Sqlite}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"@types/better-sqlite3": "^7.6.10",
"prisma-kysely": "^1.8.0",
"prisma": "^5.13.0"
"prisma": "^5.14.0"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Svelte5}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"svelte": "^5.0.0-next.132",
"svelte": "^5.0.0-next.133",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}

0 comments on commit be05ef0

Please sign in to comment.