Feature/upgrade angular material css vars to version 2.1.2 (#282)

* Upgrade angular-material-css-vars from version 2.1.0 to 2.1.2

* Update changelog
pull/283/head
Thomas 3 years ago committed by GitHub
parent 908aba170d
commit 8adacd9760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed the position detail chart if there are missing historical data around the first buy date
- Fixed the snack bar background color in dark mode
### Changed
- Upgraded `angular-material-css-vars` from version `2.1.0` to `2.1.2`
## 1.36.0 - 09.08.2021

@ -71,7 +71,7 @@
"@simplewebauthn/typescript-types": "3.0.0",
"@stripe/stripe-js": "1.15.0",
"alphavantage": "2.2.0",
"angular-material-css-vars": "2.1.0",
"angular-material-css-vars": "2.1.2",
"bent": "7.3.12",
"big.js": "6.1.1",
"bootstrap": "4.6.0",

@ -3432,10 +3432,10 @@ alphavantage@2.2.0:
dependencies:
cross-fetch "^3.0.5"
angular-material-css-vars@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/angular-material-css-vars/-/angular-material-css-vars-2.1.0.tgz#43eac3bb3e74f509914c69106a194e3eab3f02f9"
integrity sha512-lFVzWOm8sVprhKobvEy+53VkulCAYTC1evv7EjBCpshm964voeYJ6k2Aqq0yZFNKMaQeGpMvwXSEZVvOyBzvTQ==
angular-material-css-vars@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/angular-material-css-vars/-/angular-material-css-vars-2.1.2.tgz#cf2ac1349014ce1e29e699286d67928ba4aad7c9"
integrity sha512-cyfsky93k5e2huS786tuOkffIFeWqAj2bp/DbvNk0g20VYpPjdkZ1cZI/exMkAFijo140refBdilQ0DYIoxEIw==
dependencies:
"@ctrl/tinycolor" "^2.6.0"
tslib "^2.0.0"

Loading…
Cancel
Save