deps: stringify-attributes
This commit is contained in:
parent
9e5c5af3ce
commit
4b45522c88
2 changed files with 16 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdoc": "^0.0.1",
|
"@astrojs/markdoc": "^0.0.1",
|
||||||
"astro": "^2.0.6",
|
"astro": "^2.0.6",
|
||||||
"html-escaper": "^3.0.3"
|
"html-escaper": "^3.0.3",
|
||||||
|
"stringify-attributes": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@markdoc/markdoc": "^0.2.2"
|
"@markdoc/markdoc": "^0.2.2"
|
||||||
|
|
|
@ -317,10 +317,12 @@ importers:
|
||||||
'@markdoc/markdoc': ^0.2.2
|
'@markdoc/markdoc': ^0.2.2
|
||||||
astro: ^2.0.6
|
astro: ^2.0.6
|
||||||
html-escaper: ^3.0.3
|
html-escaper: ^3.0.3
|
||||||
|
stringify-attributes: ^3.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
html-escaper: 3.0.3
|
html-escaper: 3.0.3
|
||||||
|
stringify-attributes: 3.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@markdoc/markdoc': 0.2.2
|
'@markdoc/markdoc': 0.2.2
|
||||||
|
|
||||||
|
@ -9748,6 +9750,11 @@ packages:
|
||||||
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
|
/escape-goat/3.0.0:
|
||||||
|
resolution: {integrity: sha512-w3PwNZJwRxlp47QGzhuEBldEqVHHhh8/tIPcl6ecf2Bou99cdAt0knihBV0Ecc7CGxYduXVBDheH1K2oADRlvw==}
|
||||||
|
engines: {node: '>=10'}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/escape-html/1.0.3:
|
/escape-html/1.0.3:
|
||||||
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
||||||
dev: false
|
dev: false
|
||||||
|
@ -14503,6 +14510,13 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
safe-buffer: 5.2.1
|
safe-buffer: 5.2.1
|
||||||
|
|
||||||
|
/stringify-attributes/3.0.0:
|
||||||
|
resolution: {integrity: sha512-tJKiThlLfog6ljT7ZTihlMh0iAtjKlu/ss9DMmBE5oOosbMqOMcuxc7zDfxP2lGzSb2Bwvbd3gQTqTSCmXyySw==}
|
||||||
|
engines: {node: '>=12'}
|
||||||
|
dependencies:
|
||||||
|
escape-goat: 3.0.0
|
||||||
|
dev: false
|
||||||
|
|
||||||
/stringify-entities/4.0.3:
|
/stringify-entities/4.0.3:
|
||||||
resolution: {integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==}
|
resolution: {integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue