mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
To resolve security advisories. Should be merged after #6085
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Upgrades Playwright to 1.57.0 across examples and packages, updating
corresponding yarn.lock entries.
>
> - **Dependencies**:
> - Bump `playwright` to `1.57.0` in `examples/react/package.json`,
`examples/sveltekit/package.json`, `examples/vue/package.json`,
`packages/@uppy/dashboard/package.json`, and
`packages/@uppy/url/package.json`.
> - Update `yarn.lock` to `playwright@1.57.0` and
`playwright-core@1.57.0`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
fa35f7b7ea. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
34 lines
863 B
JSON
34 lines
863 B
JSON
{
|
|
"name": "example-react",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"test": "vitest run",
|
|
"dev": "vite",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/react": "workspace:*",
|
|
"@uppy/remote-sources": "workspace:*",
|
|
"@uppy/screen-capture": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"@vitest/browser": "^3.2.4",
|
|
"playwright": "1.57.0",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^7.1.11",
|
|
"vitest": "^3.2.4",
|
|
"vitest-browser-react": "^1.0.0"
|
|
}
|
|
}
|