Skip to content

Commit

Permalink
fix: move react to dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 19, 2020
1 parent 4da0d7a commit 548d755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@material-ui/icons": "^4.9.1",
"@seveibar/react-resize-panel": "^0.3.7",
"classnames": "^2.2.6",
"react": "^16.13.1",
"react-resize-panel": "^0.3.5",
"react-use-dimensions": "^1.2.1",
"use-event-callback": "^0.1.0"
},
Expand Down Expand Up @@ -39,6 +39,7 @@
]
},
"devDependencies": {
"react": "^16.13.1",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@semantic-release/git": "^9.0.0",
Expand Down

0 comments on commit 548d755

Please sign in to comment.