chore(v2): update dependencies (#1985)

* chore(v2): update dependencies

* use forked ideal image deps. omgg
This commit is contained in:
Endi 2019-11-13 23:04:13 +07:00 committed by GitHub
parent 1c8c8d04e8
commit cf4037ef91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 105 additions and 83 deletions

View file

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
import React from 'react';
import IdealImage from 'react-ideal-image';
import IdealImage from '@endiliey/react-ideal-image';
function Image(props) {
const {alt, className, img} = props;