chore: Update FusionCharts dependencies to latest versions#12
Merged
hebus merged 1 commit intorelease/11.13.0from Jan 9, 2026
Merged
chore: Update FusionCharts dependencies to latest versions#12hebus merged 1 commit intorelease/11.13.0from
hebus merged 1 commit intorelease/11.13.0from
Conversation
This commit updates several FusionCharts packages to their latest versions within the `package-lock.json` file. The following packages have been updated: - `@fusioncharts/constructor` from 1.9.6 to 1.9.8 - `@fusioncharts/core` from 1.9.6 to 1.9.8 - `@fusioncharts/datatable` from 1.9.6 to 1.9.8 - `@fusioncharts/fusiontime` from 2.9.6 to 2.9.8 - `@fusioncharts/maps` from 4.1.2 to 4.2.0 - `@fusioncharts/charts` from 4.1.2 to 4.2.0 This update ensures we are using the most recent versions of these libraries, potentially bringing in bug fixes, performance improvements, and new features.
hebus
added a commit
that referenced
this pull request
Jan 9, 2026
* feat: Update Angular to version 19 This commit updates the Angular framework and related packages to version 19. The `expr-eval` package was replaced with `expr-eval-fork` due to dependency updates. * Update FusionCharts dependencies to latest versions (#12) This commit updates several FusionCharts packages to their latest versions within the `package-lock.json` file. The following packages have been updated: - `@fusioncharts/constructor` from 1.9.6 to 1.9.8 - `@fusioncharts/core` from 1.9.6 to 1.9.8 - `@fusioncharts/datatable` from 1.9.6 to 1.9.8 - `@fusioncharts/fusiontime` from 2.9.6 to 2.9.8 - `@fusioncharts/maps` from 4.1.2 to 4.2.0 - `@fusioncharts/charts` from 4.1.2 to 4.2.0 This update ensures we are using the most recent versions of these libraries, potentially bringing in bug fixes, performance improvements, and new features.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit updates several FusionCharts packages to their latest versions within the
package-lock.jsonfile. The following packages have been updated:@fusioncharts/constructorfrom 1.9.6 to 1.9.8@fusioncharts/corefrom 1.9.6 to 1.9.8@fusioncharts/datatablefrom 1.9.6 to 1.9.8@fusioncharts/fusiontimefrom 2.9.6 to 2.9.8@fusioncharts/mapsfrom 4.1.2 to 4.2.0@fusioncharts/chartsfrom 4.1.2 to 4.2.0This update ensures we are using the most recent versions of these libraries, potentially bringing in bug fixes, performance improvements, and new features.