diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-31 17:54:09 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-31 17:54:09 +0200 |
commit | 3d929755fbbfea4aa5119ce2a1bb087269fb69e8 (patch) | |
tree | 0914d47ed52e9a7b156efb01efcd8e3cdc866d24 /util/package.json | |
parent | added first unittests for api endpoints (diff) | |
download | server-3d929755fbbfea4aa5119ce2a1bb087269fb69e8.tar.xz |
:sparkles: delete _ids from entities
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json index af14a521..39af7526 100644 --- a/util/package.json +++ b/util/package.json @@ -51,7 +51,7 @@ "reflect-metadata": "^0.1.13", "sqlite3": "^5.0.2", "typeorm": "^0.2.37", - "typescript": "^4.3.5", + "typescript": "^4.4.2", "typescript-json-schema": "^0.50.1" }, "jest": { |