Skip to content

Commit 8848024

Browse files
committed
fix(deps): update dependency plotly.js-dist-min to ^3.0.1
1 parent 70bf587 commit 8848024

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

packages/pluggableWidgets/area-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@mendix/shared-charts": "workspace:*",
4242
"@mendix/widget-plugin-component-kit": "workspace:*",
4343
"classnames": "^2.5.1",
44-
"plotly.js-dist-min": "^3.0.0"
44+
"plotly.js-dist-min": "^3.0.1"
4545
},
4646
"devDependencies": {
4747
"@happy-dom/jest-environment": "^18.0.1",

packages/pluggableWidgets/bar-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@mendix/shared-charts": "workspace:*",
4242
"@mendix/widget-plugin-component-kit": "workspace:*",
4343
"classnames": "^2.5.1",
44-
"plotly.js-dist-min": "^3.0.0"
44+
"plotly.js-dist-min": "^3.0.1"
4545
},
4646
"devDependencies": {
4747
"@happy-dom/jest-environment": "^18.0.1",

packages/pluggableWidgets/bubble-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@mendix/shared-charts": "workspace:*",
4242
"@mendix/widget-plugin-component-kit": "workspace:*",
4343
"classnames": "^2.5.1",
44-
"plotly.js-dist-min": "^3.0.0"
44+
"plotly.js-dist-min": "^3.0.1"
4545
},
4646
"devDependencies": {
4747
"@happy-dom/jest-environment": "^18.0.1",

packages/pluggableWidgets/column-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@mendix/shared-charts": "workspace:*",
4444
"@mendix/widget-plugin-component-kit": "workspace:*",
4545
"classnames": "^2.5.1",
46-
"plotly.js-dist-min": "^3.0.0"
46+
"plotly.js-dist-min": "^3.0.1"
4747
},
4848
"devDependencies": {
4949
"@happy-dom/jest-environment": "^18.0.1",

packages/pluggableWidgets/custom-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@mendix/widget-plugin-mobx-kit": "workspace:*",
5050
"@mendix/widget-plugin-platform": "workspace:*",
5151
"classnames": "^2.5.1",
52-
"plotly.js-dist-min": "^3.0.0"
52+
"plotly.js-dist-min": "^3.0.1"
5353
},
5454
"devDependencies": {
5555
"@happy-dom/jest-environment": "^18.0.1",

packages/pluggableWidgets/heatmap-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@mendix/widget-plugin-component-kit": "workspace:*",
4545
"classnames": "^2.5.1",
4646
"date-fns": "^2.30.0",
47-
"plotly.js-dist-min": "^3.0.0"
47+
"plotly.js-dist-min": "^3.0.1"
4848
},
4949
"devDependencies": {
5050
"@happy-dom/jest-environment": "^18.0.1",

packages/pluggableWidgets/line-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@mendix/shared-charts": "workspace:*",
4444
"@mendix/widget-plugin-component-kit": "workspace:*",
4545
"classnames": "^2.5.1",
46-
"plotly.js-dist-min": "^3.0.0"
46+
"plotly.js-dist-min": "^3.0.1"
4747
},
4848
"devDependencies": {
4949
"@happy-dom/jest-environment": "^18.0.1",

packages/pluggableWidgets/pie-doughnut-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@mendix/widget-plugin-component-kit": "workspace:*",
4545
"classnames": "^2.5.1",
4646
"date-fns": "^2.30.0",
47-
"plotly.js-dist-min": "^3.0.0"
47+
"plotly.js-dist-min": "^3.0.1"
4848
},
4949
"devDependencies": {
5050
"@happy-dom/jest-environment": "^18.0.1",

packages/pluggableWidgets/time-series-chart-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@mendix/shared-charts": "workspace:*",
4444
"@mendix/widget-plugin-component-kit": "workspace:*",
4545
"classnames": "^2.5.1",
46-
"plotly.js-dist-min": "^3.0.0"
46+
"plotly.js-dist-min": "^3.0.1"
4747
},
4848
"devDependencies": {
4949
"@happy-dom/jest-environment": "^18.0.1",

packages/shared/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"classnames": "^2.5.1",
3838
"deepmerge": "^4.3.1",
39-
"plotly.js-dist-min": "^3.0.0",
39+
"plotly.js-dist-min": "^3.0.1",
4040
"react-plotly.js": "^2.6.0"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)