From a1f3f7c324eb8629fec935722ab28d2a10fbe4ae Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 30 Mar 2022 13:49:58 +0200 Subject: [PATCH] 2.2.2 hotfix - updated Empathize framework to 1.4.9 it fixed the issue with reshade shaders library since now it installs to the `/opt` folder which wasn't been checked by the `Package.exists()` function --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e142893..706fe63 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@empathize/framework": "^1.4.8", + "@empathize/framework": "^1.4.9", "semver": "^7.3.5", "svelte-i18n": "^3.3.13", "yaml": "^1.10.2"