Skip to content

Commit bd34397

Browse files
authored
Merge pull request #127 from jtpio/rc0
Update package.json deps to rc2
2 parents 698aa40 + 402e872 commit bd34397

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+134
-134
lines changed

advanced/kernel-messaging/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-beta.6",
47-
"@jupyterlab/launcher": "~3.0.0-beta.6",
48-
"@jupyterlab/mainmenu": "~3.0.0-beta.6",
49-
"@jupyterlab/nbformat": "~3.0.0-beta.6",
50-
"@jupyterlab/translation": "~3.0.0-beta.6",
46+
"@jupyterlab/application": "^3.0.0-rc.2",
47+
"@jupyterlab/launcher": "^3.0.0-rc.2",
48+
"@jupyterlab/mainmenu": "^3.0.0-rc.2",
49+
"@jupyterlab/nbformat": "^3.0.0-rc.2",
50+
"@jupyterlab/translation": "^3.0.0-rc.2",
5151
"@lumino/algorithm": "^1.3.3",
5252
"@lumino/coreutils": "^1.5.3",
5353
"@lumino/datagrid": "^0.5.2",
5454
"@lumino/disposable": "^1.4.3",
5555
"@lumino/widgets": "^1.14.0"
5656
},
5757
"devDependencies": {
58-
"@jupyterlab/builder": "^3.0.0-rc.0",
58+
"@jupyterlab/builder": "^3.0.0-rc.2",
5959
"@typescript-eslint/eslint-plugin": "^2.27.0",
6060
"@typescript-eslint/parser": "^2.27.0",
6161
"eslint": "^7.5.0",
@@ -66,7 +66,7 @@
6666
"npm-run-all": "^4.1.5",
6767
"prettier": "^1.19.0",
6868
"rimraf": "^3.0.2",
69-
"typescript": "~3.9.0"
69+
"typescript": "~4.0.3"
7070
},
7171
"sideEffects": [
7272
"style/*.css"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.7.0", "jupyterlab>=3.0.0rc0,==3.*", "setuptools>=40.8.0", "wheel"]
2+
requires = ["jupyter_packaging~=0.7.0", "jupyterlab>=3.0.0rc2,==3.*", "setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"

advanced/kernel-messaging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
cmdclass= cmdclass,
6262
packages=setuptools.find_packages(),
6363
install_requires=[
64-
"jupyterlab>=3.0.0rc0,==3.*",
64+
"jupyterlab>=3.0.0rc2,==3.*",
6565
],
6666
zip_safe=False,
6767
include_package_data=True,

advanced/kernel-output/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-beta.6",
47-
"@jupyterlab/launcher": "~3.0.0-beta.6",
48-
"@jupyterlab/mainmenu": "~3.0.0-beta.6",
49-
"@jupyterlab/outputarea": "~3.0.0-beta.6",
50-
"@jupyterlab/translation": "~3.0.0-beta.6",
46+
"@jupyterlab/application": "^3.0.0-rc.2",
47+
"@jupyterlab/launcher": "^3.0.0-rc.2",
48+
"@jupyterlab/mainmenu": "^3.0.0-rc.2",
49+
"@jupyterlab/outputarea": "^3.0.0-rc.2",
50+
"@jupyterlab/translation": "^3.0.0-rc.2",
5151
"@lumino/algorithm": "^1.3.3",
5252
"@lumino/coreutils": "^1.5.3",
5353
"@lumino/datagrid": "^0.3.1",
5454
"@lumino/disposable": "^1.4.3"
5555
},
5656
"devDependencies": {
57-
"@jupyterlab/builder": "^3.0.0-rc.0",
57+
"@jupyterlab/builder": "^3.0.0-rc.2",
5858
"@typescript-eslint/eslint-plugin": "^2.27.0",
5959
"@typescript-eslint/parser": "^2.27.0",
6060
"eslint": "^7.5.0",
@@ -65,7 +65,7 @@
6565
"npm-run-all": "^4.1.5",
6666
"prettier": "^1.19.0",
6767
"rimraf": "^3.0.2",
68-
"typescript": "~3.9.0"
68+
"typescript": "~4.0.3"
6969
},
7070
"sideEffects": [
7171
"style/*.css"

advanced/kernel-output/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.7.0", "jupyterlab>=3.0.0rc0,==3.*", "setuptools>=40.8.0", "wheel"]
2+
requires = ["jupyter_packaging~=0.7.0", "jupyterlab>=3.0.0rc2,==3.*", "setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"

advanced/kernel-output/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
cmdclass= cmdclass,
6262
packages=setuptools.find_packages(),
6363
install_requires=[
64-
"jupyterlab>=3.0.0rc0,==3.*",
64+
"jupyterlab>=3.0.0rc2,==3.*",
6565
],
6666
zip_safe=False,
6767
include_package_data=True,

advanced/server-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ setup_args = dict(
559559
cmdclass= cmdclass,
560560
packages=setuptools.find_packages(),
561561
install_requires=[
562-
"jupyterlab>=3.0.0rc0,==3.*",
562+
"jupyterlab>=3.0.0rc2,==3.*",
563563
],
564564
zip_safe=False,
565565
include_package_data=True,

advanced/server-extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-beta.6",
47-
"@jupyterlab/coreutils": "~5.0.0-beta.6",
48-
"@jupyterlab/launcher": "~3.0.0-beta.6",
49-
"@jupyterlab/services": "~6.0.0-beta.6"
46+
"@jupyterlab/application": "^3.0.0-rc.2",
47+
"@jupyterlab/coreutils": "^5.0.0-rc.2",
48+
"@jupyterlab/launcher": "^3.0.0-rc.2",
49+
"@jupyterlab/services": "^6.0.0-rc.2"
5050
},
5151
"devDependencies": {
52-
"@jupyterlab/builder": "^3.0.0-rc.0",
52+
"@jupyterlab/builder": "^3.0.0-rc.2",
5353
"@typescript-eslint/eslint-plugin": "^2.27.0",
5454
"@typescript-eslint/parser": "^2.27.0",
5555
"eslint": "^7.5.0",
@@ -61,7 +61,7 @@
6161
"npm-run-all": "^4.1.5",
6262
"prettier": "^1.19.0",
6363
"rimraf": "^3.0.2",
64-
"typescript": "~3.9.0"
64+
"typescript": "~4.0.3"
6565
},
6666
"sideEffects": [
6767
"style/*.css"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.7.0", "jupyterlab>=3.0.0rc0,==3.*", "setuptools>=40.8.0", "wheel"]
2+
requires = ["jupyter_packaging~=0.7.0", "jupyterlab>=3.0.0rc2,==3.*", "setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"

advanced/server-extension/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
cmdclass= cmdclass,
6464
packages=setuptools.find_packages(),
6565
install_requires=[
66-
"jupyterlab>=3.0.0rc0,==3.*",
66+
"jupyterlab>=3.0.0rc2,==3.*",
6767
],
6868
zip_safe=False,
6969
include_package_data=True,

0 commit comments

Comments
 (0)