@docusaurus/theme-mermaid 3.5.2 → 3.6.0-canary-6132

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.
@@ -73,7 +73,7 @@ export function useMermaidRenderResult({ text, config: providedConfig, }) {
73
73
  .then(setResult)
74
74
  .catch((e) => {
75
75
  // Funky way to trigger parent React error boundary
76
- // See https://twitter.com/sebastienlorber/status/1628340871899893768
76
+ // See https://x.com/sebastienlorber/status/1628340871899893768
77
77
  setResult(() => {
78
78
  throw e;
79
79
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-mermaid",
3
- "version": "3.5.2",
3
+ "version": "3.6.0-canary-6132",
4
4
  "description": "Mermaid components for Docusaurus.",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/theme-mermaid.d.ts",
@@ -33,12 +33,12 @@
33
33
  "copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
34
34
  },
35
35
  "dependencies": {
36
- "@docusaurus/core": "3.5.2",
37
- "@docusaurus/module-type-aliases": "3.5.2",
38
- "@docusaurus/theme-common": "3.5.2",
39
- "@docusaurus/types": "3.5.2",
40
- "@docusaurus/utils-validation": "3.5.2",
41
- "mermaid": "^10.4.0",
36
+ "@docusaurus/core": "3.6.0-canary-6132",
37
+ "@docusaurus/module-type-aliases": "3.6.0-canary-6132",
38
+ "@docusaurus/theme-common": "3.6.0-canary-6132",
39
+ "@docusaurus/types": "3.6.0-canary-6132",
40
+ "@docusaurus/utils-validation": "3.6.0-canary-6132",
41
+ "mermaid": ">=10.4",
42
42
  "tslib": "^2.6.0"
43
43
  },
44
44
  "devDependencies": {
@@ -51,5 +51,5 @@
51
51
  "engines": {
52
52
  "node": ">=18.0"
53
53
  },
54
- "gitHead": "eeec303dd773774ed5a023884800da0b061f6942"
54
+ "gitHead": "4930a868b86cafcb0786e2ddc6d400459127c4f6"
55
55
  }
@@ -103,7 +103,7 @@ export function useMermaidRenderResult({
103
103
  .then(setResult)
104
104
  .catch((e) => {
105
105
  // Funky way to trigger parent React error boundary
106
- // See https://twitter.com/sebastienlorber/status/1628340871899893768
106
+ // See https://x.com/sebastienlorber/status/1628340871899893768
107
107
  setResult(() => {
108
108
  throw e;
109
109
  });