diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-11-08 18:45:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-08 18:45:54 +0900 |
| commit | c0f4c47c53144d2e7de75c8f77faa178bd6a7a20 (patch) | |
| tree | 8810d9c55574b9a5d649a6ee4fc29c31d143283b /pnpm-lock.yaml | |
| parent | fix(deps): update [backend] update dependencies (#16771) (diff) | |
| download | misskey-c0f4c47c53144d2e7de75c8f77faa178bd6a7a20.tar.gz misskey-c0f4c47c53144d2e7de75c8f77faa178bd6a7a20.tar.bz2 misskey-c0f4c47c53144d2e7de75c8f77faa178bd6a7a20.zip | |
fix(misskey-js): misskey-js autogen が動作しない問題を修正 (#16773)
* fix(misskey-js): misskey-js autogen が動作しない問題を修正
* rollback eslint-plugin to eliminate unwanted side-effects
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e517d78cc..d611bab7b2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,6 +47,9 @@ importers: specifier: 5.9.3 version: 5.9.3 devDependencies: + '@eslint/js': + specifier: 9.39.0 + version: 9.39.0 '@misskey-dev/eslint-plugin': specifier: 2.1.0 version: 2.1.0(@eslint/compat@1.1.1)(@stylistic/eslint-plugin@2.13.0(eslint@9.39.0)(typescript@5.9.3))(@typescript-eslint/eslint-plugin@8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.39.0)(typescript@5.9.3))(eslint@9.39.0)(typescript@5.9.3))(@typescript-eslint/parser@8.46.2(eslint@9.39.0)(typescript@5.9.3))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.46.2(eslint@9.39.0)(typescript@5.9.3))(eslint@9.39.0))(eslint@9.39.0)(globals@16.5.0) |