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
This commit is contained in:
Observer KRypt0n_ 2022-03-30 13:49:58 +02:00
parent f8b75f5182
commit a1f3f7c324
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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"