diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-28 10:27:11 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-28 10:27:11 +0900 |
| commit | 231a6877be1fa6a5924f458da18e9122edbce13a (patch) | |
| tree | 0de8de49f852d5f33820969dab21d2913b9dd10c /package.json | |
| parent | fix(frontend): コンポーネントのインポート忘れ (#16715) (diff) | |
| download | misskey-231a6877be1fa6a5924f458da18e9122edbce13a.tar.gz misskey-231a6877be1fa6a5924f458da18e9122edbce13a.tar.bz2 misskey-231a6877be1fa6a5924f458da18e9122edbce13a.zip | |
enhance: Node.js v24がActive LTSに移行されたことに伴いv24を標準に
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index f8760026f6..a7acb3e049 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,9 @@ "pnpm": { "overrides": { "@aiscript-dev/aiscript-languageserver": "-" - } + }, + "ignoredBuiltDependencies": [ + "@sentry-internal/node-cpu-profiler" + ] } } |