Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Oct 10, 2024
1 parent 34cfe60 commit 3e9ebfd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
// },
// },
},
vite: {
ssr: { external: ["@tanstack/solid-query"] },
},
// vite: {
// ssr: { external: ["@tanstack/solid-query"] },
// },
});
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,46 @@
},
"dependencies": {
"@auth/core": "latest",
"@auth/drizzle-adapter": "1.6.0",
"@dotenvx/dotenvx": "^1.14.2",
"@auth/drizzle-adapter": "1.7.0",
"@dotenvx/dotenvx": "^1.17.0",
"@elysiajs/eden": "^1.1.3",
"@kobalte/core": "^0.13.6",
"@kobalte/core": "^0.13.7",
"@solid-mediakit/auth": "latest",
"@solid-primitives/i18n": "^2.1.1",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.7",
"@solidjs/router": "^0.14.8",
"@solidjs/start": "^1.0.8",
"@tanstack/solid-query": "^5.59.0",
"@tanstack/solid-query": "^5.59.6",
"dayjs": "^1.11.13",
"drizzle-orm": "^0.33.0",
"drizzle-orm": "^0.34.1",
"drizzle-typebox": "^0.1.1",
"elysia": "^1.1.18",
"elysia": "^1.1.19",
"postgres": "3.4.4",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"vinxi": "^0.4.3"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.59.1",
"@tanstack/solid-query-devtools": "^5.59.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@tanstack/solid-query-devtools": "^5.59.6",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-kit": "^0.24.2",
"drizzle-kit": "^0.25.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-drizzle": "0.2.3",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwind-merge": "^2.5.3",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 3e9ebfd

Please sign in to comment.