Skip to content

Commit

Permalink
fix: make react and react-dom only dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 18, 2020
1 parent b7b95e5 commit f35d632
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 @@ -15,8 +15,6 @@
"lodash": "^4.17.20",
"moment": "^2.29.1",
"papaparse": "^5.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-measure": "^2.5.2",
"react-select": "^3.1.0",
"react-use": "^15.3.4",
Expand Down Expand Up @@ -49,6 +47,8 @@
},
"devDependencies": {
"react-scripts": "3.4.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
Expand Down

0 comments on commit f35d632

Please sign in to comment.