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 1
1
# Changelog
2
2
3
+ ## [ 1.0.2]
4
+
5
+ ### Updates
6
+
7
+ - Removed useless imports
8
+ - Removed bootstrap_calendar dependency
9
+
3
10
## [ 1.0.1]
4
11
5
12
### Fixed
Original file line number Diff line number Diff line change 59
59
"apexcharts" : " ^3.10.0" ,
60
60
"awesome-bootstrap-checkbox" : " 1.0.1" ,
61
61
"bootstrap" : " 4.3.1" ,
62
- "bootstrap_calendar" : " https://github.com/xero/bootstrap_calendar.git#1.0.1" ,
63
62
"classnames" : " ^2.2.6" ,
64
63
"echarts" : " ^4.4.0" ,
65
64
"echarts-for-react" : " ^2.0.15-beta.1" ,
Original file line number Diff line number Diff line change 1
1
import React , { Component } from "react" ;
2
2
import PropTypes from "prop-types" ;
3
- import { NavLink , withRouter } from "react-router-dom" ;
3
+ import { NavLink } from "react-router-dom" ;
4
4
import { Collapse , Badge } from "reactstrap" ;
5
5
import { Route } from "react-router" ;
6
6
import classnames from "classnames" ;
7
- import { connect } from "react-redux" ;
8
7
9
8
import caret from '../../../images/caret.svg'
10
9
import activeCaret from '../../../images/caret-active.svg'
Original file line number Diff line number Diff line change 2303
2303
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac"
2304
2304
integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==
2305
2305
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
-
2310
2306
brace-expansion@^1.1.7 :
2311
2307
version "1.1.11"
2312
2308
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