Updated dependencies (#422)
* Updated dependencies * Reduce number of CI workers
This commit is contained in:
committed by
GitHub
parent
abf48bd36e
commit
2f78e16dfa
@@ -8,12 +8,12 @@
|
||||
"format": "prettier --check --write \"**/*.{ts,tsx}\" --ignore-path=\"../../.prettierignore\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^2.0.76",
|
||||
"@ai-sdk/openai": "^2.0.77",
|
||||
"@faker-js/faker": "^10.1.0",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@tanstack/react-query": "catalog:",
|
||||
"ai": "5.0.106",
|
||||
"lucide-react": "^0.555.0",
|
||||
"ai": "5.0.108",
|
||||
"lucide-react": "^0.556.0",
|
||||
"next": "catalog:",
|
||||
"nodemailer": "^7.0.11",
|
||||
"react": "catalog:",
|
||||
@@ -36,7 +36,7 @@
|
||||
"@types/react-dom": "catalog:",
|
||||
"babel-plugin-react-compiler": "1.0.0",
|
||||
"pino-pretty": "13.0.0",
|
||||
"react-hook-form": "^7.67.0",
|
||||
"react-hook-form": "^7.68.0",
|
||||
"recharts": "2.15.3",
|
||||
"tailwindcss": "catalog:",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
|
||||
@@ -7,7 +7,7 @@ dotenvConfig({ path: '.env.local' });
|
||||
/**
|
||||
* Number of workers to use in CI. Tweak based on your CI provider's resources.
|
||||
*/
|
||||
const CI_WORKERS = 2;
|
||||
const CI_WORKERS = 1;
|
||||
|
||||
const enableBillingTests = process.env.ENABLE_BILLING_TESTS === 'true';
|
||||
|
||||
|
||||
@@ -60,14 +60,14 @@
|
||||
"@tanstack/react-query": "catalog:",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.555.0",
|
||||
"lucide-react": "^0.556.0",
|
||||
"next": "catalog:",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "^7.67.0",
|
||||
"react-i18next": "^16.3.5",
|
||||
"react-hook-form": "^7.68.0",
|
||||
"react-i18next": "^16.4.0",
|
||||
"recharts": "2.15.3",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tw-animate-css": "catalog:",
|
||||
|
||||
Reference in New Issue
Block a user