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-07-17 14:40:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ece8f75a60b057500d011943758fdd01fbfce22
0ece8f75
1 parent
caece7af
upgrade packages
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
back/package-lock.json
back/package.json
back/package-lock.json
View file @
0ece8f7
This diff could not be displayed because it is too large.
back/package.json
View file @
0ece8f7
...
...
@@ -16,25 +16,25 @@
"license"
:
"ISC"
,
"homepage"
:
"https://bitbucket.org/vel1024/capstone2#readme"
,
"dependencies"
:
{
"@prisma/client"
:
"^2.
0.0
"
,
"@sendgrid/mail"
:
"^7.
0
.1"
,
"@prisma/client"
:
"^2.
2.2
"
,
"@sendgrid/mail"
:
"^7.
2
.1"
,
"bcryptjs"
:
"^2.4.3"
,
"country-data"
:
"0.0.31"
,
"dotenv"
:
"^8.2.0"
,
"graphql-tools"
:
"^4.0.
7
"
,
"graphql-tools"
:
"^4.0.
8
"
,
"graphql-yoga"
:
"^1.18.3"
,
"jsonwebtoken"
:
"^8.5.1"
,
"merge-graphql-schemas"
:
"^1.7.
6
"
,
"merge-graphql-schemas"
:
"^1.7.
8
"
,
"passport"
:
"^0.4.1"
,
"passport-jwt"
:
"^4.0.0"
,
"twilio"
:
"^3.4
2.2
"
"twilio"
:
"^3.4
8.0
"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.
9.0
"
,
"@babel/node"
:
"^7.
8.7
"
,
"@babel/preset-env"
:
"^7.
9.0
"
,
"@prisma/cli"
:
"^2.
0.0-beta.8
"
,
"@babel/core"
:
"^7.
10.5
"
,
"@babel/node"
:
"^7.
10.5
"
,
"@babel/preset-env"
:
"^7.
10.4
"
,
"@prisma/cli"
:
"^2.
2.2
"
,
"morgan"
:
"^1.10.0"
,
"nodemon"
:
"^2.0.
2
"
"nodemon"
:
"^2.0.
4
"
}
}
...
...
Please
register
or
login
to post a comment