File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.2]
4+
5+ ### Updates
6+
7+ - Removed useless imports
8+ - Removed bootstrap_calendar dependency
9+
310## [ 1.0.1]
411
512### Fixed
Original file line number Diff line number Diff line change 5959 "apexcharts" : " ^3.10.0" ,
6060 "awesome-bootstrap-checkbox" : " 1.0.1" ,
6161 "bootstrap" : " 4.3.1" ,
62- "bootstrap_calendar" : " https://github.com/xero/bootstrap_calendar.git#1.0.1" ,
6362 "classnames" : " ^2.2.6" ,
6463 "echarts" : " ^4.4.0" ,
6564 "echarts-for-react" : " ^2.0.15-beta.1" ,
Original file line number Diff line number Diff line change 11import React , { Component } from "react" ;
22import PropTypes from "prop-types" ;
3- import { NavLink , withRouter } from "react-router-dom" ;
3+ import { NavLink } from "react-router-dom" ;
44import { Collapse , Badge } from "reactstrap" ;
55import { Route } from "react-router" ;
66import classnames from "classnames" ;
7- import { connect } from "react-redux" ;
87
98import caret from '../../../images/caret.svg'
109import activeCaret from '../../../images/caret-active.svg'
Original file line number Diff line number Diff line change 23032303 resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac"
23042304 integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==
23052305
2306- " bootstrap_calendar@https://github.com/xero/bootstrap_calendar.git#1.0.1 " :
2307- version "0.0.0"
2308- resolved "https://github.com/xero/bootstrap_calendar.git#796c6621ce7e50865be72871f87e6c732906d6fa"
2309-
23102306brace-expansion@^1.1.7 :
23112307 version "1.1.11"
23122308 resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
You can’t perform that action at this time.
0 commit comments