mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-10 19:04:44 +00:00
Update pnpm to v10 (#488)
* Update pnpm to v10 * Fix eslint. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dessalines <tyhou13@gmx.com>
This commit is contained in:
parent
148fa5dff9
commit
702c01eff4
2 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
"url": "git+https://github.com/LemmyNet/lemmy-js-client.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.20.0",
|
||||
"@redocly/cli": "^1.27.2",
|
||||
"@types/joi": "^17.2.3",
|
||||
"@types/node": "^22.7.4",
|
||||
|
@ -39,7 +40,7 @@
|
|||
"typescript": "^5.5.4",
|
||||
"typescript-eslint": "^8.7.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
"packageManager": "pnpm@10.2.1",
|
||||
"types": "./dist/index.d.ts",
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js}": [
|
||||
|
|
|
@ -8,6 +8,9 @@ importers:
|
|||
|
||||
.:
|
||||
devDependencies:
|
||||
'@eslint/js':
|
||||
specifier: ^9.20.0
|
||||
version: 9.20.0
|
||||
'@redocly/cli':
|
||||
specifier: ^1.27.2
|
||||
version: 1.28.5
|
||||
|
|
Loading…
Reference in a new issue