feat(skin): add error dialogs (#603)

This commit is contained in:
Sam Potts
2026-02-25 14:38:57 +11:00
committed by GitHub
parent 78112fbefd
commit ba94f74b91
25 changed files with 1641 additions and 477 deletions
+3 -3
View File
@@ -26,7 +26,7 @@
"@nanostores/react": "^1.0.0",
"@pagefind/default-ui": "^1.4.0",
"@sentry/astro": "^10.32.1",
"@tailwindcss/vite": "^4.1.17",
"@tailwindcss/vite": "^4.2.0",
"@videojs/html": "workspace:*",
"@videojs/html-preview": "workspace:*",
"@videojs/react": "workspace:*",
@@ -51,7 +51,7 @@
"shiki": "^3.13.0",
"simple-git": "^3.28.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.17",
"tailwindcss": "^4.2.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
@@ -63,7 +63,7 @@
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-react": "^5.0.3",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"babel-plugin-react-compiler": "1.0.0",