Skip to content

Commit 8bde0df

Browse files
committed
Update JupyterLab packages to latest 3.0rc4 packages.
1 parent 019256d commit 8bde0df

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

examples/web3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@jupyter-widgets/base": "^4.0.0-alpha.1",
1919
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
2020
"@jupyter-widgets/html-manager": "^0.20.0-alpha.1",
21-
"@jupyterlab/services": "^6.0.0-beta.7",
21+
"@jupyterlab/services": "^6.0.0-rc.4",
2222
"@lumino/widgets": "^1.3.0",
2323
"codemirror": "^5.48.0",
2424
"font-awesome": "^4.7.0",

jupyterlab_widgets/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@
4343
"install:extension": "jupyter labextension develop --overwrite .",
4444
"prepare": "jlpm run clean && jlpm run build",
4545
"watch": "run-p watch:src watch:labextension",
46-
"watch:src": "tsc -w",
47-
"watch:labextension": "jupyter labextension watch ."
46+
"watch:labextension": "jupyter labextension watch .",
47+
"watch:src": "tsc -w"
4848
},
4949
"dependencies": {
5050
"@jupyter-widgets/base": "^4.0.0-alpha.1",
5151
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
5252
"@jupyter-widgets/output": "^4.0.0-alpha.1",
53-
"@jupyterlab/application": "^3.0.0-beta.7",
54-
"@jupyterlab/docregistry": "^3.0.0-beta.7",
55-
"@jupyterlab/logconsole": "^3.0.0-beta.7",
56-
"@jupyterlab/mainmenu": "^3.0.0-beta.7",
57-
"@jupyterlab/nbformat": "^3.0.0-beta.7",
58-
"@jupyterlab/notebook": "^3.0.0-beta.7",
59-
"@jupyterlab/outputarea": "^3.0.0-beta.7",
60-
"@jupyterlab/rendermime": "^3.0.0-beta.7",
61-
"@jupyterlab/rendermime-interfaces": "^3.0.0-beta.7",
62-
"@jupyterlab/services": "^6.0.0-beta.7",
63-
"@jupyterlab/settingregistry": "^3.0.0-beta.7",
53+
"@jupyterlab/application": "^3.0.0-rc.4",
54+
"@jupyterlab/docregistry": "^3.0.0-rc.4",
55+
"@jupyterlab/logconsole": "^3.0.0-rc.4",
56+
"@jupyterlab/mainmenu": "^3.0.0-rc.4",
57+
"@jupyterlab/nbformat": "^3.0.0-rc.4",
58+
"@jupyterlab/notebook": "^3.0.0-rc.4",
59+
"@jupyterlab/outputarea": "^3.0.0-rc.4",
60+
"@jupyterlab/rendermime": "^3.0.0-rc.4",
61+
"@jupyterlab/rendermime-interfaces": "^3.0.0-rc.4",
62+
"@jupyterlab/services": "^6.0.0-rc.4",
63+
"@jupyterlab/settingregistry": "^3.0.0-rc.4",
6464
"@lumino/algorithm": "^1.1.0",
6565
"@lumino/coreutils": "^1.3.0",
6666
"@lumino/disposable": "^1.1.1",
@@ -73,8 +73,8 @@
7373
"semver": "^6.1.1"
7474
},
7575
"devDependencies": {
76-
"@jupyterlab/builder": "^3.0.0-beta.7",
77-
"@jupyterlab/cells": "^3.0.0-beta.7",
76+
"@jupyterlab/builder": "^3.0.0-rc.4",
77+
"@jupyterlab/cells": "^3.0.0-rc.4",
7878
"@types/semver": "^6.0.1",
7979
"@typescript-eslint/eslint-plugin": "^2.27.0",
8080
"@typescript-eslint/parser": "^2.27.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"updated": "lerna updated"
1818
},
1919
"devDependencies": {
20-
"@jupyterlab/buildutils": "^3.0.0-beta.7",
20+
"@jupyterlab/buildutils": "^3.0.0-rc.4",
2121
"lerna": "^3.2.1"
2222
}
2323
}

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
3333
},
3434
"dependencies": {
35-
"@jupyterlab/services": "^6.0.0-beta.7",
35+
"@jupyterlab/services": "^6.0.0-rc.4",
3636
"@lumino/coreutils": "^1.2.0",
3737
"@lumino/messaging": "^1.2.1",
3838
"@lumino/widgets": "^1.3.0",

packages/controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"underscore": "^1.8.3"
4747
},
4848
"devDependencies": {
49-
"@jupyterlab/services": "^6.0.0-beta.7",
49+
"@jupyterlab/services": "^6.0.0-rc.4",
5050
"@types/d3-format": "^1.3.1",
5151
"@types/expect.js": "^0.3.29",
5252
"@types/mathjax": "^0.0.35",

packages/html-manager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
4040
"@jupyter-widgets/output": "^4.0.0-alpha.1",
4141
"@jupyter-widgets/schema": "^0.4.0",
42-
"@jupyterlab/outputarea": "^3.0.0-beta.7",
43-
"@jupyterlab/rendermime": "^3.0.0-beta.7",
44-
"@jupyterlab/rendermime-interfaces": "^3.0.0-beta.7",
42+
"@jupyterlab/outputarea": "^3.0.0-rc.4",
43+
"@jupyterlab/rendermime": "^3.0.0-rc.4",
44+
"@jupyterlab/rendermime-interfaces": "^3.0.0-rc.4",
4545
"@lumino/widgets": "^1.6.0",
4646
"ajv": "^6.10.0",
4747
"font-awesome": "^4.7.0",

widgetsnbextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
2626
"@jupyter-widgets/html-manager": "^0.20.0-alpha.1",
2727
"@jupyter-widgets/output": "^4.0.0-alpha.1",
28-
"@jupyterlab/services": "^6.0.0-beta.7",
28+
"@jupyterlab/services": "^6.0.0-rc.4",
2929
"@lumino/messaging": "^1.2.1",
3030
"@lumino/widgets": "^1.3.0",
3131
"backbone": "1.2.3",

0 commit comments

Comments
 (0)