Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions apps/sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@anthropic-ai/sdk": "^0.52.0",
"@aws-sdk/client-s3": "^3.779.0",
"@aws-sdk/s3-request-presigner": "^3.779.0",
"@better-auth/stripe": "^1.2.8-beta.3",
"@browserbasehq/stagehand": "^2.0.0",
"@cerebras/cerebras_cloud_sdk": "^1.23.0",
"@hookform/resolvers": "^4.1.3",
"@hookform/resolvers": "^5.0.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-collector": "^0.25.0",
"@opentelemetry/exporter-jaeger": "^2.0.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
"@opentelemetry/instrumentation-document-load": "^0.45.0",
"@opentelemetry/instrumentation-user-interaction": "^0.45.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.201.1",
"@opentelemetry/instrumentation-document-load": "^0.46.0",
"@opentelemetry/instrumentation-user-interaction": "^0.46.0",
"@opentelemetry/resources": "^2.0.0",
"@opentelemetry/sdk-node": "^0.200.0",
"@opentelemetry/sdk-node": "^0.201.1",
"@opentelemetry/sdk-trace-web": "^2.0.0",
"@opentelemetry/semantic-conventions": "^1.32.0",
"@radix-ui/react-alert-dialog": "^1.1.5",
Expand All @@ -54,12 +54,12 @@
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "1.2.2",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-email/components": "^0.0.34",
"@react-email/components": "^0.0.41",
"@sentry/nextjs": "^9.15.0",
"@vercel/og": "^0.6.5",
"@vercel/speed-insights": "^1.2.0",
Expand All @@ -73,10 +73,10 @@
"csv-parse": "^5.6.0",
"csv-parser": "^3.2.0",
"date-fns": "4.1.0",
"drizzle-orm": "^0.41.0",
"drizzle-orm": "^0.44.0",
"framer-motion": "^12.5.0",
"freestyle-sandboxes": "^0.0.38",
"groq-sdk": "^0.15.0",
"freestyle-sandboxes": "^0.0.75",
"groq-sdk": "^0.22.0",
"input-otp": "^1.4.2",
"ioredis": "^5.6.0",
"jwt-decode": "^4.0.0",
Expand All @@ -91,16 +91,16 @@
"postgres": "^3.4.5",
"prismjs": "^1.30.0",
"react": "19.1.0",
"react-day-picker": "8.10.1",
"react-day-picker": "9.7.0",
"react-dom": "19.1.0",
"react-google-drive-picker": "^1.2.2",
"react-hook-form": "^7.54.2",
"react-markdown": "^10.1.0",
"react-simple-code-editor": "^0.14.1",
"reactflow": "^11.11.4",
"resend": "^4.1.2",
"stripe": "^17.7.0",
"tailwind-merge": "^2.6.0",
"stripe": "^18.1.1",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"zod": "^3.24.2"
Expand All @@ -122,7 +122,7 @@
"jsdom": "^26.0.0",
"postcss": "^8",
"react-email": "^4.0.13",
"tailwindcss": "^3.4.1",
"tailwindcss": "^4.1.8",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.8"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tailwindcss": "3.4.1"
},
"dependencies": {
"@t3-oss/env-nextjs": "0.13.4",
"@t3-oss/env-nextjs": "0.13.6",
"@vercel/analytics": "1.5.0",
"remark-gfm": "4.0.1"
},
Expand All @@ -37,7 +37,7 @@
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"dotenv-cli": "^8.0.0",
"husky": "9.1.7",
"lint-staged": "16.0.0",
"lint-staged": "16.1.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"turbo": "2.5.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/simstudio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"author": "Sim Studio",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"chalk": "^5.4.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: chalk v5 is ESM-only - this will require converting the project to use ESM imports/exports

"commander": "^14.0.0",
"dotenv": "^16.3.1",
"inquirer": "^8.2.6",
"listr2": "^6.6.1"
"inquirer": "^12.6.3",
"listr2": "^8.3.3"
},
"devDependencies": {
"@types/inquirer": "^8.2.6",
"@types/node": "^20.5.1",
"@types/inquirer": "^9.0.8",
"@types/node": "^22.15.23",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
Loading