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] committed Oct 16, 2024
1 parent 3b24257 commit d0935ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "^8.0.0-alpha.62",
"vite": "^5.4.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"common": "^0.0.0",
"hono": "^4.6.4"
"hono": "^4.6.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241011.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"common": "workspace:*",
"hono": "^4.6.4"
"hono": "^4.6.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241011.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"devDependencies": {
"prisma-kysely": "^1.8.0",
"prisma": "^5.20.0"
"prisma": "^5.21.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.265",
"svelte": "^5.0.0-next.266",
"eslint-plugin-svelte": "^2.36.0-next.13",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.8"
}
Expand Down

0 comments on commit d0935ea

Please sign in to comment.