Skip to content

Commit

Permalink
Merge pull request #74 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Nov 6, 2024
2 parents 9dca220 + 37bc9b1 commit 0621ac7
Show file tree
Hide file tree
Showing 9 changed files with 295 additions and 61 deletions.
326 changes: 280 additions & 46 deletions Cargo.lock

Large diffs are not rendered by default.

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.1"
version = "0.9.2"
edition = "2021"

[dependencies]
Expand Down
12 changes: 6 additions & 6 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/kit": "^2.7.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"globals": "^15.12.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": "^5.1.4",
"svelte": "^5.1.10",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"common": "^0.0.0",
"hono": "^4.6.8"
"hono": "^4.6.9"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"typescript": "^5.6.3",
"wrangler": "^3.83.0"
"wrangler": "^3.84.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"common": "workspace:*",
"hono": "^4.6.8"
"hono": "^4.6.9"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"typescript": "^5.6.3",
"wrangler": "^3.83.0"
"wrangler": "^3.84.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.1.0",
"arctic": "^2.2.1",
"oslo": "^1.2.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"devDependencies": {
"prisma-kysely": "^1.8.0",
"prisma": "^5.21.1"
"prisma": "^5.22.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.20241022.0",
"@sveltejs/adapter-cloudflare": "^4.7.4",
"wrangler": "^3.83.0",
"wrangler": "^3.84.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.16",
"@tanstack/svelte-query": "^5.59.17",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.1.1",
Expand Down

0 comments on commit 0621ac7

Please sign in to comment.