Skip to content

Commit

Permalink
update next.js version (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
armanmoztar authored Sep 20, 2024
1 parent e7382d4 commit 5ea01bc
Show file tree
Hide file tree
Showing 2 changed files with 1,085 additions and 1,089 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --write ."
},
"dependencies": {
"@prisma/client": "^5.19.0",
"@prisma/client": "^5.19.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
Expand All @@ -22,11 +22,11 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/themes": "^3.1.3",
"@react-email/components": "0.0.23",
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-table": "^8.20.1",
"@uiw/codemirror-theme-tokyo-night": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-table": "^8.20.5",
"@uiw/codemirror-theme-tokyo-night": "^4.23.2",
"@uiw/react-codemirror": "^4.23.2",
"@uiw/react-textarea-code-editor": "^3.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -38,37 +38,37 @@
"next": "14.2.10",
"next-themes": "^0.3.0",
"path": "^0.12.7",
"pocketbase": "^0.21.4",
"pocketbase": "^0.21.5",
"postgres": "^3.4.4",
"react": "^18",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-json-editor-ajrm": "^2.5.14",
"react-markdown": "^9.0.1",
"recharts": "^2.12.7",
"remark-gfm": "^4.0.0",
"sonner": "^1.5.0",
"swiper": "^11.1.9",
"tailwind-merge": "^2.4.0",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint": "^8",
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"prisma": "^5.19.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"prisma": "^5.19.1",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 5ea01bc

Please sign in to comment.