Skip to content

Commit

Permalink
chore: remove react-hot-loader from deps
Browse files Browse the repository at this point in the history
fixes #1133
  • Loading branch information
RomanHotsiy committed Dec 12, 2019
1 parent 5d81abe commit 81a44a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/playground/hmr-playground.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from 'react';
import { render } from 'react-dom';
// tslint:disable-next-line
import { AppContainer } from 'react-hot-loader';
// import DevTools from 'mobx-react-devtools';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"prettier-eslint": "^9.0.1",
"raf": "^3.4.1",
"react": "^16.12.0",
"react-hot-loader": "^4.12.18",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"shelljs": "^0.8.3",
Expand Down Expand Up @@ -149,7 +150,6 @@
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react-dropdown": "^1.6.4",
"react-hot-loader": "^4.12.18",
"react-tabs": "^3.0.0",
"slugify": "^1.3.6",
"stickyfill": "^1.1.1",
Expand Down

0 comments on commit 81a44a2

Please sign in to comment.