mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
Use workspace version for code in _website (#8189)
* workspace * add changeset * remove circular import from preview * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
0d2e71bed4
commit
68dcae512c
7
.changeset/public-falcons-float.md
Normal file
7
.changeset/public-falcons-float.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
"gradio": patch
|
||||
"gradio_test": patch
|
||||
"website": patch
|
||||
---
|
||||
|
||||
feat:Use workspace version for code in _website
|
@ -22,12 +22,12 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@gradio/code": "0.5.11",
|
||||
"@gradio/code": "workspace:^",
|
||||
"@sindresorhus/slugify": "^2.2.0",
|
||||
"@sveltejs/adapter-vercel": "^5.3.0",
|
||||
"hast-util-to-string": "^3.0.0",
|
||||
"mdsvex": "^0.11.0",
|
||||
"postcss": ">=8.3.3 <9.0.0",
|
||||
"postcss": "^8.4.27",
|
||||
"prism-svelte": "^0.5.0"
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,6 @@
|
||||
"@zerodevx/svelte-json-view": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gradio/preview": "workspace:^",
|
||||
"@tailwindcss/vite": "4.0.0-alpha.14",
|
||||
"tailwindcss": "4.0.0-alpha.14"
|
||||
}
|
||||
|
853
pnpm-lock.yaml
853
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user