Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
C_Team_KhuDrive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
김재형
2020-06-05 22:50:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
253af45c971fb416e12973a637bdec91b3ad187d
253af45c
1 parent
ea416ad3
Update dependencies
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
frontend/package-lock.json
frontend/package.json
frontend/package-lock.json
View file @
253af45
This diff is collapsed. Click to expand it.
frontend/package.json
View file @
253af45
...
...
@@ -5,36 +5,36 @@
"private"
:
true
,
"dependencies"
:
{
"classnames"
:
"^2.2.6"
,
"ky"
:
"^0.
19.1
"
,
"ky"
:
"^0.
20.0
"
,
"react"
:
"^16.13.1"
,
"react-dom"
:
"^16.13.1"
,
"react-router-dom"
:
"^5.
1.2
"
"react-router-dom"
:
"^5.
2.0
"
},
"devDependencies"
:
{
"@hot-loader/react-dom"
:
"^16.13.0"
,
"@testing-library/jest-dom"
:
"^5.
7
.0"
,
"@testing-library/react"
:
"^10.
0.4
"
,
"@testing-library/user-event"
:
"^1
0.1.2
"
,
"@testing-library/jest-dom"
:
"^5.
9
.0"
,
"@testing-library/react"
:
"^10.
2.0
"
,
"@testing-library/user-event"
:
"^1
1.2.0
"
,
"@types/classnames"
:
"^2.2.10"
,
"@types/jest"
:
"^25.2.
1
"
,
"@types/jest"
:
"^25.2.
3
"
,
"@types/node"
:
"12"
,
"@types/react"
:
"^16.9.35"
,
"@types/react-dom"
:
"^16.9.8"
,
"@types/react-router-dom"
:
"^5.1.5"
,
"@typescript-eslint/eslint-plugin"
:
"^2.3
1
.0"
,
"@typescript-eslint/parser"
:
"^2.3
1
.0"
,
"customize-cra"
:
"
0.9.1
"
,
"@typescript-eslint/eslint-plugin"
:
"^2.3
4
.0"
,
"@typescript-eslint/parser"
:
"^2.3
4
.0"
,
"customize-cra"
:
"
1.0.0
"
,
"eslint-config-prettier"
:
"^6.11.0"
,
"eslint-plugin-jest"
:
"^23.1
0.0
"
,
"eslint-plugin-jest"
:
"^23.1
3.2
"
,
"husky"
:
"^4.2.5"
,
"lint-staged"
:
"^10.2.
2
"
,
"lint-staged"
:
"^10.2.
9
"
,
"node-sass"
:
"^4.14.1"
,
"prettier"
:
"^2.0.5"
,
"react-app-rewired"
:
"^2.1.6"
,
"react-hot-loader"
:
"^4.12.21"
,
"react-scripts"
:
"3.4.1"
,
"typescript"
:
"^3.
8.3
"
,
"webpack-bundle-analyzer"
:
"^3.
7
.0"
"typescript"
:
"^3.
9.5
"
,
"webpack-bundle-analyzer"
:
"^3.
8
.0"
},
"scripts"
:
{
"start"
:
"react-app-rewired start"
,
...
...
Please
register
or
login
to post a comment