Skip to content

Commit 56810aa

Browse files
authored
Deps updates (#1714)
2 parents a01c702 + 48c5d7d commit 56810aa

File tree

6 files changed

+321
-358
lines changed

6 files changed

+321
-358
lines changed

packages/pluggableWidgets/carousel-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@mendix/widget-plugin-platform": "workspace:*",
5858
"cross-env": "^7.0.3",
5959
"mime-types": "^2.1.35",
60-
"postcss": "^8.4.21",
60+
"postcss": "^8.5.6",
6161
"postcss-url": "^10.1.3",
6262
"shelljs": "^0.8.5"
6363
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"verify": "rui-verify-package-format"
4141
},
4242
"dependencies": {
43-
"@codemirror/lang-json": "^6.0.1",
44-
"@codemirror/lint": "^6.8.2",
43+
"@codemirror/lang-json": "^6.0.2",
44+
"@codemirror/lint": "^6.8.5",
4545
"@mendix/shared-charts": "workspace:*",
4646
"@mendix/widget-plugin-component-kit": "workspace:*",
4747
"@mendix/widget-plugin-hooks": "workspace:*",
4848
"@mendix/widget-plugin-platform": "workspace:*",
49-
"@uiw/codemirror-theme-github": "^4.21.25",
50-
"@uiw/react-codemirror": "^4.21.25"
49+
"@uiw/codemirror-theme-github": "^4.23.13",
50+
"@uiw/react-codemirror": "^4.23.13"
5151
},
5252
"devDependencies": {
5353
"@mendix/automation-utils": "workspace:*",

packages/pluggableWidgets/document-viewer-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/plugin-transform-class-properties": "^7.27.1",
4848
"@babel/plugin-transform-private-methods": "^7.27.1",
4949
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
50-
"@mendix/pluggable-widgets-tools": "^10.0.0",
50+
"@mendix/pluggable-widgets-tools": "*",
5151
"@rollup/plugin-replace": "^6.0.2"
5252
}
5353
}

packages/pluggableWidgets/html-element-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@mendix/widget-plugin-component-kit": "workspace:*",
45-
"dompurify": "^3.2.4"
45+
"dompurify": "^3.2.6"
4646
},
4747
"devDependencies": {
4848
"@mendix/automation-utils": "workspace:*",

packages/pluggableWidgets/rich-text-web/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"dependencies": {
4646
"@codemirror/lang-html": "^6.4.9",
4747
"@floating-ui/react": "^0.26.27",
48-
"@melloware/coloris": "^0.24.2",
49-
"@uiw/codemirror-theme-github": "^4.21.25",
50-
"@uiw/react-codemirror": "^4.21.25",
48+
"@melloware/coloris": "^0.25.0",
49+
"@uiw/codemirror-theme-github": "^4.23.13",
50+
"@uiw/react-codemirror": "^4.23.13",
5151
"classnames": "^2.5.1",
52-
"dompurify": "^3.2.4",
52+
"dompurify": "^3.2.6",
5353
"js-beautify": "^1.15.4",
54-
"katex": "^0.16.21",
55-
"linkifyjs": "^4.1.3",
54+
"katex": "^0.16.22",
55+
"linkifyjs": "^4.3.1",
5656
"lodash.merge": "^4.6.2",
5757
"parchment": "^3.0.0",
58-
"quill": "^2.0.2",
58+
"quill": "^2.0.3",
5959
"quill-resize-module": "^2.0.4"
6060
},
6161
"devDependencies": {
@@ -75,10 +75,10 @@
7575
"@types/katex": "^0.16.7",
7676
"@types/sanitize-html": "^1.27.2",
7777
"cross-env": "^7.0.3",
78-
"postcss": "^8.4.21",
79-
"postcss-import": "^16.0.0",
78+
"postcss": "^8.5.6",
79+
"postcss-import": "^16.1.1",
8080
"postcss-url": "^10.1.3",
8181
"rollup-plugin-postcss": "^4.0.2",
82-
"rollup-preserve-directives": "^1.1.1"
82+
"rollup-preserve-directives": "^1.1.3"
8383
}
8484
}

0 commit comments

Comments
 (0)