Skip to content

Commit

Permalink
Fix react-scripts dep issue (#617)
Browse files Browse the repository at this point in the history
* Fix react-scripts dep issue

* Fix ci build issue due to eslint

Co-authored-by: Jim Fitzpatrick <[email protected]>
  • Loading branch information
Stephin Thomas and Boomatang authored Nov 2, 2020
1 parent 853c1fa commit 5039f6c
Show file tree
Hide file tree
Showing 2 changed files with 1,009 additions and 730 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.7.1",
"enzyme-to-json": "3.3.5",
"eslint": "6.5.1",
"eslint-plugin-patternfly-react": "0.2.3",
"i18next-json-sync": "2.2.0",
"jest": "24.9.0",
Expand All @@ -61,7 +60,7 @@
"postcss-preset-env": "6.6.0",
"precss": "4.0.0",
"prettier": "1.14.2",
"react-scripts": "3.2.0",
"react-scripts": "3.4.1",
"redux-mock-store": "1.5.3",
"source-map-explorer": "2.1.0",
"stylelint": "10.1.0",
Expand Down
Loading

0 comments on commit 5039f6c

Please sign in to comment.