Skip to content

Commit

Permalink
fix: fix build with semver (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Nov 15, 2021
1 parent 603cc1d commit 99751ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/embed.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {applyPatch, Operation} from 'fast-json-patch';
import stringify from 'json-stringify-pretty-compact';
import {satisfies} from 'semver';
// need this import because of https://github.com/npm/node-semver/issues/381
import satisfies from 'semver/functions/satisfies';
import * as vegaImport from 'vega';
import {
AutoSize,
Expand Down

0 comments on commit 99751ea

Please sign in to comment.