Skip to content

Commit 21fa7d0

Browse files
committed
Update to include lodash-es in package.json
1 parent 6d29ba6 commit 21fa7d0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/python/plotly/js/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python/plotly/js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"typecheck": "tsc --noEmit"
66
},
77
"dependencies": {
8+
"lodash-es": "^4.17.21",
89
"plotly.js": "^2.35.2"
910
},
1011
"devDependencies": {

packages/python/plotly/js/widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Adapted from ../../../javascript/jupyterlab-plotly/src/Figure.ts for anywidget.
2-
import _ from "https://esm.sh/lodash-es@4.17.21";
2+
import _ from "lodash-es";
33
import Plotly from "plotly.js";
44
/*global define */
55

0 commit comments

Comments
 (0)