Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6537)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* add changeset

* fix

---------

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>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: Dawood <dawoodkhan82@gmail.com>
  • Loading branch information
4 people committed Nov 22, 2023
1 parent 1479261 commit 6d3fecf
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 180 deletions.
10 changes: 10 additions & 0 deletions .changeset/slow-books-like.md
@@ -0,0 +1,10 @@
---
"@gradio/app": minor
"@gradio/cdn-test": minor
"@gradio/chatbot": minor
"@gradio/markdown": minor
"@gradio/preview": minor
"gradio": minor
---

feat:chore(deps): update all non-major dependencies
2 changes: 1 addition & 1 deletion js/_cdn-test/index.html
Expand Up @@ -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.7/iframeResizer.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script> -->

<title>Vite App</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion js/app/index.html
Expand Up @@ -50,7 +50,7 @@
crossorigin="anonymous"
/>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.7/iframeResizer.contentWindow.min.js"
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.contentWindow.min.js"
async
></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion js/chatbot/package.json
Expand Up @@ -17,7 +17,7 @@
"@gradio/utils": "workspace:^",
"@types/dompurify": "^3.0.2",
"@types/katex": "^0.16.0",
"@types/prismjs": "1.26.2",
"@types/prismjs": "1.26.3",
"dequal": "^2.0.2"
},
"main_changeset": true,
Expand Down
2 changes: 1 addition & 1 deletion js/markdown/package.json
Expand Up @@ -19,7 +19,7 @@
"@gradio/utils": "workspace:^",
"@types/dompurify": "^3.0.2",
"@types/katex": "^0.16.0",
"@types/prismjs": "1.26.2",
"@types/prismjs": "1.26.3",
"dompurify": "^3.0.3",
"katex": "^0.16.7",
"marked": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion js/preview/package.json
Expand Up @@ -30,7 +30,7 @@
"pug": "^3.0.2",
"rollup-plugin-ignore": "^1.0.10",
"sass": "^1.66.1",
"stylus": "^0.61.0",
"stylus": "^0.62.0",
"sucrase": "^3.34.0",
"sugarss": "^4.0.1",
"which": "4.0.0",
Expand Down

0 comments on commit 6d3fecf

Please sign in to comment.