chore: remove react-hot-loader from deps

fixes #1133
This commit is contained in:
Roman Hotsiy 2019-12-12 13:20:18 +02:00
parent 5d81abeb28
commit 81a44a239a
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 2 additions and 1 deletions

View File

@ -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';

View File

@ -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",
@ -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",