Skip to content

Commit

Permalink
Bump Vega packages (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored May 28, 2023
1 parent 3dfc545 commit 1378e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/assets/vega_lite/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "https://cdn.jsdelivr.net/npm/vega@5.21.0";
import "https://cdn.jsdelivr.net/npm/vega-lite@5.2.0";
import "https://cdn.jsdelivr.net/npm/vega-embed@6.20.2";
import "https://cdn.jsdelivr.net/npm/vega@5.25.0";
import "https://cdn.jsdelivr.net/npm/vega-lite@5.9.1";
import "https://cdn.jsdelivr.net/npm/vega-embed@6.22.1";

// See https://github.com/vega/vega-lite/blob/b61b13c2cbd4ecde0448544aff6cdaea721fd22a/src/compile/data/assemble.ts#L228-L231
const DEFAULT_DATASET_NAME = "source_0";
Expand Down

0 comments on commit 1378e90

Please sign in to comment.