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 Jun 4, 2024
1 parent 06c7f29 commit 32d2de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -29,7 +29,7 @@
"svelte-check": "^3.8.0",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5",
"typescript-eslint": "^7.11.0",
"typescript-eslint": "^7.12.0",
"vite": "^5.2.12"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@cloudflare/workers-types": "^4.20240529.0",
"@cloudflare/workers-types": "^4.20240603.0",
"@sveltejs/adapter-cloudflare": "^4.4.0",
"@sveltejs/adapter-auto": null
}
Expand Down
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.148",
"svelte": "^5.0.0-next.149",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}

0 comments on commit 32d2de2

Please sign in to comment.