Skip to content

Commit

Permalink
Merge pull request #107 from planetscale/perf
Browse files Browse the repository at this point in the history
Performance Boosts
  • Loading branch information
thejessewinton authored Feb 29, 2024
2 parents ce0e078 + 82b04a1 commit d2dd09b
Show file tree
Hide file tree
Showing 28 changed files with 1,557 additions and 1,283 deletions.
76 changes: 40 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"build": "next build",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
Expand All @@ -15,76 +16,79 @@
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.6.0",
"@planetscale/database": "^1.14.0",
"@prisma/adapter-planetscale": "^5.8.1",
"@prisma/client": "^5.8.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.7.1",
"@t3-oss/env-nextjs": "^0.8.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.43.6",
"@trpc/next": "^10.43.6",
"@trpc/react-query": "^10.43.6",
"@trpc/server": "^10.43.6",
"@trpc/client": "^10.45.0",
"@trpc/next": "^10.45.0",
"@trpc/react-query": "^10.45.0",
"@trpc/server": "^10.45.0",
"@tryfabric/mack": "^1.2.1",
"class-variance-authority": "^0.7.0",
"cloudinary": "^1.41.0",
"clsx": "^2.0.0",
"client-only": "^0.0.1",
"cloudinary": "^1.41.3",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"date-fns": "^3.3.1",
"gemoji": "^8.1.0",
"isomorphic-dompurify": "^1.10.0",
"jsdom": "^23.0.1",
"marked": "^11.0.0",
"match-sorter": "^6.3.1",
"next": "^14.0.3",
"isomorphic-dompurify": "^2.3.0",
"marked": "^11.2.0",
"match-sorter": "^6.3.3",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"node-html-parser": "^6.1.12",
"react": "18.2.0",
"react-beforeunload": "^2.6.0",
"react-detect-click-outside": "^1.1.7",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.4.1",
"react-hotkeys-hook": "^4.4.4",
"react-textarea-autosize": "^8.5.3",
"server-only": "^0.0.1",
"sharp": "^0.33.0",
"string-ts": "^1.3.3",
"sharp": "^0.33.2",
"string-ts": "^2.0.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.0.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-radix": "^2.8.0",
"textarea-caret": "^3.1.0",
"textarea-markdown-editor": "^1.0.4",
"use-debounce": "^10.0.0",
"use-item-list": "^0.1.2",
"zod": "^3.22.4",
"zustand": "^4.4.7"
"zustand": "^4.5.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.3",
"@next/eslint-plugin-next": "^14.1.0",
"@svgr/cli": "^8.1.0",
"@svgr/core": "^8.1.0",
"@types/eslint": "^8.44.7",
"@types/eslint": "^8.56.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-beforeunload": "^2.1.4",
"@types/react-dom": "^18.2.15",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/react-beforeunload": "^2.1.5",
"@types/react-dom": "^18.2.18",
"@types/textarea-caret": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.54.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.6.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.8.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"ct3aMetadata": {
"initVersion": "7.24.0"
Expand Down
Loading

0 comments on commit d2dd09b

Please sign in to comment.