mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
chore(deps): update dependency iframe-resizer to v5 (#8347)
* chore(deps): update dependency iframe-resizer to v5 * 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
ab65360804
commit
fe3e03abdc
7
.changeset/fast-swans-divide.md
Normal file
7
.changeset/fast-swans-divide.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"@gradio/cdn-test": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:chore(deps): update dependency iframe-resizer to v5
|
@ -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.11/iframeResizer.min.js"></script> -->
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/5.0.0/iframeResizer.min.js"></script> -->
|
||||
|
||||
<title>Vite App</title>
|
||||
</head>
|
||||
|
@ -77,7 +77,7 @@
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<script
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.11/iframeResizer.contentWindow.min.js"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/5.0.0/iframeResizer.contentWindow.min.js"
|
||||
async
|
||||
></script>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user