package upgrades

This commit is contained in:
dal 2025-07-07 08:19:49 -06:00
parent 17b7eab3f8
commit 3091686823
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
9 changed files with 9777 additions and 16603 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -16,6 +16,6 @@
"dependencies": { "dependencies": {
"@buster/typescript-config": "workspace:*", "@buster/typescript-config": "workspace:*",
"@buster/vitest-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