Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-06-11 15:35:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a1f1660ceb8843d364e19851ef4f376e9bdd401
3a1f1660
1 parent
4b0d2cb5
update @prisma/client version
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
back/package.json
back/package.json
View file @
3a1f166
...
...
@@ -16,7 +16,7 @@
"license"
:
"ISC"
,
"homepage"
:
"https://bitbucket.org/vel1024/capstone2#readme"
,
"dependencies"
:
{
"@prisma/client"
:
"^2.0.0
-beta.2
"
,
"@prisma/client"
:
"^2.0.0"
,
"@sendgrid/mail"
:
"^7.0.1"
,
"bcryptjs"
:
"^2.4.3"
,
"country-data"
:
"0.0.31"
,
...
...
@@ -33,7 +33,7 @@
"@babel/core"
:
"^7.9.0"
,
"@babel/node"
:
"^7.8.7"
,
"@babel/preset-env"
:
"^7.9.0"
,
"@prisma/cli"
:
"^2.0.0-beta.
5
"
,
"@prisma/cli"
:
"^2.0.0-beta.
8
"
,
"morgan"
:
"^1.10.0"
,
"nodemon"
:
"^2.0.2"
}
...
...
Please
register
or
login
to post a comment