deps: stringify-attributes
This commit is contained in:
parent
9382330a87
commit
f6ed5da396
2 changed files with 16 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
"dependencies": {
|
||||
"@astrojs/markdoc": "^0.0.1",
|
||||
"astro": "^2.0.6",
|
||||
"html-escaper": "^3.0.3"
|
||||
"html-escaper": "^3.0.3",
|
||||
"stringify-attributes": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@markdoc/markdoc": "^0.2.2"
|
||||
|
|
|
@ -291,10 +291,12 @@ importers:
|
|||
'@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
|
||||
|
||||
|
@ -9576,6 +9578,11 @@ packages:
|
|||
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
/escape-goat/3.0.0:
|
||||
resolution: {integrity: sha512-w3PwNZJwRxlp47QGzhuEBldEqVHHhh8/tIPcl6ecf2Bou99cdAt0knihBV0Ecc7CGxYduXVBDheH1K2oADRlvw==}
|
||||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/escape-html/1.0.3:
|
||||
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
||||
dev: false
|
||||
|
@ -14251,6 +14258,13 @@ packages:
|
|||
dependencies:
|
||||
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:
|
||||
resolution: {integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==}
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue