Update dependency tailwind-merge to v2.5.3 - abandoned #51

Closed
renovate-bot wants to merge 20 commits from renovate/tailwind-merge-2.x-lockfile into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2b7932a352 - Show all commits

@ -1,8 +1,8 @@
import { NextRequest, NextResponse } from "next/server";
import { connectMongo } from "@/common/mongo";
import { IPlayer, PlayerModel } from "@/common/schema/player-schema";
import { seedPlayerHistory } from "@/common/player-utils";
import { scoresaberService } from "@/common/service/impl/scoresaber";
import { connectMongo } from "@/common/mongo";
export async function GET(request: NextRequest) {
const playerIdCookie = request.cookies.get("playerId");

@ -30,7 +30,7 @@
"./src/*"
]
},
"target": "ES2017"
"target": "ES2022"
},
"include": [
"next-env.d.ts",