Browse Source
Task/upgrade svgmap to version 2.19.2 (#6503)
* Upgrade svgmap to version 2.19.2
* Update changelog
pull/6521/head
Erwin-N
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
12 additions and
6 deletions
-
CHANGELOG.md
-
apps/client/src/styles.scss
-
package-lock.json
-
package.json
|
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `svgmap` from version `2.14.0` to `2.19.2` |
|
|
|
|
|
|
|
## 2.249.0 - 2026-03-10 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
@import './styles/table'; |
|
|
|
@import './styles/variables'; |
|
|
|
|
|
|
|
@import 'svgmap/dist/svgMap'; |
|
|
|
@import 'svgmap/style.min'; |
|
|
|
|
|
|
|
:root { |
|
|
|
--dark-background: rgb(25, 25, 25); |
|
|
|
|
|
|
|
@ -90,7 +90,7 @@ |
|
|
|
"reflect-metadata": "0.2.2", |
|
|
|
"rxjs": "7.8.1", |
|
|
|
"stripe": "20.3.0", |
|
|
|
"svgmap": "2.14.0", |
|
|
|
"svgmap": "2.19.2", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"yahoo-finance2": "3.13.2", |
|
|
|
@ -32339,9 +32339,9 @@ |
|
|
|
"license": "BSD-2-Clause" |
|
|
|
}, |
|
|
|
"node_modules/svgmap": { |
|
|
|
"version": "2.14.0", |
|
|
|
"resolved": "https://registry.npmjs.org/svgmap/-/svgmap-2.14.0.tgz", |
|
|
|
"integrity": "sha512-+Vklx4DO1uv1SFq6wnJWl/dRjX4uRT9CcsIHuADxAcZ+h5X1OSyDVbNdIu837fx5TtYYuaGRhWuFCXIioN/1ww==", |
|
|
|
"version": "2.19.2", |
|
|
|
"resolved": "https://registry.npmjs.org/svgmap/-/svgmap-2.19.2.tgz", |
|
|
|
"integrity": "sha512-mRqRcQiwwSTh9kTOPhjTmd3ywxA9aTfybBHGAoyuGn9CI9PnAQsuZ7H/2/VEIvgJhi1xM5IGBfk8i4/Ke4iTCQ==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"svg-pan-zoom": "^3.6.2" |
|
|
|
|
|
|
|
@ -135,7 +135,7 @@ |
|
|
|
"reflect-metadata": "0.2.2", |
|
|
|
"rxjs": "7.8.1", |
|
|
|
"stripe": "20.3.0", |
|
|
|
"svgmap": "2.14.0", |
|
|
|
"svgmap": "2.19.2", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"yahoo-finance2": "3.13.2", |
|
|
|
|