Skip to content

Commit

Permalink
Use react-scripts 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Apr 17, 2021
1 parent 998a172 commit c911b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14"
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
}

0 comments on commit c911b56

Please sign in to comment.