Updated package.json dependencies
This commit is contained in:
parent
0d2cc36b27
commit
151d46a8a2
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,9 @@
|
|||
"author": "Dunemask",
|
||||
"license": "LGPL-2.1",
|
||||
"dependencies": {
|
||||
"http-proxy-middleware": "^2.0.1",
|
||||
"express": "^4.17.1"
|
||||
"axios": "^0.21.1",
|
||||
"express": "^4.17.1",
|
||||
"http-proxy-middleware": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
|
@ -16,7 +17,6 @@
|
|||
"@fortawesome/react-fontawesome": "^0.1.15",
|
||||
"js-file-download": "^0.4.12",
|
||||
"react": "^17.0.2",
|
||||
"react-axios": "^2.0.5",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-dropzone": "^11.3.4",
|
||||
"react-fontawesome": "^1.7.1",
|
||||
|
|
Reference in a new issue