From c9620af5de1bc5ea4d9732ca458b0769371a3985 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 17 Aug 2022 19:34:06 -0400 Subject: [PATCH] Upgrading deps --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 853c4fa..a430314 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.1", "import-sort-style-module": "^6.0.0", - "lemmy-js-client": "0.17.0-rc.41", + "lemmy-js-client": "0.17.0-rc.43", "lint-staged": "^13.0.3", "mini-css-extract-plugin": "^2.6.1", "node-fetch": "^2.6.1", diff --git a/yarn.lock b/yarn.lock index 5549562..93f1f5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5056,10 +5056,10 @@ lcid@^1.0.0: dependencies: invert-kv "^1.0.0" -lemmy-js-client@0.17.0-rc.41: - version "0.17.0-rc.41" - resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.17.0-rc.41.tgz#a72bd41b76af834d97914d3790810efa610a6e89" - integrity sha512-VJ0qMXaEuOvmUxWR/jWnnoWknpNSXxbz/J29ADTn9arJEbOfTQB60ILeg8wICSRI23jzU9/0lqAZ+rjgXN0p4w== +lemmy-js-client@0.17.0-rc.43: + version "0.17.0-rc.43" + resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.17.0-rc.43.tgz#30e985365a93d72184646fdfe359f39ccc2e2091" + integrity sha512-/+TOTZazoi74zwc8H2AJMd/Znrdnqfi0+TrfnmqvQ3fzrOl741ojEURxAHw3NsgW9b8HkubXZFLsi1RVR99UqA== levn@^0.4.1: version "0.4.1" -- 2.44.1