summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-10-28 10:27:11 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-10-28 10:27:11 +0900
commit231a6877be1fa6a5924f458da18e9122edbce13a (patch)
tree0de8de49f852d5f33820969dab21d2913b9dd10c /package.json
parentfix(frontend): コンポーネントのインポート忘れ (#16715) (diff)
downloadmisskey-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.json5
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"
+ ]
}
}