mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-02-28 16:01:00 +01:00
chore: explicit docker.io + deps update latest
This commit is contained in:
@@ -7,16 +7,16 @@ catalogMode: "strict"
|
||||
|
||||
catalog:
|
||||
# Turborepo
|
||||
"turbo": "2.8.9"
|
||||
"turbo": "2.8.11"
|
||||
|
||||
# TypeScript/Linting
|
||||
"typescript": "5.9.3"
|
||||
"@types/node": "25.2.3"
|
||||
"@types/node": "25.3.2"
|
||||
"@total-typescript/ts-reset": "0.6.1"
|
||||
"oxlint": "1.47.0"
|
||||
"oxlint-tsgolint": "0.12.2"
|
||||
"oxfmt": "0.32.0"
|
||||
"eslint-config-conventions": "21.2.0"
|
||||
"oxlint": "1.50.0"
|
||||
"oxlint-tsgolint": "0.15.0"
|
||||
"oxfmt": "0.35.0"
|
||||
"eslint-config-conventions": "21.2.4"
|
||||
"editorconfig-checker": "6.1.1"
|
||||
|
||||
# Utils
|
||||
@@ -35,7 +35,7 @@ catalog:
|
||||
# Blog
|
||||
"@giscus/react": "3.1.0"
|
||||
"gray-matter": "4.0.3"
|
||||
"katex": "0.16.28"
|
||||
"katex": "0.16.33"
|
||||
"next-mdx-remote": "5.0.0"
|
||||
"@mdx-js/mdx": "3.1.1"
|
||||
"rehype-katex": "7.0.1"
|
||||
@@ -49,29 +49,29 @@ catalog:
|
||||
# Markdown Lint
|
||||
"markdownlint-cli2": "0.21.0"
|
||||
"markdownlint": "0.40.0"
|
||||
"markdownlint-rule-relative-links": "5.0.1"
|
||||
"markdownlint-rule-relative-links": "5.1.0"
|
||||
|
||||
# Storybook
|
||||
"storybook": &storybook "10.2.8"
|
||||
"storybook": &storybook "10.2.13"
|
||||
"@storybook/addon-docs": *storybook
|
||||
"@storybook/addon-a11y": *storybook
|
||||
"@storybook/nextjs": *storybook
|
||||
"@storybook/addon-themes": *storybook
|
||||
"@storybook/test-runner": "0.24.2"
|
||||
"@chromatic-com/storybook": "5.0.1"
|
||||
"chromatic": "15.1.0"
|
||||
"chromatic": "15.2.0"
|
||||
|
||||
# Testing
|
||||
"playwright": &playwright "1.58.2"
|
||||
"@playwright/test": *playwright
|
||||
"start-server-and-test": "2.1.3"
|
||||
"start-server-and-test": "2.1.5"
|
||||
|
||||
# CSS
|
||||
"postcss": "8.5.6"
|
||||
"@tailwindcss/postcss": "4.1.18"
|
||||
"@tailwindcss/postcss": "4.2.1"
|
||||
"@tailwindcss/typography": "0.5.19"
|
||||
"tailwindcss": "4.1.18"
|
||||
"tailwind-merge": "3.4.1"
|
||||
"tailwindcss": "4.2.1"
|
||||
"tailwind-merge": "3.5.0"
|
||||
"clsx": "2.1.1"
|
||||
"@fontsource/montserrat": "5.2.8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user