Skip to content

Commit 8e23096

Browse files
authored
Merge pull request #6 from flatlogic/update-deps
feat: update deps
2 parents e094aaa + aa49b23 commit 8e23096

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [7.2.4] - 27/11/2024
4+
5+
- Updated dependencies
6+
37
## [7.2.3] - 12/14/2021
48
### Fixed
59

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-blue",
3-
"version": "7.2.3",
3+
"version": "7.2.4",
44
"description": "Light Blue - Angular 11 Dashboard",
55
"scripts": {
66
"analyze": "npm run build:stats && webpack-bundle-analyzer dist/stats.json --port 4201",
@@ -16,8 +16,8 @@
1616
"private": true,
1717
"dependencies": {
1818
"@agm/core": "3.0.0-beta.0",
19-
"@amcharts/amcharts4": "4.10.18",
20-
"@amcharts/amcharts4-geodata": "4.1.20",
19+
"@amcharts/amcharts4": "4.10.39",
20+
"@amcharts/amcharts4-geodata": "4.1.30",
2121
"@angular-slider/ngx-slider": "^2.0.3",
2222
"@angular/animations": "11.2.13",
2323
"@angular/cdk": "^11.2.12",
@@ -47,7 +47,7 @@
4747
"bootstrap": "4.0.0-beta",
4848
"brace": "0.11.1",
4949
"date-fns": "2.21.3",
50-
"echarts": "5.1.1",
50+
"echarts": "5.5.1",
5151
"font-awesome": "4.7.0",
5252
"glyphicons-halflings": "1.9.1",
5353
"highcharts": "9.1.0",
@@ -74,9 +74,9 @@
7474
"rxjs": "~6.5.5",
7575
"shufflejs": "5.3.0",
7676
"skycons": "1.0.0",
77-
"sortablejs": "1.13.0",
77+
"sortablejs": "1.15.4",
7878
"tslib": "^2.0.0",
79-
"validator": "13.6.0",
79+
"validator": "13.12.0",
8080
"zone.js": "~0.10.3"
8181
},
8282
"devDependencies": {
@@ -99,7 +99,7 @@
9999
"ts-node": "9.1.1",
100100
"tslint": "~6.1.0",
101101
"typescript": "~4.0.7",
102-
"webpack-bundle-analyzer": "4.4.1"
102+
"webpack-bundle-analyzer": "4.10.2"
103103
},
104104
"overrides": {},
105105
"resolutions": {}

0 commit comments

Comments
 (0)