Skip to content

Commit

Permalink
Merge pull request #69 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Oct 4, 2024
2 parents 269708c + 8ecc08c commit 7c7dea7
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 24 deletions.
39 changes: 24 additions & 15 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.11"
version = "0.8.12"
edition = "2021"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"devDependencies": {
"@eslint/js": "^9.11.1",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.6.0",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^15.9.0",
"globals": "^15.10.0",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^4.2.19",
"svelte-check": "^4.0.3",
"svelte-check": "^4.0.4",
"tailwindcss": "^3.4.13",
"typescript": "~5.6.2",
"typescript-eslint": "^8.0.0-alpha.62",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"typescript": "^5.6.2",
"wrangler": "^3.78.10"
"wrangler": "^3.79.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"typescript": "^5.6.2",
"wrangler": "^3.78.10"
"wrangler": "^3.79.0"
}
}
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.20240925.0",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"wrangler": "^3.78.10",
"wrangler": "^3.79.0",
"@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.259",
"svelte": "^5.0.0-next.262",
"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.56.2",
"@tanstack/svelte-query": "^5.59.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.1.1",
Expand Down

0 comments on commit 7c7dea7

Please sign in to comment.