Skip to content

Commit

Permalink
Merge pull request #49 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Jul 9, 2024
2 parents 209e9ea + c7d1b6e commit 1ad192b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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,6 +1,6 @@
[package]
name = "create-o7-app"
version = "0.7.1"
version = "0.7.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte-check": "^3.8.4",
"tailwindcss": "^3.4.4",
"typescript": "~5.5.3",
"typescript-eslint": "^8.0.0-alpha.39",
"typescript-eslint": "^8.0.0-alpha.41",
"vite": "^5.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"kysely": "^0.27.3"
"kysely": "^0.27.4"
},
"devDependencies": {
"prisma-kysely": "^1.8.0",
Expand Down
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.20240620.0",
"@sveltejs/adapter-cloudflare": "^4.6.0",
"wrangler": "^3.63.0",
"@sveltejs/adapter-cloudflare": "^4.6.1",
"wrangler": "^3.63.1",
"@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.173",
"svelte": "^5.0.0-next.178",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}
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.49.1",
"@tanstack/svelte-query": "^5.50.3",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.0.0",
Expand Down

0 comments on commit 1ad192b

Please sign in to comment.