cleanup + bump next & react
Some checks failed
Deploy Website / docker (ubuntu-latest) (push) Failing after 2m12s

This commit is contained in:
Lee 2024-10-26 14:58:44 +01:00
parent 0d39a905f6
commit f8b0f7c6cd
3 changed files with 7 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

@ -1,10 +1,13 @@
import { withSentryConfig } from "@sentry/nextjs";
import { format } from "@formkit/tempo";
import type { NextConfig } from "next";
/** @type {import('next').NextConfig} */
const nextConfig = {
const nextConfig: NextConfig = {
experimental: {
optimizePackageImports: ["@ssr/common", "@radix-ui/react-icons", "chart.js", "react-chartjs-2"],
staleTimes: {
dynamic: 30,
},
},
images: {
remotePatterns: [

@ -36,10 +36,10 @@
"js-cookie": "^3.0.5",
"ky": "^1.7.2",
"lucide-react": "^0.453.0",
"next": "^15.0.0",
"next": "^15.0.1",
"next-build-id": "^3.0.0",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react": "19.0.0-rc-1631855f-20241023",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.5.3",
"react-dom": "18.3.1",