Skip to content

Commit

Permalink
Merge pull request jenkins-docs#58 from MarkEWaite/fix/upgrade-node-v…
Browse files Browse the repository at this point in the history
…ersion

Use react-scripts 4.0.3
  • Loading branch information
MarkEWaite authored Apr 17, 2021
2 parents 998a172 + c911b56 commit 3c67a11
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 3c67a11

Please sign in to comment.