Browse Source

Feature/upgrade svgmap to version 2.12 (#4280)

* chore(deps): bump svgmap from 2.6.0 to 2.12.2

* fix(ui): handle error

* Update changelog
pull/4287/head
Ken Tandrian 1 week ago
committed by GitHub
parent
commit
b6c4ef1997
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/components/world-map-chart/world-map-chart.component.html
  3. 10
      package-lock.json
  4. 2
      package.json

1
CHANGELOG.md

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the caching of the portfolio snapshot in the portfolio calculator by expiring cache entries when a user changes tags in the holding detail dialog - Improved the caching of the portfolio snapshot in the portfolio calculator by expiring cache entries when a user changes tags in the holding detail dialog
- Improved the language localization for German (`de`) - Improved the language localization for German (`de`)
- Upgraded `svgmap` from version `2.6.0` to `2.12.2`
## 2.137.1 - 2025-02-01 ## 2.137.1 - 2025-02-01

2
apps/client/src/app/components/world-map-chart/world-map-chart.component.html

@ -8,4 +8,4 @@
/> />
} }
<div class="align-items-center d-flex h-100 w-100" id="svgMap"></div> <div class="h-100 w-100" id="svgMap"></div>

10
package-lock.json

@ -86,7 +86,7 @@
"reflect-metadata": "0.2.2", "reflect-metadata": "0.2.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"stripe": "17.3.0", "stripe": "17.3.0",
"svgmap": "2.6.0", "svgmap": "2.12.2",
"twitter-api-v2": "1.14.2", "twitter-api-v2": "1.14.2",
"uuid": "11.0.5", "uuid": "11.0.5",
"yahoo-finance2": "2.11.3", "yahoo-finance2": "2.11.3",
@ -29788,12 +29788,12 @@
"license": "BSD-2-Clause" "license": "BSD-2-Clause"
}, },
"node_modules/svgmap": { "node_modules/svgmap": {
"version": "2.6.0", "version": "2.12.2",
"resolved": "https://registry.npmjs.org/svgmap/-/svgmap-2.6.0.tgz", "resolved": "https://registry.npmjs.org/svgmap/-/svgmap-2.12.2.tgz",
"integrity": "sha512-MePkVjgYlHwEfCSuGt+wB6WX6Z2fTD6yDtqZO5syzKYH7gamt1Hp9f/Bw5R49OvBtbsF7WCaGR0/GhewZGGA+w==", "integrity": "sha512-SCX1Oys3v1dz3mTEbQha+6lrHGyu3LwXBhcgW0HlTh7waQDMFqNUKD8hADvDaPkPapRvNCLMnXaVD1Pbxbnhow==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"svg-pan-zoom": "^3.6.1" "svg-pan-zoom": "^3.6.2"
} }
}, },
"node_modules/svgo": { "node_modules/svgo": {

2
package.json

@ -132,7 +132,7 @@
"reflect-metadata": "0.2.2", "reflect-metadata": "0.2.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"stripe": "17.3.0", "stripe": "17.3.0",
"svgmap": "2.6.0", "svgmap": "2.12.2",
"twitter-api-v2": "1.14.2", "twitter-api-v2": "1.14.2",
"uuid": "11.0.5", "uuid": "11.0.5",
"yahoo-finance2": "2.11.3", "yahoo-finance2": "2.11.3",

Loading…
Cancel
Save