Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update analysis view packages #1499

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@lumino/widgets": "2.5.0",
"@mdi/js": "7.4.47",
"@vueuse/core": "11.1.0",
"apexcharts": "3.41.0",
"apexcharts": "3.54.0",
"axios": "1.7.7",
"dedent": "1.5.3",
"enumify": "2.0.0",
Expand All @@ -48,7 +48,7 @@
"vue-i18n": "10.0.1",
"vue-router": "4.4.5",
"vue-the-mask": "0.11.1",
"vue3-apexcharts": "1.4.1",
"vue3-apexcharts": "1.7.0",
"vuetify": "3.7.2",
"vuex": "4.1.0"
},
Expand Down
28 changes: 18 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2433,6 +2433,13 @@ __metadata:
languageName: node
linkType: hard

"@yr/monotone-cubic-spline@npm:^1.0.3":
version: 1.0.3
resolution: "@yr/monotone-cubic-spline@npm:1.0.3"
checksum: 10c0/6098d2138dcf8b722c80f2e9167d24a064184c37fb5b3276e34c717351b496735777b71f7e69c3fa6b94f8a81eba309c4a1e37349a26b8541113b1afa84d7bf8
languageName: node
linkType: hard

"abbrev@npm:^2.0.0":
version: 2.0.0
resolution: "abbrev@npm:2.0.0"
Expand Down Expand Up @@ -2564,17 +2571,18 @@ __metadata:
languageName: node
linkType: hard

"apexcharts@npm:3.41.0":
version: 3.41.0
resolution: "apexcharts@npm:3.41.0"
"apexcharts@npm:3.54.0":
version: 3.54.0
resolution: "apexcharts@npm:3.54.0"
dependencies:
"@yr/monotone-cubic-spline": "npm:^1.0.3"
svg.draggable.js: "npm:^2.2.2"
svg.easing.js: "npm:^2.0.0"
svg.filter.js: "npm:^2.0.2"
svg.pathmorphing.js: "npm:^0.1.3"
svg.resize.js: "npm:^1.4.3"
svg.select.js: "npm:^3.0.1"
checksum: 10c0/b6c5ab14d6247f81de392c71fd160a59c9467cda8e07725d6ee3e10ba8013e69807ac57e35e62f9e81e772cfe8dc928c7a76e032619f19c90ad8cb7b5dfb9eba
checksum: 10c0/1e8927ee43de9de5151a278a1b13caacf288fa1de82e574441f532def948274cafeff022e55b2344916e2c191df124ea49dbf361609a9f94c0cded447ab656e9
languageName: node
linkType: hard

Expand Down Expand Up @@ -3577,7 +3585,7 @@ __metadata:
"@vitest/coverage-istanbul": "npm:2.1.2"
"@vue/test-utils": "npm:2.4.6"
"@vueuse/core": "npm:11.1.0"
apexcharts: "npm:3.41.0"
apexcharts: "npm:3.54.0"
axios: "npm:1.7.7"
concurrently: "npm:9.0.1"
cross-fetch: "npm:4.0.0"
Expand Down Expand Up @@ -3624,7 +3632,7 @@ __metadata:
vue-i18n: "npm:10.0.1"
vue-router: "npm:4.4.5"
vue-the-mask: "npm:0.11.1"
vue3-apexcharts: "npm:1.4.1"
vue3-apexcharts: "npm:1.7.0"
vuetify: "npm:3.7.2"
vuex: "npm:4.1.0"
peerDependenciesMeta:
Expand Down Expand Up @@ -10333,13 +10341,13 @@ __metadata:
languageName: node
linkType: hard

"vue3-apexcharts@npm:1.4.1":
version: 1.4.1
resolution: "vue3-apexcharts@npm:1.4.1"
"vue3-apexcharts@npm:1.7.0":
version: 1.7.0
resolution: "vue3-apexcharts@npm:1.7.0"
peerDependencies:
apexcharts: "> 3.0.0"
vue: "> 3.0.0"
checksum: 10c0/1fb0110811961996fb9406eac230ccf592a9038a0e9f9042b2c9589442d798f3380e91be753057317527b56fa6334d56d607158345db236bcc693b0165edf94b
checksum: 10c0/f97aaca7cf0c4dcd23800c1159c8bc29fd1b6fa31d5a865ec7ac5f43757c6b06c09f975f89f18e4b632255262c6c408e8299a49b9224e8f3f045f0756f3822fd
languageName: node
linkType: hard

Expand Down
Loading