Browse Source
Merge branch 'main' into feature/upgrade-prisma-to-version-4.6.1
pull/1456/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
8 additions and
6 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/portfolio/portfolio-page.component.ts
-
package.json
-
yarn.lock
|
|
@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the _Activities_ tab icon |
|
|
|
- Upgraded `prisma` from version `4.4.0` to `4.6.1` |
|
|
|
- Upgraded `yahoo-finance2` from version `2.3.6` to `2.3.10` |
|
|
|
|
|
|
|
## 1.213.0 - 14.11.2022 |
|
|
|
|
|
|
|
|
|
@ -43,7 +43,7 @@ export class PortfolioPageComponent implements OnDestroy, OnInit { |
|
|
|
this.tabs = [ |
|
|
|
{ iconName: 'analytics-outline', path: 'analysis' }, |
|
|
|
{ iconName: 'wallet-outline', path: 'holdings' }, |
|
|
|
{ iconName: 'swap-horizontal-outline', path: 'activities' }, |
|
|
|
{ iconName: 'swap-vertical-outline', path: 'activities' }, |
|
|
|
{ iconName: 'pie-chart-outline', path: 'allocations' }, |
|
|
|
{ iconName: 'calculator-outline', path: 'fire' } |
|
|
|
]; |
|
|
|
|
|
@ -127,7 +127,7 @@ |
|
|
|
"svgmap": "2.6.0", |
|
|
|
"twitter-api-v2": "1.10.3", |
|
|
|
"uuid": "8.3.2", |
|
|
|
"yahoo-finance2": "2.3.6", |
|
|
|
"yahoo-finance2": "2.3.10", |
|
|
|
"zone.js": "0.11.8" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
|
|
@ -19910,10 +19910,10 @@ y18n@^5.0.5: |
|
|
|
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" |
|
|
|
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== |
|
|
|
|
|
|
|
yahoo-finance2@2.3.6: |
|
|
|
version "2.3.6" |
|
|
|
resolved "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-2.3.6.tgz" |
|
|
|
integrity sha512-qE4Nu4DY4XSAL+RzYXSaWFQBIYyBbMDaND1VoMGnmekWBGS8+/3GxfajXrzEfxxwFvT4tM/1i4G64OVxKE0EMA== |
|
|
|
yahoo-finance2@2.3.10: |
|
|
|
version "2.3.10" |
|
|
|
resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.3.10.tgz#39f0eb1c0e85bffa9514bf0ab8e1ca7f39889927" |
|
|
|
integrity sha512-ZLzKdW5gy0nSXXn6S8yY9qQMrSWOl2qzPORbZaF4PQqlk7K9n3bF5FZnsqA+K559qUW/BfJtF3EMJWbKD6q7lA== |
|
|
|
dependencies: |
|
|
|
ajv "8.10.0" |
|
|
|
ajv-formats "2.1.1" |
|
|
|