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

build(deps): update latest

This commit is contained in:
2025-09-09 19:10:52 +02:00
parent d6f2d9e3a6
commit 4502e32250
4 changed files with 942 additions and 963 deletions

View File

@@ -28,7 +28,7 @@ The commit message guidelines adheres to [Conventional Commits](https://www.conv
### Prerequisites ### Prerequisites
- [Node.js](https://nodejs.org/) >= v24.0.0 [(`nvm install 24`)](https://nvm.sh) - [Node.js](https://nodejs.org/) >= v24.0.0 [(`nvm install 24`)](https://nvm.sh)
- [pnpm](https://pnpm.io/) v10.15.0 [(`npm install --global corepack@0.34.0 && corepack enable`)](https://github.com/nodejs/corepack) - [pnpm](https://pnpm.io/) v10.15.1 [(`npm install --global corepack@0.34.0 && corepack enable`)](https://github.com/nodejs/corepack)
- [Docker](https://www.docker.com/) - [Docker](https://www.docker.com/)
### Installation ### Installation

View File

@@ -3,7 +3,7 @@
"version": "0.0.0-develop", "version": "0.0.0-develop",
"private": true, "private": true,
"type": "module", "type": "module",
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b", "packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"engines": { "engines": {
"node": ">=24.0.0" "node": ">=24.0.0"
}, },

1879
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,14 +12,14 @@ catalog:
# TypeScript # TypeScript
"typescript": "5.9.2" "typescript": "5.9.2"
"@total-typescript/ts-reset": "0.6.1" "@total-typescript/ts-reset": "0.6.1"
"@types/node": "24.3.0" "@types/node": "24.3.1"
# Utils # Utils
"mime": "4.0.7" "mime": "4.0.7"
# React.js/Next.js # React.js/Next.js
"next": &next "15.5.2" "next": &next "15.5.2"
"next-intl": "4.3.5" "next-intl": "4.3.7"
"next-themes": "0.4.6" "next-themes": "0.4.6"
"react": "19.1.1" "react": "19.1.1"
"react-dom": "19.1.1" "react-dom": "19.1.1"
@@ -48,11 +48,11 @@ catalog:
# ESLint # ESLint
"globals": "16.3.0" "globals": "16.3.0"
"typescript-eslint": "8.41.0" "typescript-eslint": "8.43.0"
"eslint": "9.34.0" "eslint": "9.35.0"
"eslint-config-conventions": "20.1.3" "eslint-config-conventions": "20.2.0"
"eslint-plugin-promise": "7.2.1" "eslint-plugin-promise": "7.2.1"
"eslint-plugin-unicorn": "60.0.0" "eslint-plugin-unicorn": "61.0.2"
"eslint-plugin-import-x": "4.16.1" "eslint-plugin-import-x": "4.16.1"
"@next/eslint-plugin-next": *next "@next/eslint-plugin-next": *next
"eslint-plugin-react": "7.37.5" "eslint-plugin-react": "7.37.5"
@@ -64,7 +64,7 @@ catalog:
"editorconfig-checker": "6.1.0" "editorconfig-checker": "6.1.0"
# Storybook # Storybook
"storybook": &storybook "9.1.3" "storybook": &storybook "9.1.5"
"@storybook/addon-docs": *storybook "@storybook/addon-docs": *storybook
"@storybook/addon-a11y": *storybook "@storybook/addon-a11y": *storybook
"@storybook/nextjs": *storybook "@storybook/nextjs": *storybook
@@ -76,17 +76,17 @@ catalog:
# Testing # Testing
"playwright": &playwright "1.55.0" "playwright": &playwright "1.55.0"
"@playwright/test": *playwright "@playwright/test": *playwright
"start-server-and-test": "2.0.13" "start-server-and-test": "2.1.0"
# CSS # CSS
"postcss": "8.5.6" "postcss": "8.5.6"
"@tailwindcss/postcss": "4.1.12" "@tailwindcss/postcss": "4.1.13"
"@tailwindcss/typography": "0.5.16" "@tailwindcss/typography": "0.5.16"
"tailwindcss": "4.1.12" "tailwindcss": "4.1.13"
"tailwind-merge": "3.3.1" "tailwind-merge": "3.3.1"
"clsx": "2.1.1" "clsx": "2.1.1"
"cva": "1.0.0-beta.4" "cva": "1.0.0-beta.4"
"@fontsource/montserrat": "5.2.6" "@fontsource/montserrat": "5.2.7"
onlyBuiltDependencies: onlyBuiltDependencies:
- "@swc/core" - "@swc/core"