Skip to content

Commit 20feebb

Browse files
updated dependencies and changelog
1 parent 303c8eb commit 20feebb

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
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",

src/components/Sidebar/LinksGroup/LinksGroup.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import React, { Component } from "react";
22
import PropTypes from "prop-types";
3-
import { NavLink, withRouter } from "react-router-dom";
3+
import { NavLink } from "react-router-dom";
44
import { Collapse, Badge } from "reactstrap";
55
import { Route } from "react-router";
66
import classnames from "classnames";
7-
import { connect } from "react-redux";
87

98
import caret from '../../../images/caret.svg'
109
import activeCaret from '../../../images/caret-active.svg'

yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,10 +2303,6 @@ [email protected]:
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-
23102306
brace-expansion@^1.1.7:
23112307
version "1.1.11"
23122308
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"

0 commit comments

Comments
 (0)