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 Sep 24, 2024
1 parent 7210a9f commit d6989b8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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 @@ -10,12 +10,12 @@
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.0",
Expand All @@ -27,7 +27,7 @@
"prettier-plugin-tailwindcss": "^0.6.6",
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "~5.6.2",
"typescript-eslint": "^8.0.0-alpha.62",
"vite": "^5.4.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"common": "^0.0.0",
"hono": "^4.6.2"
"hono": "^4.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240919.0",
"typescript": "^5.6.2",
"wrangler": "^3.78.7"
"wrangler": "^3.78.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"common": "workspace:*",
"hono": "^4.6.2"
"hono": "^4.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240919.0",
"typescript": "^5.6.2",
"wrangler": "^3.78.7"
"wrangler": "^3.78.8"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240919.0",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"wrangler": "^3.78.7",
"wrangler": "^3.78.8",
"@sveltejs/adapter-auto": null
}
}
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.257",
"svelte": "^5.0.0-next.258",
"eslint-plugin-svelte": "^2.36.0-next.13",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7"
}
Expand Down

0 comments on commit d6989b8

Please sign in to comment.