1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-12-10 23:42:37 +01:00

fix: update React.js to v19.2.1 (security release)

Ref: https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components
This commit is contained in:
2025-12-05 10:35:14 +01:00
parent c86a039c1f
commit 3c92889f12
12 changed files with 1293 additions and 1219 deletions

View File

@@ -7,24 +7,24 @@ catalogMode: "strict"
catalog:
# Turborepo
"turbo": "2.6.0"
"turbo": "2.6.3"
# TypeScript
"typescript": "5.9.3"
"@total-typescript/ts-reset": "0.6.1"
"@types/node": "24.9.2"
"@types/node": "24.10.1"
# Utils
"mime": "4.1.0"
# React.js/Next.js
"next": &next "16.0.1"
"next-intl": "4.4.0"
"next": &next "16.0.7"
"next-intl": "4.5.8"
"next-themes": "0.4.6"
"react": "19.2.0"
"react-dom": "19.2.0"
"@types/react": "19.2.2"
"@types/react-dom": "19.2.2"
"react": "19.2.1"
"react-dom": "19.2.1"
"@types/react": "19.2.7"
"@types/react-dom": "19.2.3"
"react-icons": "5.5.0"
# Blog
@@ -42,15 +42,15 @@ catalog:
"@shikijs/rehype": "1.24.0"
# Markdown Lint
"markdownlint-cli2": "0.18.1"
"markdownlint": "0.38.0"
"markdownlint-cli2": "0.19.1"
"markdownlint": "0.39.0"
"markdownlint-rule-relative-links": "4.2.0"
# ESLint
"globals": "16.4.0"
"typescript-eslint": "8.46.2"
"eslint": "9.39.0"
"eslint-config-conventions": "21.1.0"
"globals": "16.5.0"
"typescript-eslint": "8.48.1"
"eslint": "9.39.1"
"eslint-config-conventions": "21.1.1"
"eslint-plugin-promise": "7.2.1"
"eslint-plugin-unicorn": "62.0.0"
"eslint-plugin-import-x": "4.16.1"
@@ -59,31 +59,31 @@ catalog:
"eslint-plugin-react-hooks": "7.0.1"
# Prettier
"prettier": "3.6.2"
"prettier-plugin-tailwindcss": "0.7.1"
"prettier": "3.7.4"
"prettier-plugin-tailwindcss": "0.7.2"
"editorconfig-checker": "6.1.1"
# Storybook
"storybook": &storybook "10.0.2"
"storybook": &storybook "10.1.4"
"@storybook/addon-docs": *storybook
"@storybook/addon-a11y": *storybook
"@storybook/nextjs": *storybook
"@storybook/addon-themes": *storybook
"@storybook/test-runner": "0.24.1"
"@chromatic-com/storybook": "4.1.2"
"chromatic": "13.3.3"
"@storybook/test-runner": "0.24.2"
"@chromatic-com/storybook": "4.1.3"
"chromatic": "13.3.4"
# Testing
"playwright": &playwright "1.56.1"
"playwright": &playwright "1.57.0"
"@playwright/test": *playwright
"start-server-and-test": "2.1.2"
"start-server-and-test": "2.1.3"
# CSS
"postcss": "8.5.6"
"@tailwindcss/postcss": "4.1.16"
"@tailwindcss/postcss": "4.1.17"
"@tailwindcss/typography": "0.5.19"
"tailwindcss": "4.1.16"
"tailwind-merge": "3.3.1"
"tailwindcss": "4.1.17"
"tailwind-merge": "3.4.0"
"clsx": "2.1.1"
"cva": "1.0.0-beta.4"
"@fontsource/montserrat": "5.2.8"