diff --git a/apps/web/context/order/index.tsx b/apps/web/context/order/index.tsx index 32d4414..f03655b 100644 --- a/apps/web/context/order/index.tsx +++ b/apps/web/context/order/index.tsx @@ -48,5 +48,5 @@ export function OrderContextProvider({ children }: Readonly) ], ); - return {children}; + return {children}; } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d144f57..bf5d002 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,10 +13,10 @@ catalogs: specifier: ^20 version: 20.17.8 '@types/react': - specifier: ^19.1.0 + specifier: ^19.1.2 version: 19.1.2 '@types/react-dom': - specifier: ^19.1.0 + specifier: ^19.1.2 version: 19.1.2 '@vchikalkin/eslint-config-awesome': specifier: ^2.2.2 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2998f39..6c1fe15 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,8 +4,8 @@ packages: catalog: "@apollo/client": ^3.12.4 "@types/node": ^20 - "@types/react": ^19.1.0 - "@types/react-dom": ^19.1.0 + "@types/react": ^19.1.2 + "@types/react-dom": ^19.1.2 "@vchikalkin/eslint-config-awesome": ^2.2.2 autoprefixer: ^10.4.20 dotenv-cli: ^7.4.4