Browse Source

Initial version

pull/6503/head
Erwin Neys 3 weeks ago
parent
commit
de855fd4ba
  1. 5
      CHANGELOG.md
  2. 2
      apps/client/src/styles.scss
  3. 2
      libs/ui/src/lib/world-map-chart/world-map-chart.component.ts
  4. 57
      package-lock.json
  5. 2
      package.json

5
CHANGELOG.md

@ -5,6 +5,11 @@ 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).
### Changed
- Upgraded `svgmap` from version `2.16.0` to `2.19.2`
- Improved the language localization for Dutch (`nl`)
## 2.248.0 - 2026-03-07
### Added

2
apps/client/src/styles.scss

@ -2,7 +2,7 @@
@import './styles/table';
@import './styles/variables';
@import 'svgmap/dist/svgMap';
@import 'node_modules/svgmap/dist/svgMap.min.css';
:root {
--dark-background: rgb(25, 25, 25);

2
libs/ui/src/lib/world-map-chart/world-map-chart.component.ts

@ -9,7 +9,7 @@ import {
OnDestroy
} from '@angular/core';
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader';
import svgMap from 'svgmap';
import { svgMap } from 'svgmap';
@Component({
changeDetection: ChangeDetectionStrategy.OnPush,

57
package-lock.json

@ -86,7 +86,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",
@ -7791,24 +7791,6 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/@nestjs/schematics/node_modules/chokidar": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
"dev": true,
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"readdirp": "^4.0.1"
},
"engines": {
"node": ">= 14.16.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@nestjs/schematics/node_modules/is-interactive": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
@ -7843,22 +7825,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@nestjs/schematics/node_modules/readdirp": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
"dev": true,
"license": "MIT",
"optional": true,
"peer": true,
"engines": {
"node": ">= 14.18.0"
},
"funding": {
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@nestjs/serve-static": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/@nestjs/serve-static/-/serve-static-5.0.4.tgz",
@ -19225,21 +19191,6 @@
"@esbuild/win32-x64": "0.27.2"
}
},
"node_modules/esbuild-register": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.6.0.tgz",
"integrity": "sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==",
"dev": true,
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"debug": "^4.3.4"
},
"peerDependencies": {
"esbuild": ">=0.12 <1"
}
},
"node_modules/esbuild-wasm": {
"version": "0.27.2",
"resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.27.2.tgz",
@ -32262,9 +32213,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"

2
package.json

@ -131,7 +131,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",

Loading…
Cancel
Save