mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-12-12 20:46:52 +01:00
fix: update React.js to v19.2.3 (security release)
Ref: https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components
This commit is contained in:
@@ -12,17 +12,17 @@ catalog:
|
||||
# TypeScript
|
||||
"typescript": "5.9.3"
|
||||
"@total-typescript/ts-reset": "0.6.1"
|
||||
"@types/node": "24.10.1"
|
||||
"@types/node": "24.10.3"
|
||||
|
||||
# Utils
|
||||
"mime": "4.1.0"
|
||||
|
||||
# React.js/Next.js
|
||||
"next": &next "16.0.7"
|
||||
"next-intl": "4.5.8"
|
||||
"next": &next "16.0.10"
|
||||
"next-intl": "4.6.0"
|
||||
"next-themes": "0.4.6"
|
||||
"react": "19.2.1"
|
||||
"react-dom": "19.2.1"
|
||||
"react": "19.2.3"
|
||||
"react-dom": "19.2.3"
|
||||
"@types/react": "19.2.7"
|
||||
"@types/react-dom": "19.2.3"
|
||||
"react-icons": "5.5.0"
|
||||
@@ -30,7 +30,7 @@ catalog:
|
||||
# Blog
|
||||
"@giscus/react": "3.1.0"
|
||||
"gray-matter": "4.0.3"
|
||||
"katex": "0.16.25"
|
||||
"katex": "0.16.27"
|
||||
"next-mdx-remote": "5.0.0"
|
||||
"@mdx-js/mdx": "3.1.1"
|
||||
"rehype-katex": "7.0.1"
|
||||
@@ -42,13 +42,13 @@ catalog:
|
||||
"@shikijs/rehype": "1.24.0"
|
||||
|
||||
# Markdown Lint
|
||||
"markdownlint-cli2": "0.19.1"
|
||||
"markdownlint": "0.39.0"
|
||||
"markdownlint-cli2": "0.20.0"
|
||||
"markdownlint": "0.40.0"
|
||||
"markdownlint-rule-relative-links": "4.2.0"
|
||||
|
||||
# ESLint
|
||||
"globals": "16.5.0"
|
||||
"typescript-eslint": "8.48.1"
|
||||
"typescript-eslint": "8.49.0"
|
||||
"eslint": "9.39.1"
|
||||
"eslint-config-conventions": "21.1.1"
|
||||
"eslint-plugin-promise": "7.2.1"
|
||||
@@ -64,7 +64,7 @@ catalog:
|
||||
"editorconfig-checker": "6.1.1"
|
||||
|
||||
# Storybook
|
||||
"storybook": &storybook "10.1.4"
|
||||
"storybook": &storybook "10.1.8"
|
||||
"@storybook/addon-docs": *storybook
|
||||
"@storybook/addon-a11y": *storybook
|
||||
"@storybook/nextjs": *storybook
|
||||
@@ -80,9 +80,9 @@ catalog:
|
||||
|
||||
# CSS
|
||||
"postcss": "8.5.6"
|
||||
"@tailwindcss/postcss": "4.1.17"
|
||||
"@tailwindcss/postcss": "4.1.18"
|
||||
"@tailwindcss/typography": "0.5.19"
|
||||
"tailwindcss": "4.1.17"
|
||||
"tailwindcss": "4.1.18"
|
||||
"tailwind-merge": "3.4.0"
|
||||
"clsx": "2.1.1"
|
||||
"cva": "1.0.0-beta.4"
|
||||
@@ -95,6 +95,7 @@ onlyBuiltDependencies:
|
||||
- "esbuild"
|
||||
- "sharp"
|
||||
- "unrs-resolver"
|
||||
- "@parcel/watcher"
|
||||
|
||||
publicHoistPattern:
|
||||
- "*eslint*"
|
||||
|
||||
Reference in New Issue
Block a user