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 26, 2024
1 parent cf85cc1 commit e49225d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@sveltejs/adapter-auto": "^3.3.0",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
Expand All @@ -25,7 +25,7 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^5.1.2",
"svelte": "^5.1.3",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
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.6"
"hono": "^4.6.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.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.6"
"hono": "^4.6.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@sveltejs/adapter-cloudflare": "^4.7.3",
"@sveltejs/adapter-cloudflare": "^4.7.4",
"wrangler": "^3.83.0",
"@sveltejs/adapter-auto": null
}
Expand Down

0 comments on commit e49225d

Please sign in to comment.