Skip to content

Commit 5c8c90b

Browse files
authored
fix: Merge pull request #8 from UniversalDataTool/fix-react-dep
Fix React Dependency (make dev dep)
2 parents 9f6503e + f35d632 commit 5c8c90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
"lodash": "^4.17.20",
1616
"moment": "^2.29.1",
1717
"papaparse": "^5.3.0",
18-
"react": "^16.13.1",
19-
"react-dom": "^16.13.1",
2018
"react-measure": "^2.5.2",
2119
"react-select": "^3.1.0",
2220
"react-use": "^15.3.4",
@@ -49,6 +47,8 @@
4947
},
5048
"devDependencies": {
5149
"react-scripts": "3.4.3",
50+
"react": "^16.13.1",
51+
"react-dom": "^16.13.1",
5252
"@testing-library/jest-dom": "^4.2.4",
5353
"@testing-library/react": "^9.3.2",
5454
"@testing-library/user-event": "^7.1.2",

0 commit comments

Comments
 (0)