From 61341b4a534fca221f6241f1424bd513b1d440df Mon Sep 17 00:00:00 2001 From: Digitalroot Date: Mon, 13 May 2024 20:33:59 -0700 Subject: [PATCH] Update TS dependencies --- src/Digitalroot.Valheim.PluginInfo/.ts/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Digitalroot.Valheim.PluginInfo/.ts/manifest.json b/src/Digitalroot.Valheim.PluginInfo/.ts/manifest.json index 35537ec..4f7926d 100644 --- a/src/Digitalroot.Valheim.PluginInfo/.ts/manifest.json +++ b/src/Digitalroot.Valheim.PluginInfo/.ts/manifest.json @@ -5,8 +5,8 @@ "description": "Writes output to the LogOutput.log detailing mods loaded by Harmony. Any dependency errors are listed at the bottom of the output. ", "version_number": "%VERSION_NUMBER%", "dependencies": [ - "denikson-BepInExPack_Valheim-5.4.1901", - "ValheimModding-Jotunn-2.10.1" + "denikson-BepInExPack_Valheim-5.4.2202", + "ValheimModding-Jotunn-2.19.4" ], "website_url": "https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.PluginInfo" }