Skip to content

Commit

Permalink
chore: revert 'chore: update dependencies'
Browse files Browse the repository at this point in the history
This reverts commit 857554a.
  • Loading branch information
bjohansebas committed Jun 15, 2024
1 parent 1fe98e5 commit 540fb99
Show file tree
Hide file tree
Showing 9 changed files with 336 additions and 297 deletions.
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,42 @@
},
"dependencies": {
"@aptabase/react": "0.3.3",
"@auth/prisma-adapter": "2.2.0",
"@hookform/resolvers": "3.6.0",
"@auth/prisma-adapter": "2.1.0",
"@hookform/resolvers": "3.4.2",
"@mindfulyze/database": "workspace:*",
"@mindfulyze/editor": "workspace:*",
"@mindfulyze/emails": "workspace:*",
"@mindfulyze/utils": "workspace:*",
"@supabase/supabase-js": "2.43.4",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"@vercel/speed-insights": "1.0.11",
"bcrypt": "5.1.1",
"cloudinary": "2.2.0",
"date-fns": "3.6.0",
"framer-motion": "11.2.10",
"framer-motion": "11.2.6",
"geist": "1.3.0",
"lucide-react": "0.395.0",
"lucide-react": "0.379.0",
"next": "14.2.3",
"next-auth": "5.0.0-beta.19",
"next-auth": "5.0.0-beta.18",
"next-mdx-remote": "5.0.0",
"react": "18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-hook-form": "7.51.5",
"use-debounce": "10.0.1",
"use-debounce": "10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@mindfulyze/config": "workspace:*",
"@types/bcrypt": "5.0.2",
"@types/node": "20.14.2",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "8.4.38",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.3",
"typescript": "5.3.3",
"velite": "0.1.0-rc.3"
},
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@biomejs/biome": "1.7.3",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"commitizen": "4.3.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"turbo": "2.0.4"
"lint-staged": "15.2.4",
"turbo": "1.13.3"
},
"engines": {
"node": "18.x || 20.x || 22.x",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dev": "prisma studio --browser none"
},
"dependencies": {
"@prisma/client": "5.15.0"
"@prisma/client": "5.14.0"
},
"devDependencies": {
"@mindfulyze/config": "workspace:*",
"@types/node": "20.14.2",
"prisma": "5.15.0",
"@types/node": "20.12.12",
"prisma": "5.14.0",
"typescript": "5.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@tiptap/extension-typography": "2.4.0",
"@tiptap/html": "2.4.0",
"@tiptap/pm": "2.4.0",
"lucide-react": "0.395.0",
"lucide-react": "0.379.0",
"novel": "0.4.2",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.3",
"tiptap-extension-auto-joiner": "0.1.3",
"tiptap-extension-global-drag-handle": "0.1.8",
"use-debounce": "10.0.1"
"tiptap-extension-global-drag-handle": "0.1.7",
"use-debounce": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/transactional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@react-email/components": "0.0.19",
"nanoid": "5.0.7",
"react-email": "2.1.4",
"resend": "3.3.0"
"resend": "3.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slot": "1.0.2",
"class-variance-authority": "0.7.0",
"lucide-react": "0.395.0",
"lucide-react": "0.379.0",
"next-themes": "0.3.0",
"react-day-picker": "8.10.1",
"react-hook-form": "7.51.5",
"sonner": "1.5.0",
"tailwindcss": "3.4.4"
"sonner": "1.4.41",
"tailwindcss": "3.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@mindfulyze/config": "workspace:*",
"@types/node": "20.14.2",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"next": "14.2.3",
"react": "18.3.1",
Expand Down
Loading

1 comment on commit 540fb99

@vercel
Copy link

@vercel vercel bot commented on 540fb99 Jun 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.