build(deps): update latest
All checks were successful
Chromatic / chromatic (push) Successful in 5m23s
CI / ci (push) Successful in 3m55s
CI / commitlint (push) Successful in 22s

This commit is contained in:
Théo LUDWIG 2024-08-02 00:50:10 +02:00
parent 596593ef6a
commit 91e1f18575
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
5 changed files with 575 additions and 579 deletions

View File

@ -5,7 +5,7 @@ RUN corepack enable
WORKDIR /usr/src/app
FROM node-pnpm AS builder
RUN pnpm install --global turbo@2.0.10
RUN pnpm install --global turbo@2.0.11
COPY ./ ./
RUN turbo prune @repo/website --docker

View File

@ -59,11 +59,7 @@ export const generateStaticParams = (): Array<{ locale: Locale }> => {
})
}
interface LocaleLayoutProps extends React.PropsWithChildren {
params: {
locale: Locale
}
}
interface LocaleLayoutProps extends React.PropsWithChildren, LocaleProps {}
const LocaleLayout: React.FC<LocaleLayoutProps> = async (props) => {
const { children, params } = props

View File

@ -29,7 +29,7 @@
"prettier-plugin-tailwindcss": "0.6.5",
"replace-in-files-cli": "3.0.0",
"semantic-release": "23.1.1",
"turbo": "2.0.10",
"turbo": "2.0.11",
"typescript": "catalog:"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -21,8 +21,8 @@ catalog:
# TypeScript
"typescript": "5.5.4"
"@total-typescript/ts-reset": "0.5.1"
"@types/node": "22.0.0"
"tsx": "4.16.3"
"@types/node": "22.0.2"
"tsx": "4.16.5"
# ESLint
"@typescript-eslint/eslint-plugin": "7.18.0"
@ -37,20 +37,20 @@ catalog:
# Storybook
"@chromatic-com/storybook": "1.6.1"
"@storybook/addon-a11y": "8.2.6"
"@storybook/addon-essentials": "8.2.6"
"@storybook/addon-interactions": "8.2.6"
"@storybook/addon-links": "8.2.6"
"@storybook/addon-storysource": "8.2.6"
"@storybook/addon-themes": "8.2.6"
"@storybook/blocks": "8.2.6"
"@storybook/nextjs": "8.2.6"
"@storybook/react": "8.2.6"
"@storybook/test": "8.2.6"
"@storybook/addon-a11y": "8.2.7"
"@storybook/addon-essentials": "8.2.7"
"@storybook/addon-interactions": "8.2.7"
"@storybook/addon-links": "8.2.7"
"@storybook/addon-storysource": "8.2.7"
"@storybook/addon-themes": "8.2.7"
"@storybook/blocks": "8.2.7"
"@storybook/nextjs": "8.2.7"
"@storybook/react": "8.2.7"
"@storybook/test": "8.2.7"
"@storybook/test-runner": "0.19.1"
"chromatic": "11.6.0"
"chromatic": "11.7.0"
"http-server": "14.1.1"
"storybook": "8.2.6"
"storybook": "8.2.7"
"storybook-dark-mode": "4.0.2"
# Testing