Skip to content

Commit

Permalink
chore: update icons (#241)
Browse files Browse the repository at this point in the history
* update packages
* update icons
  • Loading branch information
DaveSkender authored Aug 28, 2022
1 parent 391e8a4 commit 0a25c8f
Show file tree
Hide file tree
Showing 12 changed files with 969 additions and 986 deletions.
1,907 changes: 945 additions & 962 deletions Client/package-lock.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"private": false,
"dependencies": {
"@angular/animations": "^14.1.3",
"@angular/cdk": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/forms": "^14.1.3",
"@angular/material": "^14.1.3",
"@angular/platform-browser": "^14.1.3",
"@angular/platform-browser-dynamic": "^14.1.3",
"@angular/router": "^14.1.3",
"@angular/animations": "^14.2.0",
"@angular/cdk": "^14.2.0",
"@angular/common": "^14.2.0",
"@angular/compiler": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/material": "^14.2.0",
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@ctrl/tinycolor": "^3.4.1",
"@ng-matero/extensions": "^14.1.0",
"chart.js": "^3.9.1",
Expand All @@ -36,20 +36,20 @@
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.3",
"@angular-eslint/builder": "~14.0.2",
"@angular-eslint/eslint-plugin": "~14.0.2",
"@angular-eslint/eslint-plugin-template": "~14.0.2",
"@angular-eslint/schematics": "~14.0.2",
"@angular-eslint/template-parser": "~14.0.2",
"@angular/cli": "^14.1.3",
"@angular/compiler-cli": "^14.1.3",
"@angular/language-service": "^14.1.3",
"@angular-devkit/build-angular": "^14.2.1",
"@angular-eslint/builder": "~14.0.3",
"@angular-eslint/eslint-plugin": "~14.0.3",
"@angular-eslint/eslint-plugin-template": "~14.0.3",
"@angular-eslint/schematics": "~14.0.3",
"@angular-eslint/template-parser": "~14.0.3",
"@angular/cli": "^14.2.1",
"@angular/compiler-cli": "^14.2.0",
"@angular/language-service": "^14.2.0",
"@types/node": "^18.7.8",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.22.0",
"ts-node": "~10.9.1",
"typescript": "~4.7.4"
}
}
}
Binary file modified Client/src/favicon.ico
Binary file not shown.
Binary file modified Client/src/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Client/src/icons/android-chrome-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Client/src/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Client/src/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Client/src/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Client/src/icons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Client/src/icons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Server/Functions/Functions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Alpaca.Markets" Version="6.0.6" />
<PackageReference Include="Alpaca.Markets" Version="6.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.1" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Server/WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.1" />
<PackageReference Include="Azure.Storage.Files.Shares" Version="12.11.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.8" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.4.0" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.2.0" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0a25c8f

Please sign in to comment.