Skip to content

Commit f50c142

Browse files
committed
chore: bump codemirror and dompurify
1 parent 7d7e45e commit f50c142

File tree

4 files changed

+65
-91
lines changed

4 files changed

+65
-91
lines changed

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/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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@codemirror/lang-html": "^6.4.9",
4747
"@floating-ui/react": "^0.26.27",
4848
"@melloware/coloris": "^0.24.2",
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
"classnames": "^2.5.1",
52-
"dompurify": "^3.2.4",
52+
"dompurify": "^3.2.6",
5353
"js-beautify": "^1.15.4",
5454
"katex": "^0.16.21",
5555
"linkifyjs": "^4.1.3",

0 commit comments

Comments
 (0)