Skip to content

Commit 78f7203

Browse files
committed
Update package-lock with prettier and react-scripts
Added support for linting and tried to address some npm audit vulnerability annoyances via instructions at facebook/create-react-app#11174
1 parent c2cfaec commit 78f7203

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

frontend/package-lock.json

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
"@types/react-dom": "^18.3.0",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1",
15-
"react-scripts": "5.0.1",
1615
"typescript": "^4.9.5",
1716
"web-vitals": "^2.1.4"
1817
},
18+
"devDependencies": {
19+
"react-scripts": "5.0.1",
20+
"prettier": "3.2.5"
21+
},
1922
"scripts": {
2023
"start": "react-scripts start",
2124
"build": "react-scripts build",

0 commit comments

Comments
 (0)