Skip to content

Commit

Permalink
Merge pull request #8 from FCCColumbus/fix_vulnerabilities
Browse files Browse the repository at this point in the history
fix vulnerabilities
  • Loading branch information
amyngb authored Jul 29, 2022
2 parents aa077f7 + a39841e commit c62d17e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down
16 changes: 2 additions & 14 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,8 @@ import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
<h1>Hello World!</h1>

</div>
);
}
Expand Down

0 comments on commit c62d17e

Please sign in to comment.