Skip to content

Commit

Permalink
chore: update packages (#60)
Browse files Browse the repository at this point in the history
* update packages
  • Loading branch information
DaveSkender authored Nov 19, 2020
1 parent 898adba commit 30361f4
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 81 deletions.
144 changes: 68 additions & 76 deletions Client/package-lock.json

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

6 changes: 3 additions & 3 deletions Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.0",
"@angular/cli": "~11.0.0",
"@angular-devkit/build-angular": "~0.1100.1",
"@angular/cli": "~11.0.1",
"@angular/compiler-cli": "~11.0.0",
"@angular/language-service": "~11.0.0",
"@types/chart.js": "^2.9.27",
"@types/chart.js": "^2.9.28",
"@types/chartjs-plugin-crosshair": "1.1.0",
"@types/node": "^14.14.7",
"codelyzer": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion Server/WebApi/Services/HistoryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ internal static IEnumerable<Quote> GetHistory()
new Quote { Date = DateTime.Parse("2017-01-01"), Open=(decimal)212.61, High=(decimal)213.35, Low=(decimal)211.52, Close=(decimal)211.6, Volume = 86708880 },
};

return Cleaners.PrepareHistory(h);
return h;
}
}
}
2 changes: 1 addition & 1 deletion Server/WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Skender.Stock.Indicators" Version="1.1.1" />
<PackageReference Include="Skender.Stock.Indicators" Version="1.1.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 30361f4

Please sign in to comment.