* web/packages: upgrade next * fix(api/orders): update master validation logic to handle optional masters * fix(api/notify, api/orders): enhance notification messages and update order state handling for masters * fix react typings * refactor(order-buttons, action-panel): streamline button handlers and add return functionality * fix(contacts, orders): replace empty state messages with DataNotFound component for better user feedback * feat(bot): add share bot command and update environment configuration for BOT_URL * fix: pnpm-lock.yaml * feat(bot): implement add contact wizard scene and enhance contact handling logic * feat(profile): add BookContactButton component to enhance booking functionality * fix(order-buttons): update cancel and confirm button logic based on order state * feat(service-select): share services list for all enhance service card display with duration formatting and improve layout
32 lines
634 B
YAML
32 lines
634 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
catalog:
|
|
"@apollo/client": ^3.12.4
|
|
"@types/node": ^20
|
|
"@types/react": ^19
|
|
"@types/react-dom": ^19
|
|
"@vchikalkin/eslint-config-awesome": ^2.2.2
|
|
autoprefixer: ^10.4.20
|
|
dayjs: ^1.11.3
|
|
dotenv-cli: ^7.4.4
|
|
eslint: ^9.17.0
|
|
graphql: ^16.9.0
|
|
husky: ^9.1.7
|
|
jsonwebtoken: ^9.0.2
|
|
lint-staged: ^15.2.10
|
|
lucide-react: ^0.462.0
|
|
postcss: ^8.4.49
|
|
postcss-load-config: ^6.0.1
|
|
prettier: ^3.2.5
|
|
react: ^19
|
|
react-dom: ^19
|
|
radashi: ^12.5.1
|
|
rimraf: ^6.0.1
|
|
tailwindcss: ^3.4.15
|
|
telegraf: ^4.16.3
|
|
typescript: ^5.7
|
|
vite-tsconfig-paths: ^5.1.4
|
|
vitest: ^2.1.8
|
|
zod: ^3.24.1
|