Skip to content

Commit

Permalink
Merge pull request #7 from erich2s/upgrade-to-nextjs14
Browse files Browse the repository at this point in the history
Upgrade to nextjs14
  • Loading branch information
erich2s authored Oct 28, 2023
2 parents 716c9cd + 8dc2da6 commit 04dd636
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 345 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"dependencies": {
"@amap/amap-jsapi-types": "^0.0.13",
"@heycar/amap-jsapi-loader": "^1.0.1",
"@hookform/resolvers": "^3.3.1",
"@prisma/client": "5.3.1",
"@hookform/resolvers": "^3.3.2",
"@prisma/client": "5.5.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@tanstack/react-table": "^8.10.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "^8.10.7",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
Expand All @@ -44,33 +44,33 @@
"clsx": "^1.2.1",
"framer-motion": "^10.16.4",
"lucide-react": "^0.259.0",
"next": "13.5.2",
"next-auth": "^4.23.1",
"next": "14.0.0",
"next-auth": "^4.24.4",
"postcss": "8.4.25",
"pretty-print-json": "^2.0.3",
"pretty-print-json": "^2.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-use": "^17.4.0",
"sharp": "^0.32.6",
"supports-color": "8.1.1",
"swr": "^2.2.2",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.7",
"web-push": "^3.6.6",
"xlsx": "^0.18.5",
"zod": "^3.22.2",
"zustand": "^4.4.1"
"zod": "^3.22.4",
"zustand": "^4.4.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/bcrypt": "^5.0.1",
"@types/node": "20.4.1",
"@types/web-push": "^3.6.0",
"@types/web-push": "^3.6.2",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"prisma": "^5.3.1",
"prisma": "^5.5.2",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
}
Expand Down
Loading

0 comments on commit 04dd636

Please sign in to comment.