diff options
| author | anatawa12 <anatawa12@icloud.com> | 2025-10-19 11:34:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-19 11:34:34 +0900 |
| commit | 44930342a80fec860f1ca843a3d429e46267e030 (patch) | |
| tree | ee7f5e29d736db3e44fb6197c37e05ecb5f4058b /package.json | |
| parent | enhance: リモートユーザーのロールバッジを表示するかど... (diff) | |
| download | misskey-44930342a80fec860f1ca843a3d429e46267e030.tar.gz misskey-44930342a80fec860f1ca843a3d429e46267e030.tar.bz2 misskey-44930342a80fec860f1ca843a3d429e46267e030.zip | |
Revert typeorm patches (#16664)
* chore: remove patches
* chore: remove unnecessary 'DEFAULT NULL's
* chore: add patches with .gitkeep
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json index 55286bc5a7..28441a7bea 100644 --- a/package.json +++ b/package.json @@ -85,9 +85,6 @@ "pnpm": { "overrides": { "@aiscript-dev/aiscript-languageserver": "-" - }, - "patchedDependencies": { - "typeorm": "patches/typeorm.patch" } } } |