fixed peer dependency vulnerability,

moved react-scripts to dev dependencies

Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
This commit is contained in:
Raul Kele 2022-07-22 15:23:01 +03:00 committed by Ramkumar Chinchani
parent 841f1f9dc0
commit 9134e14b58
2 changed files with 4320 additions and 1521 deletions

5837
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,9 +20,11 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"web-vitals": "^2.1.3"
},
"devDependencies": {
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",