Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion client/js/package.json
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/ws": "^8.5.4",
"esbuild": "^0.17.14"
"esbuild": "^0.18.0"
},
"scripts": {
"bundle": "vite build --ssr",
Expand Down
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.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>
Expand Down
2 changes: 1 addition & 1 deletion js/app/index.html
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion js/workbench/package.json
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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,
Expand Down