Updating corepack, fixing issue.

This commit is contained in:
Dessalines 2024-05-08 16:11:59 -04:00
parent 3c53e1362a
commit 44014c397d
3 changed files with 1972 additions and 1591 deletions

View file

@ -6,7 +6,7 @@
"repository": "https://github.com/LemmyNet/lemmy",
"author": "Dessalines",
"license": "AGPL-3.0",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"scripts": {
"lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src && prettier --check 'src/**/*.ts'",
"fix": "prettier --write src && eslint --fix src",

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,6 @@ import {
fetchFunction,
alphaImage,
unfollows,
deleteAllImages,
} from "./shared";
import { LemmyHttp, SaveUserSettings, UploadImage } from "lemmy-js-client";
import { GetPosts } from "lemmy-js-client/dist/types/GetPosts";