upgrade react-color

This commit is contained in:
afc163 2017-05-18 21:18:53 +08:00
parent a05e04ff81
commit f9017c677c
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@
"rc-tween-one": "^1.1.2",
"react": "^15.0.0",
"react-addons-test-utils": "^15.5.1",
"react-color-standalone": "^2.4.2-1",
"react-color": "^2.11.7",
"react-copy-to-clipboard": "^4.0.1",
"react-document-title": "^2.0.1",
"react-dom": "^15.0.0",

View File

@ -1,6 +1,6 @@
import React, { Component } from 'react';
import Color from 'color-standalone';
import { ChromePicker } from 'react-color-standalone';
import { ChromePicker } from 'react-color';
import BezierEasing from 'bezier-easing/dist/bezier-easing';
import ColorBlock from './ColorBlock';