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-05-11 01:08:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8a32931baa17e09e51b5056efeb1c104f8418734
8a32931b
1 parent
ea8340a7
add new dependency
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
front/package-lock.json
front/package.json
front/package-lock.json
View file @
8a32931
...
...
@@ -4,6 +4,26 @@
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
"@apollo/react-common"
:
{
"version"
:
"3.1.4"
,
"resolved"
:
"https://registry.npmjs.org/@apollo/react-common/-/react-common-3.1.4.tgz"
,
"integrity"
:
"sha512-X5Kyro73bthWSCBJUC5XYQqMnG0dLWuDZmVkzog9dynovhfiVCV4kPSdgSIkqnb++cwCzOVuQ4rDKVwo2XRzQA=="
,
"requires"
:
{
"ts-invariant"
:
"^0.4.4"
,
"tslib"
:
"^1.10.0"
}
},
"@apollo/react-hooks"
:
{
"version"
:
"3.1.5"
,
"resolved"
:
"https://registry.npmjs.org/@apollo/react-hooks/-/react-hooks-3.1.5.tgz"
,
"integrity"
:
"sha512-y0CJ393DLxIIkksRup4nt+vSjxalbZBXnnXxYbviq/woj+zKa431zy0yT4LqyRKpFy9ahMIwxBnBwfwIoupqLQ=="
,
"requires"
:
{
"@apollo/react-common"
:
"^3.1.4"
,
"@wry/equality"
:
"^0.1.9"
,
"ts-invariant"
:
"^0.4.4"
,
"tslib"
:
"^1.10.0"
}
},
"@babel/code-frame"
:
{
"version"
:
"7.8.3"
,
"resolved"
:
"https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz"
,
...
...
front/package.json
View file @
8a32931
...
...
@@ -3,6 +3,7 @@
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
"@apollo/react-hooks"
:
"^3.1.5"
,
"@fortawesome/fontawesome-svg-core"
:
"^1.2.28"
,
"@fortawesome/free-brands-svg-icons"
:
"^5.13.0"
,
"@fortawesome/free-solid-svg-icons"
:
"^5.13.0"
,
...
...
Please
register
or
login
to post a comment