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:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9083e727f215dbfed7a793057d5f915fd7515970
9083e727
1 parent
3a1f1660
update @prisma/cli , @prisma/client version
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
14 deletions
back/package-lock.json
back/package-lock.json
View file @
9083e72
...
...
@@ -1083,15 +1083,28 @@
}
},
"@prisma/cli"
:
{
"version"
:
"2.0.0-beta.
5
"
,
"resolved"
:
"https://registry.npmjs.org/@prisma/cli/-/cli-2.0.0-beta.
5
.tgz"
,
"integrity"
:
"sha512-
Kl3IqOq6sYdajnLA034SLJxFCB0IxXcrSLYR8W9XTOyt3RRP/TCUPp5yBVfO9B21Kwe9YrFujTbSD2qQaDg1QA
=="
,
"version"
:
"2.0.0-beta.
8
"
,
"resolved"
:
"https://registry.npmjs.org/@prisma/cli/-/cli-2.0.0-beta.
8
.tgz"
,
"integrity"
:
"sha512-
l1bHUmPzjdOF87MzIkcE55AkGLDKV2apmS2D9ZuYM+7hWWMk7lcJjjquDr9RAtSDMN8nuvYQcXnFFg7JP4DUxw
=="
,
"dev"
:
true
},
"@prisma/client"
:
{
"version"
:
"2.0.0-beta.2"
,
"resolved"
:
"https://registry.npmjs.org/@prisma/client/-/client-2.0.0-beta.2.tgz"
,
"integrity"
:
"sha512-VhNYeeGTrFfLjB/JL7XPoWpxSTCb+YV+F3ggR1X0CGa4b/u6Kxy65aElLozs+yFdMQPVNkyg2PwUO8xQ7G9fpg=="
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/@prisma/client/-/client-2.0.0.tgz"
,
"integrity"
:
"sha512-3Ejs4qmyM0bsLdZbKZWrngYLZMupbHRScBmPdikupTCFraq8I9aLb5CuSCsROf1C8tWwWcDaH6RdIS7I+EiESQ=="
,
"requires"
:
{
"pkg-up"
:
"^3.1.0"
},
"dependencies"
:
{
"pkg-up"
:
{
"version"
:
"3.1.0"
,
"resolved"
:
"https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz"
,
"integrity"
:
"sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA=="
,
"requires"
:
{
"find-up"
:
"^3.0.0"
}
}
}
},
"@sendgrid/client"
:
{
"version"
:
"7.0.1"
,
...
...
@@ -2058,7 +2071,6 @@
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz"
,
"integrity"
:
"sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg=="
,
"dev"
:
true
,
"requires"
:
{
"locate-path"
:
"^3.0.0"
}
...
...
@@ -2658,7 +2670,6 @@
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz"
,
"integrity"
:
"sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A=="
,
"dev"
:
true
,
"requires"
:
{
"p-locate"
:
"^3.0.0"
,
"path-exists"
:
"^3.0.0"
...
...
@@ -2997,7 +3008,6 @@
"version"
:
"2.3.0"
,
"resolved"
:
"https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz"
,
"integrity"
:
"sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="
,
"dev"
:
true
,
"requires"
:
{
"p-try"
:
"^2.0.0"
}
...
...
@@ -3006,7 +3016,6 @@
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz"
,
"integrity"
:
"sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ=="
,
"dev"
:
true
,
"requires"
:
{
"p-limit"
:
"^2.0.0"
}
...
...
@@ -3014,8 +3023,7 @@
"p-try"
:
{
"version"
:
"2.2.0"
,
"resolved"
:
"https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz"
,
"integrity"
:
"sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
,
"dev"
:
true
"integrity"
:
"sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
},
"package-json"
:
{
"version"
:
"4.0.1"
,
...
...
@@ -3066,8 +3074,7 @@
"path-exists"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz"
,
"integrity"
:
"sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
,
"dev"
:
true
"integrity"
:
"sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
},
"path-is-inside"
:
{
"version"
:
"1.0.2"
,
...
...
Please
register
or
login
to post a comment