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-01 17:04:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
826a4da04ea2bd53049841075e84d607184ad6fc
826a4da0
1 parent
dcee0d7d
remove unnecessary dependency
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
back/package-lock.json
back/package-lock.json
View file @
826a4da
...
...
@@ -2242,14 +2242,6 @@
"graphql-playground-html"
:
"1.6.12"
}
},
"graphql-subscriptions"
:
{
"version"
:
"0.5.8"
,
"resolved"
:
"https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.5.8.tgz"
,
"integrity"
:
"sha512-0CaZnXKBw2pwnIbvmVckby5Ge5e2ecmjofhYCdyeACbCly2j3WXDP/pl+s+Dqd2GQFC7y99NB+53jrt55CKxYQ=="
,
"requires"
:
{
"iterall"
:
"^1.2.1"
}
},
"graphql-tools"
:
{
"version"
:
"4.0.7"
,
"resolved"
:
"https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.7.tgz"
,
...
...
@@ -2323,6 +2315,16 @@
"graphql-tools"
:
"^4.0.0"
,
"graphql-upload"
:
"^8.0.0"
,
"subscriptions-transport-ws"
:
"^0.9.8"
},
"dependencies"
:
{
"graphql-subscriptions"
:
{
"version"
:
"0.5.8"
,
"resolved"
:
"https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.5.8.tgz"
,
"integrity"
:
"sha512-0CaZnXKBw2pwnIbvmVckby5Ge5e2ecmjofhYCdyeACbCly2j3WXDP/pl+s+Dqd2GQFC7y99NB+53jrt55CKxYQ=="
,
"requires"
:
{
"iterall"
:
"^1.2.1"
}
}
}
},
"has"
:
{
...
...
Please
register
or
login
to post a comment