Skip to content

Commit

Permalink
Downgrade @types/backbone, nouislider, and @types/nouislider
Browse files Browse the repository at this point in the history
The upgrades were causing compilation errors, so I reverted them to be looked at later.
  • Loading branch information
jasongrout committed Jun 11, 2021
1 parent 909ede7 commit 3ebf031
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@lumino/properties": "^1.1.0",
"@lumino/signaling": "^1.2.0",
"@lumino/widgets": "^1.3.0",
"@types/backbone": "1.4.10",
"@types/backbone": "1.4.1",
"jquery": "^3.1.1",
"semver": "^7.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@lumino/coreutils": "^1.2.0",
"@lumino/messaging": "^1.2.1",
"@lumino/widgets": "^1.3.0",
"@types/backbone": "1.4.10",
"@types/backbone": "1.4.1",
"@types/lodash": "^4.14.134",
"backbone": "1.4.0",
"jquery": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"d3-color": "^3.0.1",
"d3-format": "^3.0.1",
"jquery": "^3.1.1",
"nouislider": "^15.1.1"
"nouislider": "^14.1.1"
},
"devDependencies": {
"@jupyterlab/services": "^6.0.0",
Expand All @@ -53,7 +53,7 @@
"@types/mathjax": "^0.0.36",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.2",
"@types/nouislider": "^15.0.0",
"@types/nouislider": "^9.0.6",
"chai": "^4.0.0",
"css-loader": "^5.2.6",
"expect.js": "^0.3.1",
Expand Down

0 comments on commit 3ebf031

Please sign in to comment.