File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 1.4.0
2+ Released 2019-07-12
3+
4+ - Migrated to Emotion 10
5+
16# Version 1.3.1
27Released 2019-05-18
38
Original file line number Diff line number Diff line change 11{
22 "name" : " react-multi-bar-slider" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " Slider component with multiple bars for React" ,
55 "repository" : {
66 "type" : " git" ,
1919 " react multi slider"
2020 ],
2121 "peerDependencies" : {
22- "emotion" : " ^9.x" ,
22+ "@emotion/core" : " ^10.x" ,
23+ "@emotion/styled" : " ^10.x" ,
2324 "prop-types" : " ^15.x" ,
2425 "react" : " ^15.3.x || ^16.x" ,
25- "react-dom" : " ^15.3.x || ^16.x" ,
26- "react-emotion" : " ^9.x"
26+ "react-dom" : " ^15.3.x || ^16.x"
2727 },
2828 "scripts" : {
2929 "build" : " webpack --config webpack.config.babel.js" ,
3333 "lint" : " eslint ./src"
3434 },
3535 "devDependencies" : {
36+ "@emotion/core" : " ^10.0.14" ,
37+ "@emotion/styled" : " ^10.0.14" ,
3638 "babel-core" : " ^6.26.0" ,
3739 "babel-eslint" : " ^8.0.1" ,
3840 "babel-jest" : " ^22.1.0" ,
4143 "babel-preset-react" : " ^6.24.1" ,
4244 "babel-preset-stage-0" : " ^6.24.1" ,
4345 "clean-webpack-plugin" : " ^0.1.16" ,
44- "emotion" : " ^9.2.8" ,
4546 "enzyme" : " ^3.3.0" ,
4647 "enzyme-adapter-react-16" : " ^1.1.1" ,
4748 "eslint" : " ^4.9.0" ,
5152 "prop-types" : " ^15.6.1" ,
5253 "react" : " ^16.2.0" ,
5354 "react-dom" : " ^16.2.0" ,
54- "react-emotion" : " ^9.2.8" ,
5555 "react-test-renderer" : " ^16.2.0" ,
5656 "webpack" : " ^3.8.1"
5757 },
Original file line number Diff line number Diff line change 11import PropTypes from 'prop-types' ;
2- import styled from 'react- emotion' ;
2+ import styled from '@ emotion/styled ' ;
33
44const DotIcon = styled ( 'img' ) ( {
55 position : 'absolute' ,
Original file line number Diff line number Diff line change 11import PropTypes from 'prop-types' ;
2- import styled from 'react- emotion' ;
2+ import styled from '@ emotion/styled ' ;
33import transition from '../utils/transition' ;
44
55const StyledDot = styled ( 'span' ) ( {
Original file line number Diff line number Diff line change 11import PropTypes from 'prop-types' ;
2- import styled from 'react- emotion' ;
2+ import styled from '@ emotion/styled ' ;
33
44const SlidableZone = styled ( 'div' ) ( {
55 position : 'absolute' ,
Original file line number Diff line number Diff line change 11import PropTypes from 'prop-types' ;
2- import styled from 'react- emotion' ;
2+ import styled from '@ emotion/styled ' ;
33import transition from '../utils/transition' ;
44import getHalf from '../utils/getHalf' ;
55
Original file line number Diff line number Diff line change 11import PropTypes from 'prop-types' ;
2- import styled from 'react- emotion' ;
2+ import styled from '@ emotion/styled ' ;
33import transition from '../utils/transition' ;
44import getHalf from '../utils/getHalf' ;
55
You can’t perform that action at this time.
0 commit comments