Skip to content

Commit

Permalink
Changes in frontend dependencies
Browse files Browse the repository at this point in the history
Moved prisma to devdependencies.
  • Loading branch information
chrsrns committed Oct 18, 2023
1 parent 04b7973 commit 4e1cc96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src-frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"darkreader": "^4.9.66",
"js-cookie": "^3.0.5",
"moment": "^2.29.4",
"prisma": "^5.4.2",
"prisma-client": "^0.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-big-calendar": "^1.8.4",
Expand Down Expand Up @@ -65,6 +63,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"prisma": "^5.4.2"
}
}

0 comments on commit 4e1cc96

Please sign in to comment.