Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode authored Jun 11, 2024
1 parent c756ef7 commit ddd0859
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-scatter",
"version": "0.15.1",
"version": "0.16.0",
"description": "A scatter plot extension for Jupyter Notebook and Lab",
"author": "Fritz Lekschas",
"repository": {
Expand All @@ -24,11 +24,13 @@
"d3-hierarchy": "~3.1.2",
"d3-scale": "~4.0.2",
"d3-selection": "~3.0.0",
"d3-time": "~3.1.0",
"d3-time-format": "~4.1.0",
"dom-2d-camera": "~2.2.5",
"gl-matrix": "~3.3.0",
"pub-sub-es": "~2.1.1",
"pub-sub-es": "~3.0.0",
"regl": "~2.1.0",
"regl-scatterplot": "file:../../regl-scatterplot/"
"regl-scatterplot": "~1.9.4"
},
"devDependencies": {
"esbuild": "^0.19.5",
Expand Down

0 comments on commit ddd0859

Please sign in to comment.