Skip to content

Commit a4e24c3

Browse files
committed
Re-enable JS side support for older widgets
Was previously disabled to force the install of RC during testing
1 parent a7f9cca commit a4e24c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"watch": "webpack --mode development -w"
3535
},
3636
"dependencies": {
37-
"@jupyter-widgets/base": "^6.0.0-rc.0",
37+
"@jupyter-widgets/base": "^1.2.5 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^6.0.0-rc.0",
3838
"bluebird": "^3.5.5",
3939
"jupyter-dataserializers": "^3.0.0",
4040
"three": "^0.97.0",

0 commit comments

Comments
 (0)