prev-cli 0.24.10 → 0.24.11

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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1163,7 +1163,8 @@ async function createViteConfig(options) {
1163
1163
  "@mdx-js/react": path8.join(cliNodeModules, "@mdx-js/react"),
1164
1164
  mermaid: path8.join(cliNodeModules, "mermaid"),
1165
1165
  dayjs: path8.join(cliNodeModules, "dayjs"),
1166
- "@terrastruct/d2": path8.join(cliNodeModules, "@terrastruct/d2")
1166
+ "@terrastruct/d2": path8.join(cliNodeModules, "@terrastruct/d2"),
1167
+ "use-sync-external-store": path8.join(cliNodeModules, "use-sync-external-store")
1167
1168
  },
1168
1169
  dedupe: [
1169
1170
  "react",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prev-cli",
3
- "version": "0.24.10",
3
+ "version": "0.24.11",
4
4
  "description": "Transform MDX directories into beautiful documentation websites",
5
5
  "type": "module",
6
6
  "license": "MIT",