chore: bump minor deps and react-day-picker. Closes #5
This commit is contained in:
+8
-2
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## 2026-07-15
|
||||
|
||||
### Changed
|
||||
- Bumped minor dependencies to latest versions. [Closes #5](https://lightroasted.vps-kinghost.net/rmcampos/event.me/issues/5)
|
||||
- Bumped React Day Picker dep to v10 (If anything breaks, see [here](https://daypicker.dev/upgrading))
|
||||
|
||||
## 2026-07-10
|
||||
|
||||
## Changed
|
||||
### Changed
|
||||
- Bumped all dependencies - targeting minor version.
|
||||
|
||||
## Fixed
|
||||
### Fixed
|
||||
- Google OAuth scopes properly named.
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ function Calendar({
|
||||
: "rounded-md pl-2 pr-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5",
|
||||
defaultClassNames.caption_label,
|
||||
),
|
||||
table: "w-full border-collapse",
|
||||
month_grid: "w-full border-collapse",
|
||||
weekdays: cn("flex", defaultClassNames.weekdays),
|
||||
weekday: cn(
|
||||
"text-muted-foreground rounded-md flex-1 font-normal text-[0.8rem] select-none",
|
||||
|
||||
+2
-3
@@ -11,9 +11,8 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
allowedDevOrigins:
|
||||
process.env.NODE_ENV === "development"
|
||||
? ['flattop-depth-dropper.ngrok-free.dev']
|
||||
: [],
|
||||
? ["flattop-depth-dropper.ngrok-free.dev"]
|
||||
: [],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
|
||||
Generated
+255
-246
File diff suppressed because it is too large
Load Diff
+8
-8
@@ -37,8 +37,8 @@
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.4.0",
|
||||
"date-fns-tz": "^3.2.0",
|
||||
"googleapis": "^171.4.0",
|
||||
"lucide-react": "^0.577.0",
|
||||
"googleapis": "^173.0.0",
|
||||
"lucide-react": "^1.24.0",
|
||||
"next": "16.2.10",
|
||||
"next-auth": "^5.0.0-beta.31",
|
||||
"next-themes": "^0.4.6",
|
||||
@@ -46,7 +46,7 @@
|
||||
"prisma": "^7.8.0",
|
||||
"radix-ui": "^1.6.2",
|
||||
"react": "19.2.7",
|
||||
"react-day-picker": "^9.14.0",
|
||||
"react-day-picker": "^10.0.1",
|
||||
"react-dom": "19.2.7",
|
||||
"react-hook-form": "^7.81.0",
|
||||
"resend": "^6.17.2",
|
||||
@@ -62,20 +62,20 @@
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/bcryptjs": "^3.0.0",
|
||||
"@types/node": "24.13.3",
|
||||
"@types/node": "26.1.1",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"@vitejs/plugin-react": "^5.2.0",
|
||||
"happy-dom": "^20.10.6",
|
||||
"husky": "^9.1.7",
|
||||
"jsdom": "^28.1.0",
|
||||
"lint-staged": "^16.4.0",
|
||||
"shadcn": "^3.8.5",
|
||||
"jsdom": "^29.1.1",
|
||||
"lint-staged": "^17.0.8",
|
||||
"shadcn": "^4.13.0",
|
||||
"tailwindcss": "^4.3.2",
|
||||
"tsx": "^4.23.1",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5",
|
||||
"typescript": "^6",
|
||||
"vitest": "^4.1.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user