Skip to content

Commit

Permalink
Merge pull request #275 from quantopian/update-dependencies
Browse files Browse the repository at this point in the history
Update qgrid for jupyterlab
  • Loading branch information
gerrymanoim authored Dec 31, 2019
2 parents caec995 + bd691dd commit 538f08a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@jupyter-widgets/base": "^1.0.0",
"@jupyter-widgets/controls": "^1.0.0",
"@jupyter-widgets/base": "^1.1 || ^2",
"@jupyter-widgets/controls": "^1.0.0 || ^1.5.1",
"css-loader": "^0.28.7",
"expose-loader": "^0.7.3",
"file-loader": "^0.11.2",
Expand Down
4 changes: 4 additions & 0 deletions js/src/qgrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -737,3 +737,7 @@ input.bool-filter-radio {
.q-grid .slick-sort-indicator-asc {
background-image: none;
}

.jupyter-widgets {
overflow: auto !important;
}
2 changes: 1 addition & 1 deletion qgrid/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (1, 1, 1, 'final')
version_info = (1, 2, 0, 'final')

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down

0 comments on commit 538f08a

Please sign in to comment.