Skip to content

Commit

Permalink
Merge pull request #158 from sebader/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sebader authored Jan 2, 2024
2 parents 1729549 + 4e7854f commit edd38e2
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 76 deletions.
2 changes: 1 addition & 1 deletion FetchDataFunctions/FetchDataFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.56" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.57" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.0" />
Expand Down
145 changes: 72 additions & 73 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bootstrap": "^5.3.2",
"bootstrap-vue": "^2.22.0",
"tiny-emitter": "^2.1.0",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-i18n": "^9.8.0",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^4.2.5",
Expand All @@ -27,7 +27,7 @@
"ajv": "8.12.0",
"is-primitive": "^3.0.1",
"nprogress": "^0.2.0",
"vue-template-compiler": "^2.7.15"
"vue-template-compiler": "^2.7.16"
},
"resolutions": {
"glob-parent": "6.0.2",
Expand Down

0 comments on commit edd38e2

Please sign in to comment.