Skip to content

Commit 128bb36

Browse files
authored
Merge pull request #1252 from jasongrout/phosphorupdate
Update to phosphor 1.0 packages.
2 parents 0aa847b + 7556130 commit 128bb36

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

jupyter-js-widgets/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
},
8484
"dependencies": {
8585
"@jupyterlab/services": "^0.39.1",
86-
"@phosphor/algorithm": "^0.1.0",
87-
"@phosphor/domutils": "^0.1.0",
88-
"@phosphor/messaging": "^0.1.0",
89-
"@phosphor/widgets": "^0.3.0",
86+
"@phosphor/algorithm": "^1.0.0",
87+
"@phosphor/domutils": "^1.0.0",
88+
"@phosphor/messaging": "^1.1.0",
89+
"@phosphor/widgets": "^1.1.0",
9090
"@types/backbone": "^1.3.33",
9191
"@types/semver": "^5.3.30",
9292
"ajv": "^4.9.0",

jupyterlab_widgets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
77
"dependencies": {
8-
"@phosphor/coreutils": "^0.1.0",
9-
"@phosphor/disposable": "^0.1.0",
10-
"@phosphor/widgets": "^0.1.0",
8+
"@phosphor/coreutils": "^1.0.0",
9+
"@phosphor/disposable": "^1.0.0",
10+
"@phosphor/widgets": "^1.1.0",
1111
"jupyter-js-widgets": "~3.0.0",
1212
"jupyterlab": "^0.17.2"
1313
},

widgetsnbextension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
2424
"dependencies": {
25-
"@phosphor/messaging": "^0.1.0",
26-
"@phosphor/widgets": "^0.3.0",
25+
"@phosphor/messaging": "^1.1.0",
26+
"@phosphor/widgets": "^1.1.0",
2727
"backbone": "^1.2.3",
2828
"jupyter-js-widgets": "~3.0.0",
2929
"underscore": "^1.8.3"

0 commit comments

Comments
 (0)