Skip to content

Commit a027642

Browse files
committed
Revert Backbone typings to 1.4.1
The 1.4.9 typings cause compilation errors, which are not related to the merge of 7.x into master.
1 parent 55d9958 commit a027642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab_widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@lumino/properties": "^1.1.0",
7171
"@lumino/signaling": "^1.2.0",
7272
"@lumino/widgets": "^1.3.0",
73-
"@types/backbone": "^1.4.1",
73+
"@types/backbone": "1.4.1",
7474
"jquery": "^3.1.1",
7575
"semver": "^6.1.1"
7676
},

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@lumino/coreutils": "^1.2.0",
3737
"@lumino/messaging": "^1.2.1",
3838
"@lumino/widgets": "^1.3.0",
39-
"@types/backbone": "^1.4.1",
39+
"@types/backbone": "1.4.1",
4040
"@types/lodash": "^4.14.134",
4141
"backbone": "1.2.3",
4242
"jquery": "^3.1.1",

0 commit comments

Comments
 (0)