mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
upgrade react-color
This commit is contained in:
parent
a05e04ff81
commit
f9017c677c
@ -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",
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user