* 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.
36 lines
809 B
JSON
36 lines
809 B
JSON
{
|
|
"name": "@kit/shared",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"exports": {
|
|
"./logger": "./src/logger/index.ts",
|
|
"./utils": "./src/utils.ts",
|
|
"./hooks": "./src/hooks/index.ts",
|
|
"./events": "./src/events/index.tsx",
|
|
"./registry": "./src/registry/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@types/react": "19.1.10"
|
|
},
|
|
"dependencies": {
|
|
"pino": "^9.8.0"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|