Skip to content

Commit

Permalink
Move Prisma to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ertrzyiks committed Jan 20, 2025
1 parent d870fbf commit c3eed08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"dependencies": {
"@prisma/client": "6.1.0",
"prisma": "6.1.0",
"@tanstack/react-query": "5.62.15",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
Expand Down Expand Up @@ -60,7 +61,6 @@
"husky": "9.1.7",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"prisma": "6.1.0",
"storybook": "8.4.7",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
Expand Down

0 comments on commit c3eed08

Please sign in to comment.