about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorDmitrii Kartashev <faithfinder@yandex.ru>2024-07-25 19:31:59 -0400
committerGitHub <noreply@github.com>2024-07-26 00:31:59 +0100
commit4437b9a55782ac4b213fb209f52378b839329c2a (patch)
treed8f4378413bf3ce476a9a8040d1973fea698851b /package.json
parent50769b0b6fce97124ce23610bc81f4befd5224cb (diff)
downloadvoidsky-4437b9a55782ac4b213fb209f52378b839329c2a.tar.zst
Boolean filter improvement alternative: TS upgrade (#4840)
* upgrade typescript and use new feature

* fix: typing error
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 091fb2fd7..91b427ae9 100644
--- a/package.json
+++ b/package.json
@@ -270,7 +270,7 @@
     "react-scripts": "^5.0.1",
     "react-test-renderer": "18.2.0",
     "ts-node": "^10.9.1",
-    "typescript": "^5.3.3",
+    "typescript": "^5.5.4",
     "url-loader": "^4.1.1",
     "webpack": "^5.75.0",
     "webpack-bundle-analyzer": "^4.10.1",