Skip to content

Commit 4119687

Browse files
committed
Update to rc2 using the script
1 parent 5e978b7 commit 4119687

Some content is hidden

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

51 files changed

+130
-130
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-rc.0",
47-
"@jupyterlab/launcher": "^3.0.0-rc.0",
48-
"@jupyterlab/mainmenu": "^3.0.0-rc.0",
49-
"@jupyterlab/nbformat": "^3.0.0-rc.0",
50-
"@jupyterlab/translation": "^3.0.0-rc.0",
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-rc.0",
47-
"@jupyterlab/launcher": "^3.0.0-rc.0",
48-
"@jupyterlab/mainmenu": "^3.0.0-rc.0",
49-
"@jupyterlab/outputarea": "^3.0.0-rc.0",
50-
"@jupyterlab/translation": "^3.0.0-rc.0",
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/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-rc.0",
47-
"@jupyterlab/coreutils": "~5.0.0-rc.0",
48-
"@jupyterlab/launcher": "^3.0.0-rc.0",
49-
"@jupyterlab/services": "~6.0.0-rc.0"
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,

basics/datagrid/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "^3.0.0-rc.0",
47-
"@jupyterlab/mainmenu": "^3.0.0-rc.0",
48-
"@jupyterlab/translation": "^3.0.0-rc.0",
46+
"@jupyterlab/application": "^3.0.0-rc.2",
47+
"@jupyterlab/mainmenu": "^3.0.0-rc.2",
48+
"@jupyterlab/translation": "^3.0.0-rc.2",
4949
"@lumino/algorithm": "^1.3.3",
5050
"@lumino/coreutils": "^1.5.3",
5151
"@lumino/datagrid": "^0.5.2",
5252
"@lumino/disposable": "^1.4.3"
5353
},
5454
"devDependencies": {
55-
"@jupyterlab/builder": "^3.0.0-rc.0",
55+
"@jupyterlab/builder": "^3.0.0-rc.2",
5656
"@typescript-eslint/eslint-plugin": "^2.27.0",
5757
"@typescript-eslint/parser": "^2.27.0",
5858
"eslint": "^7.5.0",
@@ -63,7 +63,7 @@
6363
"npm-run-all": "^4.1.5",
6464
"prettier": "^1.19.0",
6565
"rimraf": "^3.0.2",
66-
"typescript": "~3.9.0"
66+
"typescript": "~4.0.3"
6767
},
6868
"sideEffects": [
6969
"style/*.css"

0 commit comments

Comments
 (0)