bump react and nextjs
This commit is contained in:
@ -35,14 +35,14 @@
|
||||
"js-cookie": "^3.0.5",
|
||||
"ky": "^1.7.2",
|
||||
"lucide-react": "^0.451.0",
|
||||
"next": "15.0.0-rc.0",
|
||||
"next": "15.0.0-canary.186",
|
||||
"next-build-id": "^3.0.0",
|
||||
"next-themes": "^0.3.0",
|
||||
"node-cache": "^5.1.2",
|
||||
"react": "19.0.0-rc-3edc000d-20240926",
|
||||
"react": "19.0.0-rc-09111202-20241011",
|
||||
"react-chartjs-2": "^5.2.0",
|
||||
"react-countup": "^6.5.3",
|
||||
"react-dom": "19.0.0-rc-3edc000d-20240926",
|
||||
"react-dom": "19.0.0-rc-09111202-20241011",
|
||||
"react-hook-form": "^7.53.0",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
|
@ -11,7 +11,6 @@ import PlayerTrackedStatus from "@/components/player/player-tracked-status";
|
||||
import ScoreSaberPlayer from "@ssr/common/types/player/impl/scoresaber-player";
|
||||
import Link from "next/link";
|
||||
import { capitalizeFirstLetter } from "@/common/string-utils";
|
||||
import { normalizedRegionName } from "@ssr/common/utils/region-utils";
|
||||
|
||||
/**
|
||||
* Renders the change for a stat.
|
||||
|
@ -3,7 +3,6 @@ import { getDifficultyFromScoreSaberDifficulty } from "@/common/scoresaber-utils
|
||||
import FallbackLink from "@/components/fallback-link";
|
||||
import Tooltip from "@/components/tooltip";
|
||||
import { StarIcon } from "@heroicons/react/24/solid";
|
||||
import clsx from "clsx";
|
||||
import Image from "next/image";
|
||||
import { songDifficultyToColor } from "@/common/song-utils";
|
||||
import Link from "next/link";
|
||||
|
Reference in New Issue
Block a user