Upgrade react-notifications.

This commit is contained in:
Caleb 2017-10-01 21:01:37 -06:00
parent 37bcbfba08
commit 9075a87c9d
2 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,7 @@
"react-transition-group": "^2.2.1",
"react-waypoint": "^7.1.0",
"redux": "^3.3.1",
"redux-notifications": "^2.1.1",
"redux-notifications": "^4.0.1",
"redux-optimist": "^0.0.2",
"redux-thunk": "^1.0.3",
"rehype-parse": "^3.1.0",

View File

@ -1,6 +1,7 @@
import PropTypes from 'prop-types';
import React from 'react';
import { Icon } from '../index';
import 'redux-notifications/lib/styles.css'; // Import default redux-notifications styles into global scope.
import styles from './Toast.css';
const icons = {