Skip to content

Commit

Permalink
update deps & fix db indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Oct 17, 2023
1 parent 5a0ed44 commit 63e0a93
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 279 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,33 @@
"drizzle:push": "drizzle-kit push:sqlite"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230914.0",
"@types/node": "^20.6.5",
"@cloudflare/workers-types": "^4.20231016.0",
"@types/node": "^20.8.6",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-json": "^3.1.0",
"husky": "^8.0.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"wrangler": "3.9.0"
"wrangler": "3.13.1"
},
"private": true,
"dependencies": {
"@hono/zod-openapi": "^0.6.0",
"@libsql/client": "0.3.4",
"@hono/zod-openapi": "^0.7.2",
"@libsql/client": "0.3.5",
"@lucia-auth/adapter-session-unstorage": "^2.1.0",
"@lucia-auth/adapter-sqlite": "^2.0.0",
"@lucia-auth/oauth": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@lucia-auth/oauth": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"better-sqlite3": "^9.0.0",
"drizzle-orm": "^0.28.6",
"hono": "^3.7.2",
"lucia": "^2.7.0",
"mysql2": "^3.6.1",
"hono": "^3.8.0",
"lucia": "^2.7.1",
"mysql2": "^3.6.2",
"prettier": "^3.0.3",
"unstorage": "^1.9.0",
"zod": "^3.22.2"
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 63e0a93

Please sign in to comment.