Skip to content

Commit 3d3a5f0

Browse files
committed
Remove obsolete lodash dependency
1 parent 95fa787 commit 3d3a5f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

{{cookiecutter.github_project_name}}/js/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"rimraf": "^2.6.1"
3737
},
3838
"dependencies": {
39-
"@jupyter-widgets/base": "^1.1 || ^2 || ^3 || ^4 || ^6",
40-
"lodash": "^4.17.4"
39+
"@jupyter-widgets/base": "^1.1 || ^2 || ^3 || ^4 || ^6"
4140
},
4241
"jupyterlab": {
4342
"extension": "lib/labplugin",

0 commit comments

Comments
 (0)