* chore(dependencies): update package versions for improved compatibility - Bumped `@ai-sdk/openai` from `2.0.15` to `2.0.16` for enhanced functionality. - Updated `@tanstack/react-query` from `5.85.3` to `5.85.5` to incorporate the latest improvements. - Incremented `ai` from `5.0.15` to `5.0.16` for better performance. - Updated `lucide-react` from `0.539.0` to `0.540.0` for improved compatibility. - Incremented `next` from `15.4.6` to `15.4.7` to leverage new features and fixes. - Updated `@types/node` from `24.1.0` to `24.3.0` for type safety enhancements. - Updated `@types/nodemailer` from `6.4.17` to `7.0.0` for better type definitions. - Incremented `supabase` from `2.34.0` to `2.34.3` for improved performance and compatibility. * chore(dependencies): downgrade `supabase` version to 2.34.0 for compatibility - Changed `supabase` version in `package.json` and `pnpm-lock.yaml` from `2.34.3` to `2.34.0` to ensure compatibility and stability across the codebase.
40 lines
919 B
JSON
40 lines
919 B
JSON
{
|
|
"name": "@kit/lemon-squeezy",
|
|
"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": {
|
|
".": "./src/index.ts",
|
|
"./components": "./src/components/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@lemonsqueezy/lemonsqueezy.js": "4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/billing": "workspace:*",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@types/react": "19.1.10",
|
|
"next": "15.4.7",
|
|
"react": "19.1.1",
|
|
"zod": "^3.25.74"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|