* bug(storage): use upsert when adding images chore(dependencies): update package versions for improved compatibility - Bumped `@ai-sdk/openai` from `2.0.11` to `2.0.15` for enhanced functionality. - Updated `@tanstack/react-query` from `5.85.0` to `5.85.3` to incorporate the latest improvements. - Incremented `ai` from `5.0.11` to `5.0.15` for better performance. - Updated `@tailwindcss/postcss` from `4.1.11` to `4.1.12` for improved compatibility. - Incremented `@types/react` from `19.1.9` to `19.1.10` for type safety enhancements. - Adjusted `pino-pretty` from `13.1.1` to `13.0.0` for consistency across the codebase. - Updated `supabase` from `2.34.3` to `2.34.0` to ensure the latest improvements and bug fixes are included. - Updated `tailwindcss` from `4.1.11` to `4.1.12` for better integration. * chore(dependencies): update package versions for improved compatibility - Bumped `@ai-sdk/openai` from `2.0.15` to `2.0.15` for enhanced functionality. - Updated `@tanstack/react-query` from `5.85.0` to `5.85.3` to incorporate the latest improvements. - Incremented `ai` from `5.0.11` to `5.0.15` for better performance. - Updated `@tailwindcss/postcss` from `4.1.11` to `4.1.12` for improved compatibility. - Incremented `@types/react` from `19.1.9` to `19.1.10` for type safety enhancements. - Updated `supabase` from `2.34.3` to `2.34.0` to ensure the latest improvements and bug fixes are included. - Updated `tailwindcss` from `4.1.11` to `4.1.12` for better integration. - Updated `@types/node` from `24.2.1` to `24.3.0` for type safety enhancements. - Incremented `turbo` and `@turbo/gen` from `2.5.5` to `2.5.6` for improved performance and compatibility.
56 lines
2.2 KiB
JSON
56 lines
2.2 KiB
JSON
{
|
|
"name": "next-supabase-saas-kit-turbo",
|
|
"version": "2.12.2",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"engines": {
|
|
"node": ">=v18.18.0"
|
|
},
|
|
"author": {
|
|
"url": "https://makerkit.dev",
|
|
"name": "MakerKit"
|
|
},
|
|
"scripts": {
|
|
"turbo": "turbo",
|
|
"preinstall": "pnpm run --filter scripts requirements",
|
|
"postinstall": "manypkg fix",
|
|
"build": "turbo build --cache-dir=.turbo",
|
|
"clean": "git clean -xdf node_modules dist .next",
|
|
"clean:workspaces": "turbo clean",
|
|
"dev": "cross-env FORCE_COLOR=1 turbo dev --parallel",
|
|
"format": "turbo format --cache-dir=.turbo --continue -- --cache --cache-location=\"node_modules/.cache/.prettiercache\" --ignore-path=\"../../.gitignore\"",
|
|
"format:fix": "turbo format --cache-dir=.turbo --continue -- --write --cache --cache-location=\"node_modules/.cache/.prettiercache\" --ignore-path=\"../../.gitignore\"",
|
|
"lint": "turbo lint --cache-dir=.turbo --affected --continue -- --cache --cache-location \"node_modules/.cache/.eslintcache\" && manypkg check",
|
|
"lint:fix": "turbo lint --cache-dir=.turbo --affected --continue -- --fix --cache --cache-location \"node_modules/.cache/.eslintcache\" && manypkg fix",
|
|
"typecheck": "turbo typecheck --affected --cache-dir=.turbo",
|
|
"test": "turbo test --cache-dir=.turbo",
|
|
"update": "pnpm update -r",
|
|
"syncpack:list": "pnpm dlx syncpack list-mismatches",
|
|
"syncpack:fix": "pnpm dlx syncpack fix-mismatches",
|
|
"supabase:web:start": "pnpm --filter web supabase:start",
|
|
"supabase:web:stop": "pnpm --filter web supabase:stop",
|
|
"supabase:web:typegen": "pnpm --filter web supabase:typegen",
|
|
"supabase:web:reset": "pnpm --filter web supabase:reset",
|
|
"supabase:web:test": "pnpm --filter web supabase:test",
|
|
"stripe:listen": "pnpm --filter '@kit/stripe' start",
|
|
"env:generate": "turbo gen env",
|
|
"env:validate": "turbo gen validate-env"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"react-is": "19.0.0",
|
|
"require-in-the-middle": "7.5.2"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@manypkg/cli": "^0.25.0",
|
|
"@turbo/gen": "^2.5.6",
|
|
"cross-env": "^10.0.0",
|
|
"prettier": "^3.6.2",
|
|
"turbo": "2.5.6",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|