build(deps): update latest
This commit is contained in:
parent
596593ef6a
commit
91e1f18575
@ -5,7 +5,7 @@ RUN corepack enable
|
|||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
FROM node-pnpm AS builder
|
FROM node-pnpm AS builder
|
||||||
RUN pnpm install --global turbo@2.0.10
|
RUN pnpm install --global turbo@2.0.11
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
RUN turbo prune @repo/website --docker
|
RUN turbo prune @repo/website --docker
|
||||||
|
|
||||||
|
@ -59,11 +59,7 @@ export const generateStaticParams = (): Array<{ locale: Locale }> => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
interface LocaleLayoutProps extends React.PropsWithChildren {
|
interface LocaleLayoutProps extends React.PropsWithChildren, LocaleProps {}
|
||||||
params: {
|
|
||||||
locale: Locale
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const LocaleLayout: React.FC<LocaleLayoutProps> = async (props) => {
|
const LocaleLayout: React.FC<LocaleLayoutProps> = async (props) => {
|
||||||
const { children, params } = props
|
const { children, params } = props
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"prettier-plugin-tailwindcss": "0.6.5",
|
"prettier-plugin-tailwindcss": "0.6.5",
|
||||||
"replace-in-files-cli": "3.0.0",
|
"replace-in-files-cli": "3.0.0",
|
||||||
"semantic-release": "23.1.1",
|
"semantic-release": "23.1.1",
|
||||||
"turbo": "2.0.10",
|
"turbo": "2.0.11",
|
||||||
"typescript": "catalog:"
|
"typescript": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1116
pnpm-lock.yaml
1116
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -21,8 +21,8 @@ catalog:
|
|||||||
# TypeScript
|
# TypeScript
|
||||||
"typescript": "5.5.4"
|
"typescript": "5.5.4"
|
||||||
"@total-typescript/ts-reset": "0.5.1"
|
"@total-typescript/ts-reset": "0.5.1"
|
||||||
"@types/node": "22.0.0"
|
"@types/node": "22.0.2"
|
||||||
"tsx": "4.16.3"
|
"tsx": "4.16.5"
|
||||||
|
|
||||||
# ESLint
|
# ESLint
|
||||||
"@typescript-eslint/eslint-plugin": "7.18.0"
|
"@typescript-eslint/eslint-plugin": "7.18.0"
|
||||||
@ -37,20 +37,20 @@ catalog:
|
|||||||
|
|
||||||
# Storybook
|
# Storybook
|
||||||
"@chromatic-com/storybook": "1.6.1"
|
"@chromatic-com/storybook": "1.6.1"
|
||||||
"@storybook/addon-a11y": "8.2.6"
|
"@storybook/addon-a11y": "8.2.7"
|
||||||
"@storybook/addon-essentials": "8.2.6"
|
"@storybook/addon-essentials": "8.2.7"
|
||||||
"@storybook/addon-interactions": "8.2.6"
|
"@storybook/addon-interactions": "8.2.7"
|
||||||
"@storybook/addon-links": "8.2.6"
|
"@storybook/addon-links": "8.2.7"
|
||||||
"@storybook/addon-storysource": "8.2.6"
|
"@storybook/addon-storysource": "8.2.7"
|
||||||
"@storybook/addon-themes": "8.2.6"
|
"@storybook/addon-themes": "8.2.7"
|
||||||
"@storybook/blocks": "8.2.6"
|
"@storybook/blocks": "8.2.7"
|
||||||
"@storybook/nextjs": "8.2.6"
|
"@storybook/nextjs": "8.2.7"
|
||||||
"@storybook/react": "8.2.6"
|
"@storybook/react": "8.2.7"
|
||||||
"@storybook/test": "8.2.6"
|
"@storybook/test": "8.2.7"
|
||||||
"@storybook/test-runner": "0.19.1"
|
"@storybook/test-runner": "0.19.1"
|
||||||
"chromatic": "11.6.0"
|
"chromatic": "11.7.0"
|
||||||
"http-server": "14.1.1"
|
"http-server": "14.1.1"
|
||||||
"storybook": "8.2.6"
|
"storybook": "8.2.7"
|
||||||
"storybook-dark-mode": "4.0.2"
|
"storybook-dark-mode": "4.0.2"
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
Reference in New Issue
Block a user