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 10, 2024
1 parent f971dfe commit afd187f
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 @@ -12,7 +12,7 @@
"devDependencies": {
"@eslint/js": "^9.12.0",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.6.3",
"@sveltejs/kit": "^2.6.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
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.263",
"svelte": "^5.0.0-next.264",
"eslint-plugin-svelte": "^2.36.0-next.13",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7"
}
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Trpc}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@tanstack/svelte-query": "^5.59.0",
"@tanstack/svelte-query": "^5.59.6",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.1.1",
Expand Down

0 comments on commit afd187f

Please sign in to comment.