Skip to content

Commit a78eb9a

Browse files
committed
Packages are updated
1 parent a426074 commit a78eb9a

File tree

4 files changed

+1373
-341
lines changed

4 files changed

+1373
-341
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
2+
3+
## [1.1.8] - 25/12/2023
4+
5+
- Updated dependencies
6+
27
## [1.1.7]
8+
39
### Updated following dependencies:
410
"react": "^16.14.0" - "^18.2.0",
511
"react-dom": "^16.14.0" - "^18.2.0",

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"dependencies": {
5858
"@amcharts/amcharts4": "^4.10.36",
5959
"@amcharts/amcharts4-geodata": "^4.1.27",
60-
"@fullcalendar/core": "6.1.8",
61-
"@fullcalendar/daygrid": "6.1.8",
62-
"@fullcalendar/interaction": "6.1.8",
63-
"@fullcalendar/list": "6.1.8",
64-
"@fullcalendar/react": "6.1.8",
65-
"@fullcalendar/timegrid": "6.1.8",
60+
"@fullcalendar/core": "6.1.10",
61+
"@fullcalendar/daygrid": "6.1.10",
62+
"@fullcalendar/interaction": "6.1.10",
63+
"@fullcalendar/list": "6.1.10",
64+
"@fullcalendar/react": "6.1.10",
65+
"@fullcalendar/timegrid": "6.1.10",
6666
"@material-ui/core": "^4.12.3",
6767
"@nivo/bar": "^0.80.0",
6868
"@nivo/calendar": "^0.80.0",
@@ -82,24 +82,24 @@
8282
"bootstrap": "4.6.2",
8383
"bootstrap_calendar": "https://github.com/xero/bootstrap_calendar.git#1.0.1",
8484
"chroma-js": "^2.4.2",
85-
"classnames": "^2.3.1",
85+
"classnames": "^2.3.3",
8686
"connected-react-router": "^6.9.1",
8787
"draft-js": "0.11.7",
88-
"echarts": "5.4.2",
88+
"echarts": "5.4.3",
8989
"echarts-for-react": "3.0.2",
9090
"font-awesome": "4.7.0",
9191
"formik": "^2.4.2",
9292
"formsy-react": "0.19.5",
9393
"glyphicons-halflings": "^1.9.1",
9494
"history": "^4.10.1",
9595
"jasny-bootstrap": "3.1.3",
96-
"jsonwebtoken": "9.0.0",
96+
"jsonwebtoken": "9.0.2",
9797
"line-awesome": "1.3.0",
9898
"lodash": "^4.17.21",
9999
"moment": "2.29.4",
100100
"nivo": "^0.31.0",
101101
"prettier": "^2.3.2",
102-
"prop-types": "^15.7.2",
102+
"prop-types": "^15.8.1",
103103
"rc-color-picker": "^1.2.6",
104104
"rc-hammerjs": "^0.6.10",
105105
"rc-slider": "8.7.1",
@@ -128,7 +128,7 @@
128128
"react-router-dom": "^4.4.0-beta.8",
129129
"react-router-hash-link": "^1.2.2",
130130
"react-scrollspy": "3.4.3",
131-
"react-select": "5.7.3",
131+
"react-select": "5.8.0",
132132
"react-slick": "0.29.0",
133133
"react-sortable-hoc": "2.0.0",
134134
"react-sortable-tree": "2.8.0",
@@ -145,14 +145,14 @@
145145
"rickshaw": "1.7.1",
146146
"showdown": "1.9.1",
147147
"skycons": "^1.0.0",
148-
"sortablejs": "1.14.0",
148+
"sortablejs": "1.15.1",
149149
"styled-components": "^5.3.0",
150150
"yup": "^0.32.9"
151151
},
152152
"devDependencies": {
153-
"@babel/core": "7.15.0",
154-
"@babel/plugin-proposal-class-properties": "7.14.5",
155-
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
153+
"@babel/core": "7.23.6",
154+
"@babel/plugin-proposal-class-properties": "7.18.6",
155+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
156156
"@svgr/webpack": "4.3.3",
157157
"babel-core": "7.0.0-bridge.0",
158158
"babel-eslint": "10.1.0",
@@ -172,9 +172,9 @@
172172
"eslint-config-react-app": "4.0.1",
173173
"eslint-loader": "2.1.1",
174174
"eslint-plugin-flowtype": "3.13.0",
175-
"eslint-plugin-import": "2.24.0",
176-
"eslint-plugin-jsx-a11y": "6.4.1",
177-
"eslint-plugin-react": "7.24.0",
175+
"eslint-plugin-import": "2.29.1",
176+
"eslint-plugin-jsx-a11y": "6.8.0",
177+
"eslint-plugin-react": "7.33.2",
178178
"eslint-plugin-react-hooks": "1.7.0",
179179
"expose-loader": "0.7.5",
180180
"file-loader": "3.0.1",
@@ -183,7 +183,7 @@
183183
"identity-obj-proxy": "3.0.0",
184184
"imports-loader": "0.8.0",
185185
"jest": "24.9.0",
186-
"jest-pnp-resolver": "1.2.2",
186+
"jest-pnp-resolver": "1.2.3",
187187
"jest-resolve": "24.9.0",
188188
"lodash.assign": "^4.2.0",
189189
"lodash.clonedeep": "^4.5.0",
@@ -195,7 +195,7 @@
195195
"postcss-preset-env": "6.7.0",
196196
"postcss-safe-parser": "4.0.2",
197197
"react-responsive-carousel": "^3.2.20",
198-
"resolve": "1.20.0",
198+
"resolve": "1.22.8",
199199
"sass": "^1.63.4",
200200
"sass-loader": "7.3.1",
201201
"style-loader": "0.23.1",

src/components/Widget/Widget.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ class Widget extends React.Component {
411411
)}
412412
</div>
413413
)}
414-
<AnimateHeight duration={500} height={height}>
414+
{/*<AnimateHeight duration={500} height={height}>*/}
415415
<div className={`${s.widgetBody} widget-body ${bodyClass}`} style={{paddingTop: title ? '' : 23}}>
416416
{reloading || fetchingData ? (
417417
<Loader className={s.widgetLoader} size={40} />
@@ -443,7 +443,7 @@ class Widget extends React.Component {
443443
children
444444
)}
445445
</div>
446-
</AnimateHeight>
446+
{/*</AnimateHeight>*/}
447447
</section>
448448
{prompt && (
449449
<Modal isOpen={modal} toggle={this.toggleModal} id="news-close-modal">

0 commit comments

Comments
 (0)