diff options
author | Florian Dold <florian@dold.me> | 2023-01-26 12:48:35 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-01-26 12:48:35 +0100 |
commit | 3cc26d00f85209c804d9f356598c0f749367ea74 (patch) | |
tree | 7b9d175cbc0de4312c98d80771fbda27f3fc8497 /packages/merchant-backoffice-ui | |
parent | c57ba4c0cea133059ac30eae3c7e527886240059 (diff) |
put taler wallet RPC into taler-util, make it cross-platform
Diffstat (limited to 'packages/merchant-backoffice-ui')
-rw-r--r-- | packages/merchant-backoffice-ui/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/package.json b/packages/merchant-backoffice-ui/package.json index 6ea09572b..fa717fc3e 100644 --- a/packages/merchant-backoffice-ui/package.json +++ b/packages/merchant-backoffice-ui/package.json @@ -76,6 +76,6 @@ "sass": "1.56.1", "source-map-support": "^0.5.21", "typedoc": "^0.20.36", - "typescript": "4.8.4" + "typescript": "4.9.4" } } |