@astrojs/markdoc 1.0.0-beta.0 → 1.0.0-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -278,7 +278,7 @@ export default defineMarkdocConfig({
278
278
 
279
279
  ### Use client-side UI components
280
280
 
281
- Tags and nodes are restricted to `.astro` files. To embed client-side UI components in Markdoc, [use a wrapper `.astro` component that renders a framework component](/en/core-concepts/framework-components/#nesting-framework-components) with your desired `client:` directive.
281
+ Tags and nodes are restricted to `.astro` files. To embed client-side UI components in Markdoc, [use a wrapper `.astro` component that renders a framework component](https://docs.astro.build/en/core-concepts/framework-components/#nesting-framework-components) with your desired `client:` directive.
282
282
 
283
283
  This example wraps a React `Aside.tsx` component with a `ClientAside.astro` component:
284
284
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/markdoc",
3
3
  "description": "Add support for Markdoc in your Astro site",
4
- "version": "1.0.0-beta.0",
4
+ "version": "1.0.0-beta.1",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "withastro",
@@ -64,11 +64,11 @@
64
64
  "kleur": "^4.1.5",
65
65
  "shiki": "^0.14.1",
66
66
  "zod": "^3.17.3",
67
- "@astrojs/internal-helpers": "0.2.0-beta.0",
67
+ "@astrojs/internal-helpers": "0.2.0-beta.1",
68
68
  "@astrojs/prism": "3.0.0-beta.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "astro": "^3.0.0-beta.0"
71
+ "astro": "^3.0.0-beta.2"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/chai": "^4.3.5",
@@ -82,7 +82,7 @@
82
82
  "rollup": "^3.25.1",
83
83
  "vite": "^4.4.6",
84
84
  "@astrojs/markdown-remark": "3.0.0-beta.0",
85
- "astro": "3.0.0-beta.0",
85
+ "astro": "3.0.0-beta.2",
86
86
  "astro-scripts": "0.0.14"
87
87
  },
88
88
  "engines": {