Skip to content

Commit

Permalink
chore: prisma 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
doputer committed Nov 30, 2022
1 parent 614a8f2 commit 4988231
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "NODE_ENV=prod node -r ./tsconfig-paths.js dist/index.js"
},
"dependencies": {
"@prisma/client": "^4.6.1",
"@prisma/client": "^4.7.0",
"aws-sdk": "^2.1259.0",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"prisma": "^4.6.1",
"prisma": "^4.7.0",
"ts-node": "^10.9.1",
"tsc-watch": "^5.0.3",
"tsconfig-paths": "^4.1.0",
Expand Down

0 comments on commit 4988231

Please sign in to comment.