Skip to content

Commit

Permalink
Merge pull request #70 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Oct 12, 2024
2 parents 25a7fd1 + 8a8771b commit 1a5b30c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 36 deletions.
27 changes: 9 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "create-o7-app"
authors = ["Ottomated"]
version = "0.8.12"
version = "0.8.13"
edition = "2021"

[dependencies]
Expand Down
10 changes: 5 additions & 5 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.12.0",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/kit": "^2.6.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^15.10.0",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
Expand All @@ -28,7 +28,7 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"tailwindcss": "^3.4.13",
"typescript": "~5.6.2",
"typescript": "~5.6.3",
"typescript-eslint": "^8.0.0-alpha.62",
"vite": "^5.4.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"hono": "^4.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"typescript": "^5.6.2",
"wrangler": "^3.79.0"
"@cloudflare/workers-types": "^4.20241004.0",
"typescript": "^5.6.3",
"wrangler": "^3.80.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"hono": "^4.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"typescript": "^5.6.2",
"wrangler": "^3.79.0"
"@cloudflare/workers-types": "^4.20241004.0",
"typescript": "^5.6.3",
"wrangler": "^3.80.3"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Auth}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"oslo": "^1.2.1"
},
"devDependencies": {
"lucia": "^3.2.0"
"lucia": "^3.2.1"
}
}
4 changes: 2 additions & 2 deletions template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@cloudflare/workers-types": "^4.20241004.0",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"wrangler": "^3.79.0",
"wrangler": "^3.80.3",
"@sveltejs/adapter-auto": null
}
}
4 changes: 2 additions & 2 deletions template_builder/templates/extras/{Svelte5}package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"svelte": "^5.0.0-next.262",
"svelte": "^5.0.0-next.264",
"eslint-plugin-svelte": "^2.36.0-next.13",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7"
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.8"
}
}
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.9",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.1.1",
Expand Down

0 comments on commit 1a5b30c

Please sign in to comment.