Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Oct 20, 2023
1 parent 2917685 commit e296c5f
Show file tree
Hide file tree
Showing 2 changed files with 1,572 additions and 800 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,34 @@
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.27",
"@cloudflare/workers-types": "^4.20230821.0",
"@iconify-json/tabler": "^1.1.89",
"@lucia-auth/adapter-sqlite": "^2.0.0",
"@cloudflare/workers-types": "^4.20231016.0",
"@iconify-json/tabler": "^1.1.95",
"@lucia-auth/adapter-sqlite": "^2.0.1",
"@nuxt/devtools": "latest",
"@nuxthq/ui": "^2.7.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.0.2",
"@trpc/client": "^10.37.1",
"@trpc/server": "^10.37.1",
"@types/better-sqlite3": "^7.6.4",
"@types/node": "^20.5.3",
"@vite-pwa/nuxt": "^0.1.0",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"better-sqlite3": "^8.5.1",
"@trpc/client": "^10.41.0",
"@trpc/server": "^10.41.0",
"@types/better-sqlite3": "^7.6.6",
"@types/node": "^20.8.7",
"@vite-pwa/nuxt": "^0.1.1",
"@vueuse/core": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"better-sqlite3": "^9.0.0",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.3",
"eslint": "^8.47.0",
"lint-staged": "^14.0.1",
"lucia": "^2.4.0",
"nuxt": "^3.7.0",
"pino": "^8.15.0",
"drizzle-orm": "^0.28.6",
"eslint": "^8.51.0",
"lint-staged": "^15.0.2",
"lucia": "^2.7.1",
"nuxt": "^3.8.0",
"pino": "^8.16.0",
"simple-git-hooks": "^2.9.0",
"std-env": "^3.4.3",
"superjson": "^1.13.1",
"trpc-nuxt": "^0.10.11",
"vue-tsc": "^1.8.8",
"zod": "^3.22.2"
"superjson": "^2.0.0",
"trpc-nuxt": "^0.10.12",
"vue-tsc": "^1.8.19",
"zod": "^3.22.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit e296c5f

Please sign in to comment.