Skip to content

Commit 44faff9

Browse files
committed
deps: move to @astrojs/markdoc
1 parent bef2690 commit 44faff9

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

examples/with-markdoc/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^0.0.1",
15-
"astro": "^2.0.6",
16-
"html-escaper": "^3.0.3",
17-
"stringify-attributes": "^3.0.0"
15+
"astro": "^2.0.6"
1816
},
1917
"devDependencies": {
2018
"@markdoc/markdoc": "^0.2.2"

packages/integrations/markdoc/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"homepage": "https://docs.astro.build/en/guides/integrations-guide/markdoc/",
2121
"exports": {
2222
".": "./dist/index.js",
23+
"./components": "./components/index.ts",
2324
"./package.json": "./package.json"
2425
},
2526
"scripts": {
@@ -31,10 +32,13 @@
3132
},
3233
"dependencies": {
3334
"@markdoc/markdoc": "^0.2.2",
34-
"gray-matter": "^4.0.3"
35+
"gray-matter": "^4.0.3",
36+
"html-escaper": "^3.0.3",
37+
"stringify-attributes": "^3.0.0"
3538
},
3639
"devDependencies": {
3740
"@types/chai": "^4.3.1",
41+
"@types/html-escaper": "^3.0.0",
3842
"@types/mocha": "^9.1.1",
3943
"astro": "workspace:*",
4044
"astro-scripts": "workspace:*",

pnpm-lock.yaml

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)