mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-25 12:10:31 +08:00
chore(deps): update dependency hast-util-to-string to v3 (#5381)
* chore(deps): update dependency hast-util-to-string to v3 * add changeset --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
97c3c7b173
commit
3d66e61d64
5
.changeset/sixty-donuts-love.md
Normal file
5
.changeset/sixty-donuts-love.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"website": patch
|
||||
---
|
||||
|
||||
feat:chore(deps): update dependency hast-util-to-string to v3
|
@ -30,7 +30,7 @@
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "^2.2.0",
|
||||
"@sveltejs/adapter-vercel": "^3.0.3",
|
||||
"hast-util-to-string": "^2.0.0",
|
||||
"hast-util-to-string": "^3.0.0",
|
||||
"mdsvex": "^0.11.0",
|
||||
"postcss": ">=8.3.3 <9.0.0"
|
||||
}
|
||||
|
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@ -1,4 +1,4 @@
|
||||
lockfileVersion: '6.1'
|
||||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
@ -280,8 +280,8 @@ importers:
|
||||
specifier: ^3.0.3
|
||||
version: 3.0.3(@sveltejs/kit@1.16.3)
|
||||
hast-util-to-string:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0
|
||||
mdsvex:
|
||||
specifier: ^0.11.0
|
||||
version: 0.11.0(svelte@3.59.2)
|
||||
@ -6835,8 +6835,8 @@ packages:
|
||||
'@types/node': 20.3.2
|
||||
dev: true
|
||||
|
||||
/@types/hast@2.3.4:
|
||||
resolution: {integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==}
|
||||
/@types/hast@3.0.0:
|
||||
resolution: {integrity: sha512-SoytUJRuf68HXYqcXicQIhCrLQjqeYU2anikr4G3p3Iz+OZO5QDQpDj++gv+RenHsnUBwNZ2dumBArF8VLSk2Q==}
|
||||
dependencies:
|
||||
'@types/unist': 2.0.6
|
||||
dev: false
|
||||
@ -10315,10 +10315,10 @@ packages:
|
||||
dependencies:
|
||||
function-bind: 1.1.1
|
||||
|
||||
/hast-util-to-string@2.0.0:
|
||||
resolution: {integrity: sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==}
|
||||
/hast-util-to-string@3.0.0:
|
||||
resolution: {integrity: sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==}
|
||||
dependencies:
|
||||
'@types/hast': 2.3.4
|
||||
'@types/hast': 3.0.0
|
||||
dev: false
|
||||
|
||||
/he@1.2.0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user