deps: move to @astrojs/markdoc

This commit is contained in:
bholmesdev 2023-02-08 09:53:06 -05:00
parent 092a1b1541
commit 10c8fa16be
3 changed files with 12 additions and 8 deletions

View file

@ -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"

View file

@ -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": {
@ -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:*",

View file

@ -316,13 +316,9 @@ importers:
'@astrojs/markdoc': ^0.0.1
'@markdoc/markdoc': ^0.2.2
astro: ^2.0.6
html-escaper: ^3.0.3
stringify-attributes: ^3.0.0
dependencies:
'@astrojs/markdoc': link:../../packages/integrations/markdoc
astro: link:../../packages/astro
html-escaper: 3.0.3
stringify-attributes: 3.0.0
devDependencies:
'@markdoc/markdoc': 0.2.2
@ -2921,19 +2917,25 @@ importers:
specifiers:
'@markdoc/markdoc': ^0.2.2
'@types/chai': ^4.3.1
'@types/html-escaper': ^3.0.0
'@types/mocha': ^9.1.1
astro: workspace:*
astro-scripts: workspace:*
chai: ^4.3.6
gray-matter: ^4.0.3
html-escaper: ^3.0.3
linkedom: ^0.14.12
mocha: ^9.2.2
stringify-attributes: ^3.0.0
vite: ^4.0.3
dependencies:
'@markdoc/markdoc': 0.2.2
gray-matter: 4.0.3
html-escaper: 3.0.3
stringify-attributes: 3.0.0
devDependencies:
'@types/chai': 4.3.4
'@types/html-escaper': 3.0.0
'@types/mocha': 9.1.1
astro: link:../../astro
astro-scripts: link:../../../scripts