Skip to content

Commit

Permalink
fix: 更新依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Aug 8, 2024
1 parent a3208fb commit 30a8da2
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 574 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"prebuild": "npx prisma generate"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"@ant-design/nextjs-registry": "^1.0.1",
"@auth/prisma-adapter": "^2.4.2",
"@aws-sdk/client-s3": "^3.620.1",
"@aws-sdk/client-s3": "^3.626.0",
"@douyinfe/semi-ui": "^2.63.1",
"@nextui-org/react": "^2.4.6",
"@prisma/client": "^5.17.0",
"@prisma/client": "^5.18.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.1.1",
"antd": "^5.19.4",
"antd": "^5.20.0",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -36,14 +36,15 @@
"cuid": "^3.0.0",
"dayjs": "^1.11.12",
"exifreader": "^4.23.3",
"lucide-react": "0.417.0",
"framer-motion": "^11.3.24",
"lucide-react": "^0.424.0",
"next": "^14.2.5",
"next-auth": "^5.0.0-beta.19",
"next-auth": "^5.0.0-beta.20",
"next-nprogress-bar": "^2.3.13",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-photo-album": "^3.0.0",
"react-photo-album": "^3.0.1",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
Expand All @@ -58,15 +59,15 @@
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.14.13",
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.40",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.7",
"postcss": "^8.4.41",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.8",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 30a8da2

Please sign in to comment.