Skip to content

Commit

Permalink
Added name/version and updated react dependency (#53)
Browse files Browse the repository at this point in the history
* Added version and updated react dependencies

* Added index.js and js.map
  • Loading branch information
jakeatgalileo authored Nov 30, 2020
1 parent 252c15d commit d951a4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion luxwidget/nbextension/static/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion luxwidget/nbextension/static/index.js.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "lux-widget",
"name": "luxwidget",
"version": "0.1.1",
"description": "A Custom Jupyter Widget Library",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,16 +53,16 @@
"watch:nbextension": "webpack --watch"
},
"dependencies": {
"@jupyter-widgets/base": "^1.1.10 || ^2",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3",
"@material-ui/core": "^4.11.0",
"bootstrap": "^4.4.1",
"detect-libc": "^1.0.3",
"needle": "^2.4.0",
"nopt": "^4.0.1",
"rc": "^1.2.8",
"react": "^16.12.0",
"react": "^16.5.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-dom": "^16.9.0",
"react-vega": "7.1.1",
"vega": "^5.9.0",
"vega-embed": "^6.2.1",
Expand Down

0 comments on commit d951a4f

Please sign in to comment.