chore(deps): update all non-major dependencies (#4601)

* chore(deps): update all non-major dependencies

* Update website/homepage/Dockerfile

* changelog

---------

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-21 15:56:10 +01:00 committed by GitHub
parent c66bba0ebf
commit 6a92e19a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 381 additions and 193 deletions

View File

@ -17,7 +17,7 @@
## Other Changes:
No changes to highlight.
- Update frontend dependencies in [PR 4601](https://github.com/gradio-app/gradio/pull/4601)
## Breaking Changes:

View File

@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/ws": "^8.5.4",
"esbuild": "^0.17.14"
"esbuild": "^0.18.0"
},
"scripts": {
"bundle": "vite build --ssr",

View File

@ -14,7 +14,7 @@
<script type="module" src="http://localhost:4321/gradio.js"></script>
<!-- <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.18.1b6/gradio.js"></script> -->
<!-- <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.18.0/gradio.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.min.js"></script> -->
<title>Vite App</title>
</head>

View File

@ -47,7 +47,7 @@
crossorigin="anonymous"
/>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.contentWindow.min.js"
async
></script>
</head>

View File

@ -19,7 +19,7 @@
"svelte-preprocess": "^4.10.1",
"tailwindcss": "^3.0.12",
"tslib": "^2.3.1",
"typescript": "~4.5.4"
"typescript": "~4.9.0"
},
"type": "module",
"dependencies": {

View File

@ -69,10 +69,10 @@
"tinyspy": "^0.3.0",
"typescript": "^4.7.4",
"vite": "^4.3.9",
"vitest": "^0.29.8"
"vitest": "^0.32.0"
},
"devDependencies": {
"@types/three": "^0.138.0"
"@types/three": "^0.152.0"
},
"prettier": {
"useTabs": true,

File diff suppressed because it is too large Load Diff