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:
renovate[bot] 2023-06-22 10:34:54 +01:00 committed by GitHub
parent d0f38c528f
commit 25e021157f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

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

View File

@ -103,7 +103,6 @@ marked.use(
gfm: true,
breaks: true,
pedantic: false,
smartLists: true,
headerIds: false,
mangle: false
},

8
pnpm-lock.yaml generated
View File

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