Many many changes
This commit is contained in:
parent
0ccbcacf6f
commit
c0a63a4a97
23 changed files with 405 additions and 20 deletions
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
|
@ -1,14 +1,20 @@
|
|||
lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
',mmarked': link:@types/,mmarked
|
||||
'@astrojs/rss': ^2.4.3
|
||||
'@types/marked': ^5.0.0
|
||||
astro: ^2.6.4
|
||||
astro-icon: ^0.8.1
|
||||
marked: ^5.1.0
|
||||
|
||||
dependencies:
|
||||
',mmarked': link:@types/,mmarked
|
||||
'@astrojs/rss': 2.4.3
|
||||
'@types/marked': 5.0.0
|
||||
astro: 2.6.4
|
||||
astro-icon: 0.8.1
|
||||
marked: 5.1.0
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -672,6 +678,10 @@ packages:
|
|||
resolution: {integrity: sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==}
|
||||
dev: false
|
||||
|
||||
/@types/marked/5.0.0:
|
||||
resolution: {integrity: sha512-YcZe50jhltsCq7rc9MNZC/4QB/OnA2Pd6hrOSTOFajtabN+38slqgDDCeE/0F83SjkKBQcsZUj7VLWR0H5cKRA==}
|
||||
dev: false
|
||||
|
||||
/@types/mdast/3.0.11:
|
||||
resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==}
|
||||
dependencies:
|
||||
|
@ -1858,6 +1868,12 @@ packages:
|
|||
resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
|
||||
dev: false
|
||||
|
||||
/marked/5.1.0:
|
||||
resolution: {integrity: sha512-z3/nBe7aTI8JDszlYLk7dDVNpngjw0o1ZJtrA9kIfkkHcIF+xH7mO23aISl4WxP83elU+MFROgahqdpd05lMEQ==}
|
||||
engines: {node: '>= 18'}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/mdast-util-definitions/5.1.2:
|
||||
resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==}
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue