Syncpack: introducing syncpack to fix versions of packages; packages fixed with Syncpack.

This commit is contained in:
gbuomprisco
2024-10-26 12:18:24 +08:00
parent 93b0f3d450
commit 8e9d6659e1
31 changed files with 222 additions and 210 deletions

View File

@@ -17,18 +17,18 @@
},
"devDependencies": {
"@hookform/resolvers": "^3.9.0",
"@kit/billing": "workspace:^",
"@kit/billing": "workspace:*",
"@kit/eslint-config": "workspace:*",
"@kit/lemon-squeezy": "workspace:^",
"@kit/lemon-squeezy": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:^",
"@kit/stripe": "workspace:^",
"@kit/supabase": "workspace:^",
"@kit/shared": "workspace:*",
"@kit/stripe": "workspace:*",
"@kit/supabase": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.45.6",
"@types/react": "^18.3.11",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.453.0",
"next": "15.0.1",