Skip to content

Commit

Permalink
fix: prisma 降级处理
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Aug 16, 2024
1 parent 613a826 commit 95cdf47
Show file tree
Hide file tree
Showing 2 changed files with 1,799 additions and 1,319 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@aws-sdk/client-s3": "^3.626.0",
"@douyinfe/semi-ui": "^2.63.1",
"@nextui-org/react": "^2.4.6",
"@prisma/client": "^5.18.0",
"@prisma/client": "5.17.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.41",
"prisma": "^5.18.0",
"prisma": "5.17.0",
"tailwindcss": "^3.4.8",
"typescript": "^5.5.4"
}
Expand Down
Loading

0 comments on commit 95cdf47

Please sign in to comment.