Skip to content

Commit

Permalink
Update other packages to use latest @viz-js/viz
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaines committed Feb 23, 2024
1 parent 23ec041 commit aeaf0e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2.3",
"@viz-js/viz": "3.3.0",
"parcel": "^2.10.1"
},
"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.2.3"
"@viz-js/viz": "3.3.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.2.3",
"@viz-js/viz": "3.3.0",
"codemirror": "^6.0.1",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2033,10 +2033,10 @@
"@lezer/highlight" "^1.1.6"
"@lezer/xml" "^1.0.2"

"@viz-js/viz@3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@viz-js/viz/-/viz-3.2.3.tgz#9130f7df53fb8f100e032faafb39678e2e6108e0"
integrity sha512-qPMVEftgtpKA99qAcw/22Ed5PptyZXuxPuB78yF1TkmM10jAwirtwdEfoRkxhzTTib4611hntTlzsBe/YZhl8Q==
"@viz-js/viz@3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@viz-js/viz/-/viz-3.3.0.tgz#9ef8d95ffed333344e4e585286bd3c2ed4629420"
integrity sha512-cWBklZ5903i90YXGy3tWo93kgxsdKhlIes0soTYscJtiTwD8vBY55TDKZPDvkXVmh842AaNxby7FDWmAPSJnQw==

abab@^2.0.6:
version "2.0.6"
Expand Down

0 comments on commit aeaf0e9

Please sign in to comment.