Skip to content

Commit

Permalink
Update viz dependency in other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaines committed Aug 15, 2024
1 parent 08c7dea commit 7219eb3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/examples/parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@viz-js/viz": "3.7.0",
"@viz-js/viz": "3.8.0",
"parcel": "^2.12.0"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/script-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@viz-js/viz": "3.3.0"
"@viz-js/viz": "3.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@codemirror/state": "^6.2.1",
"@lezer/common": "^1.0.3",
"@viz-js/lang-dot": "1.0.4",
"@viz-js/viz": "3.7.0",
"@viz-js/viz": "3.8.0",
"codemirror": "^6.0.1",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1968,15 +1968,10 @@
"@lezer/highlight" "^1.1.6"
"@lezer/xml" "^1.0.2"

"@viz-js/[email protected]":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@viz-js/viz/-/viz-3.3.0.tgz#9ef8d95ffed333344e4e585286bd3c2ed4629420"
integrity sha512-cWBklZ5903i90YXGy3tWo93kgxsdKhlIes0soTYscJtiTwD8vBY55TDKZPDvkXVmh842AaNxby7FDWmAPSJnQw==

"@viz-js/[email protected]":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@viz-js/viz/-/viz-3.7.0.tgz#f8f509ff9d1067c87c678137052289db750db648"
integrity sha512-+nZ5LWe09ypRDk43pDU09wLW80kLAEonM7xES4s6AWiCUfAy5Vb+rxnQ3hKw79ptdaHJsyNIfwnzpEFtfMIyGA==
"@viz-js/[email protected]":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@viz-js/viz/-/viz-3.8.0.tgz#38ecd4280b37b06b7d3f7a805b8520d5884ee459"
integrity sha512-xbqbRanQCG06yfpnv2hsgX43G26q0JCSjcYSpvmUlx1VRCzA0ngi7zsPn0jW9K2ITchpjQiC1tyO6+zFgS/IyA==

abab@^2.0.6:
version "2.0.6"
Expand Down

0 comments on commit 7219eb3

Please sign in to comment.