Skip to content

Commit

Permalink
Merge pull request #6 from flatlogic/update-deps
Browse files Browse the repository at this point in the history
feat: update deps
  • Loading branch information
Blari authored Nov 27, 2024
2 parents e094aaa + aa49b23 commit 8e23096
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [7.2.4] - 27/11/2024

- Updated dependencies

## [7.2.3] - 12/14/2021
### Fixed

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-blue",
"version": "7.2.3",
"version": "7.2.4",
"description": "Light Blue - Angular 11 Dashboard",
"scripts": {
"analyze": "npm run build:stats && webpack-bundle-analyzer dist/stats.json --port 4201",
Expand All @@ -16,8 +16,8 @@
"private": true,
"dependencies": {
"@agm/core": "3.0.0-beta.0",
"@amcharts/amcharts4": "4.10.18",
"@amcharts/amcharts4-geodata": "4.1.20",
"@amcharts/amcharts4": "4.10.39",
"@amcharts/amcharts4-geodata": "4.1.30",
"@angular-slider/ngx-slider": "^2.0.3",
"@angular/animations": "11.2.13",
"@angular/cdk": "^11.2.12",
Expand Down Expand Up @@ -47,7 +47,7 @@
"bootstrap": "4.0.0-beta",
"brace": "0.11.1",
"date-fns": "2.21.3",
"echarts": "5.1.1",
"echarts": "5.5.1",
"font-awesome": "4.7.0",
"glyphicons-halflings": "1.9.1",
"highcharts": "9.1.0",
Expand All @@ -74,9 +74,9 @@
"rxjs": "~6.5.5",
"shufflejs": "5.3.0",
"skycons": "1.0.0",
"sortablejs": "1.13.0",
"sortablejs": "1.15.4",
"tslib": "^2.0.0",
"validator": "13.6.0",
"validator": "13.12.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
Expand All @@ -99,7 +99,7 @@
"ts-node": "9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.0.7",
"webpack-bundle-analyzer": "4.4.1"
"webpack-bundle-analyzer": "4.10.2"
},
"overrides": {},
"resolutions": {}
Expand Down

0 comments on commit 8e23096

Please sign in to comment.