Skip to content

Commit

Permalink
Update package-lock with prettier and react-scripts
Browse files Browse the repository at this point in the history
Added support for linting and tried to address some npm audit
vulnerability annoyances via instructions at facebook/create-react-app#11174
  • Loading branch information
Exprosed committed May 1, 2024
1 parent c2cfaec commit 78f7203
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"react-scripts": "5.0.1",
"prettier": "3.2.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 78f7203

Please sign in to comment.