mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
chore(deps): update dependency iframe-resizer to v4.3.7 (#5562)
* chore(deps): update dependency iframe-resizer to v4.3.7 * 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
4ed5902e7d
commit
50d9747d06
7
.changeset/deep-bugs-study.md
Normal file
7
.changeset/deep-bugs-study.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"@gradio/cdn-test": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:chore(deps): update dependency iframe-resizer to v4.3.7
|
@ -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.6/iframeResizer.min.js"></script> -->
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.7/iframeResizer.min.js"></script> -->
|
||||
|
||||
<title>Vite App</title>
|
||||
</head>
|
||||
|
@ -50,7 +50,7 @@
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<script
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.contentWindow.min.js"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.7/iframeResizer.contentWindow.min.js"
|
||||
async
|
||||
></script>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user