Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2021-04-29 18:30:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
83f3b57c0ac7ae436f26e80d8211c357139c37e5
83f3b57c
1 parent
613ca1ef
update package dependencies
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
View file @
83f3b57
This diff is collapsed. Click to expand it.
package.json
View file @
83f3b57
...
...
@@ -3,13 +3,17 @@
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
"@elastic/elasticsearch"
:
"^7.12.0"
,
"@elastic/react-search-ui"
:
"^1.5.1"
,
"@elastic/search-ui-app-search-connector"
:
"^1.5.1"
,
"@tensorflow-models/qna"
:
"^1.0.0"
,
"@tensorflow/tfjs"
:
"^3.5.0"
,
"@testing-library/jest-dom"
:
"^5.11.4"
,
"@testing-library/react"
:
"^11.1.0"
,
"@testing-library/user-event"
:
"^12.1.10"
,
"react"
:
"^17.0.2"
,
"react-dom"
:
"^17.0.2"
,
"react-loader-spinner"
:
"^4.0.0"
,
"react-scripts"
:
"4.0.3"
,
"web-vitals"
:
"^1.0.1"
},
...
...
Please
register
or
login
to post a comment