Update pnpm to v9.1.4 (#4770)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
use_proper_nodeinfo_urls
renovate[bot] 2024-05-31 22:24:17 -04:00 committed by GitHub
parent 44666a34a2
commit 609a6411a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"repository": "https://github.com/LemmyNet/lemmy",
"author": "Dessalines",
"license": "AGPL-3.0",
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"packageManager": "pnpm@9.1.4",
"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",