We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5324f0 commit ccf59deCopy full SHA for ccf59de
package.json
@@ -44,6 +44,7 @@
44
"myst-to-html": "1.5.12",
45
"nprogress": "1.0.0-1",
46
"preact": "10.26.5",
47
+ "rehype-stringify": "^10.0.1",
48
"simple-icons": "2.19.0",
49
"subscriptions-transport-ws": "0.11.0",
50
"svg-pan-zoom": "3.6.2",
renovate.json
@@ -145,6 +145,17 @@
145
"addLabels": [
146
"data workflows team"
147
]
148
+ },
149
+ {
150
+ "groupName": "MyST packages",
151
+ "matchPackageNames": [
152
+ "myst-*",
153
+ "rehype-stringify",
154
+ "unified"
155
+ ],
156
+ "schedule": [
157
+ "on the 23rd day of the month"
158
+ ]
159
}
160
],
161
"vulnerabilityAlerts": {
0 commit comments