mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-24 06:28:49 -05:00
chore: update all npm dependencies (#4486)
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* eslint-disable no-constant-condition -- Required for the while loop */
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unnecessary-condition -- Required for a while loop here */
|
||||
import { createId } from "@paralleldrive/cuid2";
|
||||
import { Prisma } from "@prisma/client";
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-call -- required for any type */
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-assignment -- required for any type */
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access -- required for any type */
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any -- required for any type */
|
||||
import type { MigrationScript } from "../../src/scripts/migration-runner";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user