Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopolak committed Dec 31, 2023
1 parent da164c5 commit c43e868
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 1,288 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@iconify-json/emojione": "^1.1.10",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/logos": "^1.1.41",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/noto": "^1.1.18",
"@lucia-auth/adapter-postgresql": "^2.0.2",
"@lucia-auth/oauth": "^3.5.0",
Expand All @@ -27,7 +27,7 @@
"@tailwindcss/typography": "^0.5.10",
"@trpc/server": "^10.45.0",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/pg": "^8.10.9",
"@types/sanitize-html": "^2.9.5",
"@types/showdown": "^2.0.6",
Expand All @@ -37,19 +37,15 @@
"axios": "^1.6.3",
"daisyui": "^4.4.24",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.20.8",
"drizzle-kit": "^0.20.9",
"drizzle-orm": "^0.29.2",
"eslint": "^8.56.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsdom": "^23.0.1",
"lucia": "^2.7.6",
"pg": "^8.11.3",
"pgvector": "^0.1.7",
"postcss": "^8.4.32",
"sanitize-html": "^2.11.0",
"sharp": "^0.33.1",
"showdown": "^2.1.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.4.0",
Expand All @@ -62,9 +58,13 @@
"zod": "^3.22.4"
},
"dependencies": {
"@tanstack/svelte-query": "^5.15.0",
"@tanstack/svelte-query": "^5.15.5",
"@trpc/client": "^10.45.0",
"jsdom": "^23.0.1",
"redoc-svelte": "^0.2.3",
"sanitize-html": "^2.11.0",
"sharp": "^0.33.1",
"showdown": "^2.1.0",
"svelte-french-toast": "^1.2.0",
"svelte-reveal": "^0.7.0",
"svelte-typewriter": "^3.2.2",
Expand Down
Loading

0 comments on commit c43e868

Please sign in to comment.