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-31 23:43:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0665ed0c23ae3fbd40473cf5a6425e9887b5327c
0665ed0c
1 parent
6fd1f28b
add date-fns dependency
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
front/package-lock.json
front/package.json
front/package-lock.json
View file @
0665ed0
...
...
@@ -4450,6 +4450,11 @@
}
}
},
"date-fns"
:
{
"version"
:
"2.14.0"
,
"resolved"
:
"https://registry.npmjs.org/date-fns/-/date-fns-2.14.0.tgz"
,
"integrity"
:
"sha512-1zD+68jhFgDIM0rF05rcwYO8cExdNqxjq4xP1QKM60Q45mnO6zaMWB4tOzrIr4M4GSLntsKeE4c9Bdl2jhL/yw=="
},
"debug"
:
{
"version"
:
"2.6.9"
,
"resolved"
:
"https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
,
...
...
front/package.json
View file @
0665ed0
...
...
@@ -13,6 +13,7 @@
"@testing-library/user-event"
:
"^7.1.2"
,
"apollo-boost"
:
"^0.4.7"
,
"core-js"
:
"^3.6.5"
,
"date-fns"
:
"^2.14.0"
,
"graphql"
:
"^15.0.0"
,
"moment"
:
"^2.25.3"
,
"react"
:
"^16.13.1"
,
...
...
Please
register
or
login
to post a comment