fix(cve): fix cve issue
This commit is contained in:
parent
24a4024c21
commit
decdaad956
3 changed files with 650 additions and 1524 deletions
|
@ -8,7 +8,6 @@
|
|||
"build:fe:dev": "yarn && bash scripts/copy_js_dev.sh && webpack --config src/client/web/webpack.app.dev.js --watch",
|
||||
"build:fe:watch": "yarn && bash scripts/copy_js.sh && webpack --config src/client/web/webpack.app.prod.js --watch",
|
||||
"start": "yarn build:fe && go run cmd/start/main.go -c `pwd`/configs/dev.yml",
|
||||
|
||||
"build": "yarn build:fe && bash scripts/build_be.sh",
|
||||
"build:docker": "docker build . -t hexxa/quickshare:latest"
|
||||
},
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
"css-loader": "^5.0.0",
|
||||
"filesize": "^6.1.0",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"jest": "^27.2.0",
|
||||
"react": "^16.8.6",
|
||||
"react-copy-to-clipboard": "^5.0.1",
|
||||
"react-dom": "^16.8.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue