Skip to content

Commit

Permalink
Update Stream Deck Plugin Dependencies
Browse files Browse the repository at this point in the history
- Bump all dependencies of things
- Get Dependabot to stop complaining about build-time issues
- Move SDPlugin over to an esproj
  • Loading branch information
KazWolfe committed Aug 19, 2022
1 parent 9c1b106 commit ccd16f4
Show file tree
Hide file tree
Showing 6 changed files with 325 additions and 472 deletions.
14 changes: 0 additions & 14 deletions SDPlugin/XIVDeck.SDPlugin.csproj

This file was deleted.

15 changes: 15 additions & 0 deletions SDPlugin/XIVDeck.SDPlugin.esproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.4.0-alpha">
<PropertyGroup Label="Globals">
<ProjectGuid>299f16fd-c8ac-4774-95e5-7311d085595e</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<!-- No C# code exists for this project, so we don't really have anything to build... -->
<NoBuild>true</NoBuild>

<JavaScriptTestRoot>test\</JavaScriptTestRoot>
<JavaScriptTestFramework>Jest</JavaScriptTestFramework>
</PropertyGroup>
<ItemGroup>
<Script Include="**" Exclude="*.esproj;**\node_modules\**" />
</ItemGroup>
</Project>
Loading

0 comments on commit ccd16f4

Please sign in to comment.