File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.0.1] - 2019-06-17
8+ ### Changed
9+ - Fixed dependencies in ` package.json `
10+
711## [ 1.0.0] - 2019-04-03
812### Added
913- New demo/api page (test folder) and a new height-test page
Original file line number Diff line number Diff line change 11{
22 "name" : " bootstrap-switch-button-react" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "license" : " MIT" ,
55 "repository" : {
66 "type" : " git" ,
1515 "build" : " webpack -p"
1616 },
1717 "dependencies" : {
18+ "react" : " ^16.7.0"
19+ },
20+ "devDependencies" : {
1821 "@babel/core" : " ^7.4.0" ,
22+ "@babel/plugin-proposal-class-properties" : " ^7.4.0" ,
1923 "@babel/preset-env" : " ^7.3.4" ,
2024 "@babel/preset-react" : " ^7.0.0" ,
2125 "css-loader" : " ^2.1.1" ,
22- "react" : " ^16.7.0" ,
23- "style-loader" : " ^0.23.1" ,
24- "webpack" : " ^4.12.0"
25- },
26- "devDependencies" : {
27- "@babel/plugin-proposal-class-properties" : " ^7.4.0" ,
2826 "@types/react" : " ^16.8.10" ,
2927 "babel-cli" : " ^6.26.0" ,
3028 "babel-loader" : " ^8.0.5" ,
3129 "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
3230 "babel-plugin-transform-react-jsx" : " ^6.24.1" ,
31+ "style-loader" : " ^0.23.1" ,
32+ "webpack" : " ^4.12.0" ,
3333 "webpack-cli" : " ^3.3.0"
3434 },
3535 "keywords" : [
3939 " bootstrap-react" ,
4040 " bootstrap-switch-button" ,
4141 " bootstrap-switch-button-react" ,
42+ " react-switch-button" ,
4243 " react-bootstrap-switch-button"
4344 ],
4445 "bugs" : {
You can’t perform that action at this time.
0 commit comments