mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-18 12:50:30 +08:00
chore(deps): update dependency @types/marked to v5 (#4618)
* chore(deps): update dependency @types/marked to v5 * fix types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pngwn <hello@pngwn.io>
This commit is contained in:
parent
d0f38c528f
commit
25e021157f
@ -13,7 +13,7 @@
|
||||
"@gradio/upload": "workspace:^0.0.1",
|
||||
"@gradio/utils": "workspace:^0.0.1",
|
||||
"@types/katex": "^0.16.0",
|
||||
"@types/marked": "^4.3.0",
|
||||
"@types/marked": "^5.0.0",
|
||||
"@types/prismjs": "1.26.0",
|
||||
"katex": "^0.16.7",
|
||||
"marked": "^5.0.1",
|
||||
|
@ -103,7 +103,6 @@ marked.use(
|
||||
gfm: true,
|
||||
breaks: true,
|
||||
pedantic: false,
|
||||
smartLists: true,
|
||||
headerIds: false,
|
||||
mangle: false
|
||||
},
|
||||
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -384,8 +384,8 @@ importers:
|
||||
specifier: ^0.16.0
|
||||
version: 0.16.0
|
||||
'@types/marked':
|
||||
specifier: ^4.3.0
|
||||
version: 4.3.0
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0
|
||||
'@types/prismjs':
|
||||
specifier: 1.26.0
|
||||
version: 1.26.0
|
||||
@ -2137,8 +2137,8 @@ packages:
|
||||
resolution: {integrity: sha512-hz+S3nV6Mym5xPbT9fnO8dDhBFQguMYpY0Ipxv06JMi1ORgnEM4M1ymWDUhUNer3ElLmT583opRo4RzxKmh9jw==}
|
||||
dev: false
|
||||
|
||||
/@types/marked@4.3.0:
|
||||
resolution: {integrity: sha512-zK4gSFMjgslsv5Lyvr3O1yCjgmnE4pr8jbG8qVn4QglMwtpvPCf4YT2Wma7Nk95OxUUJI8Z+kzdXohbM7mVpGw==}
|
||||
/@types/marked@5.0.0:
|
||||
resolution: {integrity: sha512-YcZe50jhltsCq7rc9MNZC/4QB/OnA2Pd6hrOSTOFajtabN+38slqgDDCeE/0F83SjkKBQcsZUj7VLWR0H5cKRA==}
|
||||
dev: false
|
||||
|
||||
/@types/minimist@1.2.2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user