Skip to content

Commit

Permalink
Merge pull request #61 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Aug 1, 2024
2 parents bb8141b + 99df13c commit 3bd33eb
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 17 deletions.
21 changes: 14 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,7 +1,7 @@
[package]
name = "create-o7-app"
authors = ["Ottomated"]
version = "0.8.3"
version = "0.8.4"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^3.8.5",
"tailwindcss": "^3.4.7",
"typescript": "~5.5.4",
"typescript-eslint": "^8.0.0-alpha.54",
"typescript-eslint": "^8.0.0-alpha.62",
"vite": "^5.3.5"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Kysely, type RawBuilder, sql } from 'kysely';
import { LibsqlDialect } from '@ottomated/kysely-libsql';
import { LibsqlDialect } from '@libsql/kysely-libsql';
import type { DB } from './schema';
import { dev } from '$app/environment';
import { TURSO_TOKEN, TURSO_URL } from '$env/static/private';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"common": "^0.0.0",
"hono": "^4.5.1"
"hono": "^4.5.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240725.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"common": "workspace:*",
"hono": "^4.5.1"
"hono": "^4.5.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240725.0",
Expand Down
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.200",
"svelte": "^5.0.0-next.205",
"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.51.15",
"@tanstack/svelte-query": "^5.51.16",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions template_builder/templates/extras/{Turso}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"db:push": "node ./prisma/push.mjs"
},
"dependencies": {
"@ottomated/kysely-libsql": "^0.4.0",
"@libsql/client": "^0.7.0"
"@libsql/kysely-libsql": "^0.4.1",
"@libsql/client": "^0.8.0"
},
"devDependencies": {
"dotenv": "^16.4.5",
Expand Down

0 comments on commit 3bd33eb

Please sign in to comment.