- Upgraded `lucide-react` from `^0.501.0` to `^0.503.0` in various packages to ensure compatibility with the latest features and improvements. - Updated `@types/node` from `^22.14.0` to `^22.14.1` across multiple packages for better type definitions and compatibility. - Incremented `@types/react` from `19.1.0` to `19.1.2` in several packages to align with the latest type definitions. - Upgraded `react-hook-form` from `^7.56.0` to `^7.56.1` in multiple packages to incorporate bug fixes and enhancements. - Updated `babel-plugin-react-compiler` from `19.0.0-beta-ebf51a3-20250411` to `19.1.0-rc.1` for improved compatibility with React 19.1.0. - Incremented `supabase` from `^2.20.12` to `^2.22.4` to leverage the latest features and fixes. These updates enhance the overall stability and performance of the application.
40 lines
917 B
JSON
40 lines
917 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.2",
|
|
"next": "15.3.1",
|
|
"react": "19.1.0",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|