update react-slick

This commit is contained in:
Katya3141 2018-04-30 15:35:36 -04:00
parent e9743a4b07
commit be889aefa7
4 changed files with 6 additions and 4 deletions

View file

@ -13,6 +13,8 @@ npm install
make build
```
Note: There will be a warning about a peer dependency on jquery. You can ignore it because slick-carousel is only used for stylesheets.
### To Run
```bash
npm start

View file

@ -52,12 +52,12 @@
"react-dom": "15.6.2",
"react-router-dom": "4.2.2",
"react-router-prop-types": "1.0.0",
"react-slick": "0.15.4",
"react-slick": "0.23.1",
"react-twitter-widgets": "1.7.1",
"rrc": "0.10.1",
"sass-lint": "1.11.1",
"sass-loader": "6.0.6",
"slick-carousel": "1.7.1",
"slick-carousel": "^1.8.1",
"style-loader": "0.19.0",
"url-loader": "0.6.2",
"webpack": "3.5.5",

View file

@ -2,8 +2,8 @@ import React from 'react';
import Slider from 'react-slick';
import PropTypes from 'prop-types';
import 'slick-carousel/slick/slick.scss';
import 'slick-carousel/slick/slick-theme.scss';
import 'slick-carousel/slick/slick.css';
import 'slick-carousel/slick/slick-theme.css';
import './carousel.scss';
/**

Binary file not shown.

After

(image error) Size: 59 KiB