Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 8, 2024
1 parent f17f092 commit 9f23131
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/svelte-vega/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-vega",
"version": "1.2.0",
"version": "2.3.0",
"license": "BSD-3-Clause",
"description": "Render Vega or Vega-Lite charts using a Svelte component.",
"author": "Alex Bäuerle <[email protected]> (https://a13x.io), Ángel Alexander Cabrera <[email protected]> (https://cabreraalex.com)",
Expand Down Expand Up @@ -56,14 +56,14 @@
"svelte": "^5.1.12",
"svelte-check": "^4.0.5",
"tslib": "^2.8.1",
"vite": "^5.4.10",
"typescript": "^5.6.3"
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"peerDependencies": {
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0",
"vega": "*",
"vega-lite": "*",
"vega-embed": "*"
"vega-embed": "*",
"vega-lite": "*"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9f23131

Please sign in to comment.