Skip to content

Commit 1d0b71c

Browse files
fix(deps): update dependency apexcharts to v3.42.0 (tauri-apps#1429)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5b0461 commit 1d0b71c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@docusaurus/preset-classic": "=2.4.1",
1515
"@fontsource/rubik": "5.0.9",
1616
"@mdx-js/react": "1.6.22",
17-
"apexcharts": "3.41.1",
17+
"apexcharts": "3.42.0",
1818
"bootstrap-icons": "1.10.5",
1919
"classnames": "2.3.2",
2020
"mdx-mermaid": "1.3.2",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,6 +2483,11 @@
24832483
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
24842484
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
24852485

2486+
"@yr/monotone-cubic-spline@^1.0.3":
2487+
version "1.0.3"
2488+
resolved "https://registry.yarnpkg.com/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz#7272d89f8e4f6fb7a1600c28c378cc18d3b577b9"
2489+
integrity sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==
2490+
24862491
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
24872492
version "1.3.8"
24882493
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
@@ -2634,11 +2639,12 @@ anymatch@~3.1.2:
26342639
normalize-path "^3.0.0"
26352640
picomatch "^2.0.4"
26362641

2637-
apexcharts@3.41.1:
2638-
version "3.41.1"
2639-
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.41.1.tgz#69669ae6225d4e7a32bdfd9750157e236d56b6e6"
2640-
integrity sha512-kta8fhXrfZYqW7K9kF7FqZ6imQaC6moyRgcUZjwIky/oeHVVISSN/2rjUIvZXnwxWHiSdDHMqLy+TqJhB4DXFA==
2642+
apexcharts@3.42.0:
2643+
version "3.42.0"
2644+
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.42.0.tgz#143eb4a12d93c59a37dd88efcf0c7ed0d9ab8735"
2645+
integrity sha512-hYhzZqh2Efny9uiutkGU2M/EarJ4Nn8s6dxZ0C7E7N+SV4d1xjTioXi2NLn4UKVJabZkb3HnpXDoumXgtAymwg==
26412646
dependencies:
2647+
"@yr/monotone-cubic-spline" "^1.0.3"
26422648
svg.draggable.js "^2.2.2"
26432649
svg.easing.js "^2.0.0"
26442650
svg.filter.js "^2.0.2"

0 commit comments

Comments
 (0)