Merge pull request #419 from buster-so/cursor/create-root-turbo-dev-command-23a6

Global Dev Script Fixes
This commit is contained in:
dal 2025-07-07 07:23:18 -07:00 committed by GitHub
commit cad08f9ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 9784 additions and 16605 deletions

View File

@ -5,6 +5,10 @@
"start": {
"dependsOn": ["@buster/database#dev"],
"outputs": []
},
"dev": {
"dependsOn": ["@buster/database#dev"],
"outputs": []
}
}
}

View File

@ -37,7 +37,7 @@
"zod": "catalog:"
},
"devDependencies": {
"@vercel/node": "^5.3.0",
"@vercel/node": "^5.3.3",
"tsup": "^8.5.0"
}
}

View File

@ -26,7 +26,7 @@
"@mastra/core": "catalog:",
"@trigger.dev/sdk": "4.0.0-v4-beta.22",
"ai": "catalog:",
"braintrust": "^0.0.206",
"braintrust": "^0.0.209",
"vitest": "catalog:",
"zod": "catalog:"
},

View File

@ -32,9 +32,9 @@
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@electric-sql/client": "^1.0.5",
"@electric-sql/client": "^1.0.6",
"@electric-sql/react": "^1.0.5",
"@faker-js/faker": "^9.8.0",
"@faker-js/faker": "^9.9.0",
"@llm-ui/code": "^0.13.3",
"@llm-ui/markdown": "^0.13.3",
"@llm-ui/react": "^0.13.3",
@ -57,11 +57,11 @@
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@storybook/addon-actions": "^8.6.12",
"@storybook/addon-actions": "^8.6.14",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "catalog:",
"@tanstack/query-sync-storage-persister": "^5.81.5",
"@tanstack/react-form": "^1.12.4",
"@tanstack/react-form": "^1.14.0",
"@tanstack/react-query": "^5.81.5",
"@tanstack/react-query-devtools": "^5.81.5",
"@tanstack/react-query-persist-client": "^5.81.5",
@ -85,7 +85,7 @@
"dom-to-image": "^2.6.0",
"email-validator": "^2.0.4",
"font-color-contrast": "^11.1.0",
"framer-motion": "^12.20.1",
"framer-motion": "^12.23.0",
"hono": "catalog:",
"html-react-parser": "^5.2.5",
"intersection-observer": "^0.12.2",
@ -96,20 +96,20 @@
"monaco-editor": "^0.52.2",
"monaco-sql-languages": "^0.15.1",
"monaco-yaml": "^5.4.0",
"msw": "^2.10.2",
"msw": "^2.10.3",
"mutative": "^1.2.0",
"next": "14.2.30",
"next-themes": "^0.4.6",
"papaparse": "^5.5.3",
"pluralize": "^8.0.0",
"posthog-js": "^1.255.1",
"posthog-js": "^1.256.2",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.13",
"react": "^18",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-colorful": "^5.6.1",
"react-day-picker": "8.10.1",
"react-dom": "^18",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^5.1.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
@ -117,7 +117,7 @@
"remark-gfm": "^4.0.1",
"sass": "^1.89.2",
"shiki": "1.6.1",
"sonner": "^2.0.5",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "4.1.11",
@ -132,31 +132,31 @@
"zustand": "^5.0.6"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.6",
"@next/bundle-analyzer": "^15.3.4",
"@playwright/test": "^1.53.1",
"@storybook/addon-controls": "^8.6.12",
"@chromatic-com/storybook": "^3.2.7",
"@next/bundle-analyzer": "^15.3.5",
"@playwright/test": "^1.53.2",
"@storybook/addon-controls": "^8.6.14",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/nextjs": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/nextjs": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/test": "^8.6.14",
"@tailwindcss/postcss": "4.1.11",
"@testing-library/react": "^16.3.0",
"@types/canvas-confetti": "^1.9.0",
"@types/js-cookie": "^3.0.6",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.19",
"@types/node": "^20",
"@types/lodash": "^4.17.20",
"@types/node": "^20.19.4",
"@types/papaparse": "^5.3.16",
"@types/pluralize": "^0.0.33",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/react-scroll-to-bottom": "^4.2.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitest/ui": "^3.2.4",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "15.3.4",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-storybook": "^0.12.0",

View File

@ -43,12 +43,12 @@
"typescript": "^5.8.3"
},
"dependencies": {
"dotenv": "^16.5.0",
"dotenv": "^16.6.1",
"dotenv-cli": "^8.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.17.57",
"@types/node": "^20.19.4",
"turbo": "^2.5.4",
"vitest": "catalog:"
},

View File

@ -37,7 +37,7 @@
"@buster/typescript-config": "workspace:*",
"@buster/vitest-config": "workspace:*",
"@mastra/core": "catalog:",
"@mastra/loggers": "^0.10.2",
"@mastra/loggers": "^0.10.3",
"ai": "catalog:",
"braintrust": "^0.0.206",
"drizzle-orm": "catalog:",

View File

@ -35,8 +35,8 @@
"mssql": "^11.0.1",
"mysql2": "^3.14.1",
"pg": "catalog:",
"pg-cursor": "^2.15.2",
"snowflake-sdk": "^2.1.0"
"pg-cursor": "^2.15.3",
"snowflake-sdk": "^2.1.1"
},
"devDependencies": {
"@types/mssql": "^9.1.7",

View File

@ -26,12 +26,12 @@
"test:integration": "vitest run src/**/*.int.test.ts"
},
"dependencies": {
"@slack/web-api": "^6.10.0",
"@slack/web-api": "^6.13.0",
"zod": "catalog:"
},
"devDependencies": {
"@buster/typescript-config": "workspace:*",
"@buster/vitest-config": "workspace:*",
"tsx": "^4.0.0"
"tsx": "^4.20.3"
}
}

View File

@ -30,7 +30,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.22",
"@ai-sdk/openai": "^1.3.23",
"@buster/database": "workspace:*",
"@buster/typescript-config": "workspace:*",
"@buster/vitest-config": "workspace:*",

View File

@ -16,6 +16,6 @@
"dependencies": {
"@buster/typescript-config": "workspace:*",
"@buster/vitest-config": "workspace:*",
"@mendable/firecrawl-js": "^1.26.0"
"@mendable/firecrawl-js": "^1.29.1"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,8 @@
},
"dev": {
"cache": false,
"persistent": true
"persistent": true,
"dependsOn": ["@buster/database#dev"]
},
"lint": {
"dependsOn": ["^build", "^lint"]