fix: build errors

This commit is contained in:
sriram veeraghanta
2024-06-14 03:14:20 +05:30
parent f6454a5e4a
commit c4df8ceb84
4 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ import { useContext } from "react";
import merge from "lodash/merge";
import { TIssueMap } from "@plane/types";
// mobx store
import { TIssueMap } from "@plane/types";
import { EIssuesStoreType } from "@/constants/issue";
import { StoreContext } from "@/lib/store-context";
// types

View File

@@ -1,5 +1,5 @@
// services
import type { CycleDateCheckData, ICycle, TIssuesResponse } from "@plane/types";
import type { CycleDateCheckData, ICycle, TIssuesResponse, IWorkspaceActiveCyclesResponse } from "@plane/types";
import { API_BASE_URL } from "@/helpers/common.helper";
import { APIService } from "@/services/api.service";

View File

@@ -80,6 +80,6 @@
"prettier": "^3.2.5",
"tailwind-config-custom": "*",
"tsconfig": "*",
"typescript": "4.7.4"
"typescript": "^5.4.2"
}
}

View File

@@ -4453,7 +4453,7 @@
dependencies:
"@types/react" "*"
"@types/react@*", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^18.2.42", "@types/react@^18.2.48":
"@types/react@*", "@types/react@18.2.48", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^18.2.42", "@types/react@^18.2.48":
version "18.2.48"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.48.tgz#11df5664642d0bd879c1f58bc1d37205b064e8f1"
integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==