Files
myeasycms-v2/apps/dev-tool/package.json
Giancarlo Buomprisco 39fc9497db Update dependencies across multiple packages (#226)
- Bump versions for `@hookform/resolvers`, `@tanstack/react-query`, `lucide-react`, `tailwindcss`, and `@types/node` to their latest compatible versions.
- Update `babel-plugin-react-compiler` to a newer beta version.
- Adjust `@supabase/supabase-js` and `@stripe/react-stripe-js` to their latest versions.
- Increment `sonner` and `tailwind-merge` versions for improved functionality.
- Update `@react-email/components` to the latest version for email templates.

This update ensures compatibility with the latest features and fixes across the codebase.
2025-04-02 23:54:34 +08:00

45 lines
1.2 KiB
JSON

{
"name": "dev-tool",
"version": "0.1.0",
"private": true,
"scripts": {
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "next dev --turbo --port=3010 | pino-pretty -c",
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
},
"dependencies": {
"@hookform/resolvers": "^5.0.0",
"@tanstack/react-query": "5.71.1",
"lucide-react": "^0.486.0",
"next": "15.2.4",
"nodemailer": "^6.10.0",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@kit/email-templates": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.0",
"@types/node": "^22.13.17",
"@types/nodemailer": "6.4.17",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
"pino-pretty": "^13.0.0",
"react-hook-form": "^7.55.0",
"tailwindcss": "4.1.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2",
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",
"browserslist": [
"last 1 versions",
"> 0.7%",
"not dead"
]
}