@muibook/components 11.0.0 → 11.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muibook/components",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A library of MUI-based design system components.",
|
|
6
6
|
"author": "Michael Trilford",
|
|
@@ -609,6 +609,9 @@
|
|
|
609
609
|
"typescript": "~5.8.3",
|
|
610
610
|
"vite": "^6.3.5"
|
|
611
611
|
},
|
|
612
|
+
"peerDependencies": {
|
|
613
|
+
"marked": "^12.0.0"
|
|
614
|
+
},
|
|
612
615
|
"dependencies": {
|
|
613
616
|
"marked": "^12.0.0"
|
|
614
617
|
},
|