Skip to content

Commit

Permalink
Merge pull request #75 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Nov 13, 2024
2 parents e29f22a + 3a944f5 commit 5934537
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
34 changes: 17 additions & 17 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.9.2"
version = "0.9.3"
edition = "2021"

[dependencies]
Expand Down
14 changes: 7 additions & 7 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"devDependencies": {
"@eslint/js": "^9.14.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.7",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^5.1.10",
"svelte-check": "^4.0.5",
"svelte": "^5.1.16",
"svelte-check": "^4.0.7",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10"
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"hono": "^4.6.9"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241112.0",
"typescript": "^5.6.3",
"wrangler": "^3.84.1"
"wrangler": "^3.86.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"hono": "^4.6.9"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241112.0",
"typescript": "^5.6.3",
"wrangler": "^3.84.1"
"wrangler": "^3.86.1"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Auth}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"arctic": "^2.2.1",
"arctic": "^2.2.2",
"oslo": "^1.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.20241022.0",
"@cloudflare/workers-types": "^4.20241112.0",
"@sveltejs/adapter-cloudflare": "^4.7.4",
"wrangler": "^3.84.1",
"wrangler": "^3.86.1",
"@sveltejs/adapter-auto": null
}
}
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.17",
"@tanstack/svelte-query": "^5.59.20",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.1.1",
Expand Down

0 comments on commit 5934537

Please sign in to comment.