Skip to content

Commit

Permalink
feat(deps): update dependency apexcharts to v3.49.2 (#183)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency apexcharts to v3.49.2

* fix(deps): update dependency apexcharts to v3.49.2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arthur Ming <mingguobin@live.com>
  • Loading branch information
renovate[bot] and damingerdai committed Jul 3, 2024
1 parent 5f0a218 commit f09111b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@angular/router": "^18.0.3",
"@angular/ssr": "^18.0.3",
"@schematics/angular": "^18.0.3",
"apexcharts": "^3.49.0",
"apexcharts": "^3.49.2",
"express": "^4.18.2",
"rxjs": "~7.8.0",
"tslib": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Rule } from '@angular-devkit/schematics';
import { chain } from '@angular-devkit/schematics';
import { updateDependencies } from '../utils/dependencies';

const apexchartsVersion = '~3.49.0';
const apexchartsVersion = '3.49.2';

export default function migration(): Rule {
return chain([
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3336,9 +3336,9 @@ anymatch@~3.1.2:
picomatch "^2.0.4"

apexcharts@^3.49.0:
version "3.49.1"
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.49.1.tgz#837d1d4fd80f2c092f0587e8fb6bbc31ad57a0f3"
integrity sha512-MqGtlq/KQuO8j0BBsUJYlRG8VBctKwYdwuBtajHgHTmSgUU3Oai+8oYN/rKCXwXzrUlYA+GiMgotAIbXY2BCGw==
version "3.49.2"
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.49.2.tgz#48ebcf7e7ad7bd11300d408fb115c93f67a25e9e"
integrity sha512-vBB8KgwfD9rSObA7s4kY2rU6DeaN67gTR3JN7r32ztgKVf8lKkdFQ6iUhk6oIHrV7W8PoHhr5EwKymn0z5Fz6A==
dependencies:
"@yr/monotone-cubic-spline" "^1.0.3"
svg.draggable.js "^2.2.2"
Expand Down

0 comments on commit f09111b

Please sign in to comment.