diff --git a/apps/e2e/package.json b/apps/e2e/package.json index ae897160..12de7d59 100644 --- a/apps/e2e/package.json +++ b/apps/e2e/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@playwright/test": "^1.52.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@videojs/core": "workspace:*", "@videojs/html": "workspace:*", @@ -33,9 +33,9 @@ "@videojs/spf": "workspace:*", "@videojs/store": "workspace:*", "@videojs/utils": "workspace:*", - "@vitejs/plugin-react": "^6.0.1", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "vite": "^8.0.0" + "@vitejs/plugin-react": "^6.0.4", + "react": "^19.2.8", + "react-dom": "^19.2.8", + "vite": "^8.1.5" } } diff --git a/apps/sandbox/app/shared/i18n/sandbox-locales.ts b/apps/sandbox/app/shared/i18n/sandbox-locales.ts index 679f293b..55c81d99 100644 --- a/apps/sandbox/app/shared/i18n/sandbox-locales.ts +++ b/apps/sandbox/app/shared/i18n/sandbox-locales.ts @@ -12,6 +12,7 @@ import { sandboxLocaleLabel, } from './locale-meta'; +export type { SandboxLocaleTag }; export { DEFAULT_SANDBOX_LOCALE, isSandboxBrowserLocale, @@ -20,7 +21,6 @@ export { SANDBOX_LOCALE_TAGS, sandboxLocaleLabel, }; -export type { SandboxLocaleTag }; const prefetchBrowserSandboxLocale = createBrowserSandboxPrefetch(registerI18n); diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index 1a8f100f..57bb808f 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -21,22 +21,22 @@ "@videojs/utils": "workspace:*" }, "devDependencies": { - "@tailwindcss/vite": "^4.3.1", + "@tailwindcss/vite": "^4.3.3", "@types/fs-extra": "^11.0.4", "@types/prompts": "^2.4.9", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", + "@vitejs/plugin-react": "^6.0.4", "chalk": "^5.6.2", - "diff": "^8.0.3", + "diff": "^8.0.4", "dir-compare": "^5.0.0", - "fs-extra": "^11.3.4", + "fs-extra": "^11.4.0", "prompts": "^2.4.2", - "react": "^19.2.4", - "react-dom": "^19.2.4", + "react": "^19.2.8", + "react-dom": "^19.2.8", "rimraf": "^6.1.3", - "tailwindcss": "^4.3.1", - "tsx": "^4.21.0", - "vite": "^8.0.0" + "tailwindcss": "^4.3.3", + "tsx": "^4.23.1", + "vite": "^8.1.5" } } diff --git a/apps/sandbox/templates/spf-background-video/index.html b/apps/sandbox/templates/spf-background-video/index.html index 7b4c4677..1527a549 100644 --- a/apps/sandbox/templates/spf-background-video/index.html +++ b/apps/sandbox/templates/spf-background-video/index.html @@ -148,7 +148,8 @@ backdrop-filter: blur(8px); } - .controls label { + .controls label, + .controls .picker-label { display: block; margin-bottom: 6px; font-size: 10px; @@ -258,7 +259,7 @@