Skip to content

Commit

Permalink
Packages are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Numonov committed Dec 25, 2023
1 parent a426074 commit a78eb9a
Show file tree
Hide file tree
Showing 4 changed files with 1,373 additions and 341 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.8] - 25/12/2023

- Updated dependencies

## [1.1.7]

### Updated following dependencies:
"react": "^16.14.0" - "^18.2.0",
"react-dom": "^16.14.0" - "^18.2.0",
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"dependencies": {
"@amcharts/amcharts4": "^4.10.36",
"@amcharts/amcharts4-geodata": "^4.1.27",
"@fullcalendar/core": "6.1.8",
"@fullcalendar/daygrid": "6.1.8",
"@fullcalendar/interaction": "6.1.8",
"@fullcalendar/list": "6.1.8",
"@fullcalendar/react": "6.1.8",
"@fullcalendar/timegrid": "6.1.8",
"@fullcalendar/core": "6.1.10",
"@fullcalendar/daygrid": "6.1.10",
"@fullcalendar/interaction": "6.1.10",
"@fullcalendar/list": "6.1.10",
"@fullcalendar/react": "6.1.10",
"@fullcalendar/timegrid": "6.1.10",
"@material-ui/core": "^4.12.3",
"@nivo/bar": "^0.80.0",
"@nivo/calendar": "^0.80.0",
Expand All @@ -82,24 +82,24 @@
"bootstrap": "4.6.2",
"bootstrap_calendar": "https://github.com/xero/bootstrap_calendar.git#1.0.1",
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
"classnames": "^2.3.3",
"connected-react-router": "^6.9.1",
"draft-js": "0.11.7",
"echarts": "5.4.2",
"echarts": "5.4.3",
"echarts-for-react": "3.0.2",
"font-awesome": "4.7.0",
"formik": "^2.4.2",
"formsy-react": "0.19.5",
"glyphicons-halflings": "^1.9.1",
"history": "^4.10.1",
"jasny-bootstrap": "3.1.3",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.2",
"line-awesome": "1.3.0",
"lodash": "^4.17.21",
"moment": "2.29.4",
"nivo": "^0.31.0",
"prettier": "^2.3.2",
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"rc-color-picker": "^1.2.6",
"rc-hammerjs": "^0.6.10",
"rc-slider": "8.7.1",
Expand Down Expand Up @@ -128,7 +128,7 @@
"react-router-dom": "^4.4.0-beta.8",
"react-router-hash-link": "^1.2.2",
"react-scrollspy": "3.4.3",
"react-select": "5.7.3",
"react-select": "5.8.0",
"react-slick": "0.29.0",
"react-sortable-hoc": "2.0.0",
"react-sortable-tree": "2.8.0",
Expand All @@ -145,14 +145,14 @@
"rickshaw": "1.7.1",
"showdown": "1.9.1",
"skycons": "^1.0.0",
"sortablejs": "1.14.0",
"sortablejs": "1.15.1",
"styled-components": "^5.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/core": "7.23.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@svgr/webpack": "4.3.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
Expand All @@ -172,9 +172,9 @@
"eslint-config-react-app": "4.0.1",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "1.7.0",
"expose-loader": "0.7.5",
"file-loader": "3.0.1",
Expand All @@ -183,7 +183,7 @@
"identity-obj-proxy": "3.0.0",
"imports-loader": "0.8.0",
"jest": "24.9.0",
"jest-pnp-resolver": "1.2.2",
"jest-pnp-resolver": "1.2.3",
"jest-resolve": "24.9.0",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
Expand All @@ -195,7 +195,7 @@
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2",
"react-responsive-carousel": "^3.2.20",
"resolve": "1.20.0",
"resolve": "1.22.8",
"sass": "^1.63.4",
"sass-loader": "7.3.1",
"style-loader": "0.23.1",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Widget/Widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class Widget extends React.Component {
)}
</div>
)}
<AnimateHeight duration={500} height={height}>
{/*<AnimateHeight duration={500} height={height}>*/}
<div className={`${s.widgetBody} widget-body ${bodyClass}`} style={{paddingTop: title ? '' : 23}}>
{reloading || fetchingData ? (
<Loader className={s.widgetLoader} size={40} />
Expand Down Expand Up @@ -443,7 +443,7 @@ class Widget extends React.Component {
children
)}
</div>
</AnimateHeight>
{/*</AnimateHeight>*/}
</section>
{prompt && (
<Modal isOpen={modal} toggle={this.toggleModal} id="news-close-modal">
Expand Down
Loading

0 comments on commit a78eb9a

Please sign in to comment.