1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

chore: try to fix CI with Playwright

This commit is contained in:
2024-09-12 00:14:58 +02:00
parent 0d7b33727b
commit 12f1d6cdf2
2 changed files with 137 additions and 130 deletions

View File

@@ -28,8 +28,8 @@ catalog:
"rehype-slug": "6.0.0"
"remark-gfm": "4.0.0"
"remark-math": "6.0.0"
"shiki": "1.16.3"
"@shikijs/rehype": "1.16.3"
"shiki": "1.17.0"
"@shikijs/rehype": "1.17.0"
# TypeScript
"typescript": "5.5.4"
@@ -49,7 +49,7 @@ catalog:
"eslint-plugin-import-x": "3.1.0"
# Storybook
"@chromatic-com/storybook": "2.0.0"
"@chromatic-com/storybook": "2.0.1"
"@storybook/addon-a11y": "8.3.0"
"@storybook/addon-essentials": "8.3.0"
"@storybook/addon-interactions": "8.3.0"
@@ -61,14 +61,14 @@ catalog:
"@storybook/react": "8.3.0"
"@storybook/test": "8.3.0"
"@storybook/test-runner": "0.19.1"
"chromatic": "11.8.0"
"chromatic": "11.9.0"
"http-server": "14.1.1"
"storybook": "8.3.0"
"storybook-dark-mode": "4.0.2"
# Testing
"playwright": "1.46.1"
"@playwright/test": "1.46.1"
"playwright": "1.47.0"
"@playwright/test": "1.47.0"
"axe-playwright": "2.0.2"
"start-server-and-test": "2.0.7"
"@vitest/browser": "2.0.5"
@@ -79,7 +79,7 @@ catalog:
# CSS
"postcss": "8.4.45"
"tailwindcss": "3.4.10"
"tailwindcss": "3.4.11"
"@tailwindcss/typography": "0.5.15"
"@fontsource/montserrat": "5.0.20"
"clsx": "2.1.0"