Skip to content

Commit

Permalink
deps: move to @astrojs/markdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Feb 16, 2023
1 parent bef2690 commit 44faff9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 1 addition & 3 deletions examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.0.1",
"astro": "^2.0.6",
"html-escaper": "^3.0.3",
"stringify-attributes": "^3.0.0"
"astro": "^2.0.6"
},
"devDependencies": {
"@markdoc/markdoc": "^0.2.2"
Expand Down
6 changes: 5 additions & 1 deletion packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"homepage": "https://docs.astro.build/en/guides/integrations-guide/markdoc/",
"exports": {
".": "./dist/index.js",
"./components": "./components/index.ts",
"./package.json": "./package.json"
},
"scripts": {
Expand All @@ -31,10 +32,13 @@
},
"dependencies": {
"@markdoc/markdoc": "^0.2.2",
"gray-matter": "^4.0.3"
"gray-matter": "^4.0.3",
"html-escaper": "^3.0.3",
"stringify-attributes": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/html-escaper": "^3.0.0",
"@types/mocha": "^9.1.1",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
Expand Down
10 changes: 6 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44faff9

Please sign in to comment.