Skip to content

Commit

Permalink
chore: update vis packages deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeia committed Jan 17, 2024
1 parent 48a484b commit 273ac1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-visjs",
"version": "0.7.4",
"version": "0.7.5",
"private": false,
"main": "./dist/vue-visjs.ssr.js",
"module": "./dist/vue-visjs.esm.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"moment": "^2.27.0",
"propagating-hammerjs": "^1.4.7",
"uuid": "^8.3.2",
"vis-data": "7.1.8",
"vis-data": "7.1.9",
"vis-network": "^9.1.9",
"vis-util": "^5.0.7",
"vue": "^3.2.45",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3705,10 +3705,10 @@ v8-compile-cache@^2.0.3:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

[email protected].8:
version "7.1.8"
resolved "https://registry.yarnpkg.com/vis-data/-/vis-data-7.1.8.tgz#879f0b30ca6fb73930a92b80a1340f83478b7ccb"
integrity sha512-h/cxRDVqnpqqpTBqwUbbKIpWVovOQ+h5rbFS/kio8TUH1np98Lv9bHdWZxahJlyzBaBR9KGvwGHB00jn3MjLbQ==
[email protected].9:
version "7.1.9"
resolved "https://registry.yarnpkg.com/vis-data/-/vis-data-7.1.9.tgz#ea0504df6fcbaae175173f4bbb05a960ce6c8891"
integrity sha512-COQsxlVrmcRIbZMMTYwD+C2bxYCFDNQ2EHESklPiInbD/Pk3JZ6qNL84Bp9wWjYjAzXfSlsNaFtRk+hO9yBPWA==

vis-network@^9.1.9:
version "9.1.9"
Expand Down

0 comments on commit 273ac1b

Please sign in to comment.