Skip to content

Commit 48c5d7d

Browse files
committed
chore: update rich text deps
1 parent f50c142 commit 48c5d7d

File tree

3 files changed

+255
-266
lines changed

3 files changed

+255
-266
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/rich-text-web/package.json

Lines changed: 7 additions & 7 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",
48+
"@melloware/coloris": "^0.25.0",
4949
"@uiw/codemirror-theme-github": "^4.23.13",
5050
"@uiw/react-codemirror": "^4.23.13",
5151
"classnames": "^2.5.1",
5252
"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)