Skip to content

Commit 69bc21f

Browse files
committed
Publish 7.0.0a10
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.10.tgz: 8b2c34f2e355d95528ed0c4e80cb01ab1a12419b37ae7ade39ec3d4f88518d86 jupyter-notebook-application-extension-7.0.0-alpha.10.tgz: 69f4998efa6c0f44160902f071de2673c5287cd2fae2b857271bdef4fda24328 jupyter-notebook-console-extension-7.0.0-alpha.10.tgz: 350e90fb7b60735596dde4f95b299fbaf21cd5a6a1a0563da99525ecd596f3e3 jupyter-notebook-docmanager-extension-7.0.0-alpha.10.tgz: ee2513eb86b3531e22fc9a73a942208aa6648bbdc599128b72b3eec2727004b8 jupyter-notebook-documentsearch-extension-7.0.0-alpha.10.tgz: 12b88c065ca98617de57c6974f5c2e8974c62b4ab2b2e3a1a2d0612ea04b874b jupyter-notebook-help-extension-7.0.0-alpha.10.tgz: ff449691e4f4dec06d7593cd1e5885d96f856aa56f9f28754214795255e2e5fa jupyter-notebook-lab-extension-7.0.0-alpha.10.tgz: 6be1ecbfe5a44ce1b6cb82806f2daf84906dee4277621db39547cc0d83bbdb29 jupyter-notebook-notebook-extension-7.0.0-alpha.10.tgz: 479c44646d11e29da5f1a9c3412351c3d8dea39512e51806f0d57b78eaf510b0 jupyter-notebook-terminal-extension-7.0.0-alpha.10.tgz: 42310512763b36453b1d2cb1bae658703a2ccdeea1c95285a13f7c124e3e8402 jupyter-notebook-tree-7.0.0-alpha.10.tgz: 1d17fb7f6538c60c247b7e6c67659d5035ca765e29b21fc846394cb6bda64a5b jupyter-notebook-tree-extension-7.0.0-alpha.10.tgz: 32e9e7f84fb500d824c89bbce245f4bb4665d70a50636bf78bb4febbe9518636 jupyter-notebook-ui-components-7.0.0-alpha.10.tgz: 5d35a91bacb989db838f94fb46d7ae5ed929b6c5374609b57137b3a8d298ab8e notebook-7.0.0a10-py3-none-any.whl: d01ad89a5efa5686357b1055d1395d1e0769b65eca06d167eded6ae20c25081f notebook-7.0.0a10.tar.gz: c7eb4cd9abcd31d4c2b45ae79b7188970c83c4083f8a5f6c346c845a755f66e5
1 parent 6205bf3 commit 69bc21f

File tree

17 files changed

+98
-62
lines changed

17 files changed

+98
-62
lines changed

CHANGELOG.md

+38-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,44 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
1414

1515
<!-- <START NEW CHANGELOG ENTRY> -->
1616

17+
## 7.0.0a10
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a9...6205bf376f783b7202af71e1074f44086ee7056c))
20+
21+
### Enhancements made
22+
23+
- Update to JupyterLab 4.0.0a32 [#6678](https://github.com/jupyter/notebook/pull/6678) ([@jtpio](https://github.com/jtpio))
24+
25+
### Maintenance and upkeep improvements
26+
27+
- Bump json5 from 2.2.1 to 2.2.3 in /ui-tests [#6684](https://github.com/jupyter/notebook/pull/6684) ([@dependabot](https://github.com/dependabot))
28+
- Bump json5 from 1.0.1 to 1.0.2 [#6681](https://github.com/jupyter/notebook/pull/6681) ([@dependabot](https://github.com/dependabot))
29+
- Update the copyright date to 2023 in the about dialog [#6679](https://github.com/jupyter/notebook/pull/6679) ([@jtpio](https://github.com/jtpio))
30+
- Fix `check_links` and `Test Lint` CI failures [#6675](https://github.com/jupyter/notebook/pull/6675) ([@jtpio](https://github.com/jtpio))
31+
- Add spelling and docstring enforcement [#6669](https://github.com/jupyter/notebook/pull/6669) ([@blink1073](https://github.com/blink1073))
32+
- CI Cleanup [#6667](https://github.com/jupyter/notebook/pull/6667) ([@blink1073](https://github.com/blink1073))
33+
- Adopt ruff and typing [#6658](https://github.com/jupyter/notebook/pull/6658) ([@blink1073](https://github.com/blink1073))
34+
- Bump decode-uri-component from 0.2.0 to 0.2.2 [#6651](https://github.com/jupyter/notebook/pull/6651) ([@dependabot](https://github.com/dependabot))
35+
- Bump dessant/lock-threads from 3 to 4 [#6650](https://github.com/jupyter/notebook/pull/6650) ([@dependabot](https://github.com/dependabot))
36+
- Update to TypeScript 4.9 [#6640](https://github.com/jupyter/notebook/pull/6640) ([@jtpio](https://github.com/jtpio))
37+
- Add more Python tests [#6639](https://github.com/jupyter/notebook/pull/6639) ([@blink1073](https://github.com/blink1073))
38+
- use main branch for config [#6638](https://github.com/jupyter/notebook/pull/6638) ([@blink1073](https://github.com/blink1073))
39+
- Clean up workflows [#6635](https://github.com/jupyter/notebook/pull/6635) ([@blink1073](https://github.com/blink1073))
40+
- CI Cleanup [#6631](https://github.com/jupyter/notebook/pull/6631) ([@blink1073](https://github.com/blink1073))
41+
- Fix issue template formatting [#6626](https://github.com/jupyter/notebook/pull/6626) ([@jtpio](https://github.com/jtpio))
42+
43+
### Documentation improvements
44+
45+
- Remove PDF link to Jupyter Notebook docs [#6648](https://github.com/jupyter/notebook/pull/6648) ([@jtpio](https://github.com/jtpio))
46+
47+
### Contributors to this release
48+
49+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2022-11-21&to=2023-01-09&type=c))
50+
51+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2022-11-21..2023-01-09&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2022-11-21..2023-01-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2022-11-21..2023-01-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2022-11-21..2023-01-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2022-11-21..2023-01-09&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2022-11-21..2023-01-09&type=Issues) | [@yacchin1205](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayacchin1205+updated%3A2022-11-21..2023-01-09&type=Issues)
52+
53+
<!-- <END NEW CHANGELOG ENTRY> -->
54+
1755
## 7.0.0a9
1856

1957
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a8...b4006ce47bf37b31a7049a77971d7e5db1070660))
@@ -40,8 +78,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
4078

4179
[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2022-11-11..2022-11-21&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2022-11-11..2022-11-21&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afcollonval+updated%3A2022-11-11..2022-11-21&type=Issues) | [@gabalafou](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agabalafou+updated%3A2022-11-11..2022-11-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2022-11-11..2022-11-21&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2022-11-11..2022-11-21&type=Issues) | [@kianelbo](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akianelbo+updated%3A2022-11-11..2022-11-21&type=Issues) | [@mcrutch](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Amcrutch+updated%3A2022-11-11..2022-11-21&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2022-11-11..2022-11-21&type=Issues)
4280

43-
<!-- <END NEW CHANGELOG ENTRY> -->
44-
4581
## 7.0.0a8
4682

4783
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a7...9141f3eabb6a10a5bf742b26713405f9768cb6d2))

app/package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -11,17 +11,17 @@
1111
"watch": "webpack --config ./webpack.config.watch.js"
1212
},
1313
"resolutions": {
14-
"@jupyter-notebook/application": "~7.0.0-alpha.9",
15-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.9",
16-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.9",
17-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.9",
18-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.9",
19-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.9",
20-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.9",
21-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.9",
22-
"@jupyter-notebook/tree": "~7.0.0-alpha.9",
23-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.9",
24-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.9",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.10",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.10",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.10",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.10",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.10",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.10",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.10",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.10",
22+
"@jupyter-notebook/tree": "~7.0.0-alpha.10",
23+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.10",
24+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.10",
2525
"@jupyter/ydoc": "~0.2.2",
2626
"@jupyterlab/application": "~4.0.0-alpha.17",
2727
"@jupyterlab/application-extension": "~4.0.0-alpha.17",
@@ -90,34 +90,34 @@
9090
"@jupyterlab/ui-components": "~4.0.0-alpha.32",
9191
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.17",
9292
"@jupyterlab/vega5-extension": "~4.0.0-alpha.17",
93-
"@lumino/algorithm": "~2.0.0-alpha.6",
94-
"@lumino/application": "~2.0.0-alpha.6",
95-
"@lumino/commands": "~2.0.0-alpha.6",
96-
"@lumino/coreutils": "~2.0.0-alpha.6",
97-
"@lumino/disposable": "~2.0.0-alpha.6",
98-
"@lumino/domutils": "~2.0.0-alpha.6",
99-
"@lumino/dragdrop": "~2.0.0-alpha.6",
100-
"@lumino/messaging": "~2.0.0-alpha.6",
101-
"@lumino/properties": "~2.0.0-alpha.6",
102-
"@lumino/signaling": "~2.0.0-alpha.6",
103-
"@lumino/virtualdom": "~2.0.0-alpha.6",
104-
"@lumino/widgets": "~2.0.0-alpha.6",
93+
"@lumino/algorithm": "~2.0.0-alpha.7",
94+
"@lumino/application": "~2.0.0-alpha.7",
95+
"@lumino/commands": "~2.0.0-alpha.7",
96+
"@lumino/coreutils": "~2.0.0-alpha.7",
97+
"@lumino/disposable": "~2.0.0-alpha.7",
98+
"@lumino/domutils": "~2.0.0-alpha.7",
99+
"@lumino/dragdrop": "~2.0.0-alpha.7",
100+
"@lumino/messaging": "~2.0.0-alpha.7",
101+
"@lumino/properties": "~2.0.0-alpha.7",
102+
"@lumino/signaling": "~2.0.0-alpha.7",
103+
"@lumino/virtualdom": "~2.0.0-alpha.7",
104+
"@lumino/widgets": "~2.0.0-alpha.7",
105105
"react": "~17.0.2",
106106
"react-dom": "~17.0.2",
107-
"yjs": "~13.5.42"
107+
"yjs": "~13.5.44"
108108
},
109109
"dependencies": {
110-
"@jupyter-notebook/application": "^7.0.0-alpha.9",
111-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.9",
112-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.9",
113-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.9",
114-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.9",
115-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.9",
116-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.9",
117-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.9",
118-
"@jupyter-notebook/tree": "^7.0.0-alpha.9",
119-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.9",
120-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.9",
110+
"@jupyter-notebook/application": "^7.0.0-alpha.10",
111+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.10",
112+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.10",
113+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.10",
114+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.10",
115+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.10",
116+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.10",
117+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.10",
118+
"@jupyter-notebook/tree": "^7.0.0-alpha.10",
119+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.10",
120+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.10",
121121
"@jupyterlab/application-extension": "^4.0.0-alpha.17",
122122
"@jupyterlab/apputils-extension": "^4.0.0-alpha.17",
123123
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.17",

buildutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

notebook/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from collections import namedtuple
66

77
# Use "hatch version xx.yy.zz" to handle version changes
8-
__version__ = "7.0.0a9"
8+
__version__ = "7.0.0a10"
99

1010
# PEP440 version parser
1111
_version_regex = re.compile(

packages/_metapackage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",

packages/application-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,8 +39,8 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.9",
43-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.9",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.10",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.10",
4444
"@jupyterlab/application": "^4.0.0-alpha.17",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4646
"@jupyterlab/celltags": "^4.0.0-alpha.17",

packages/application/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/docmanager-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/documentsearch-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.9",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.10",
4343
"@jupyterlab/application": "^4.0.0-alpha.17",
4444
"@jupyterlab/documentsearch": "^4.0.0-alpha.17",
4545
"@lumino/widgets": "^2.0.0-alpha.7"

packages/help-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Help Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.9",
42+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.10",
4343
"@jupyterlab/application": "^4.0.0-alpha.17",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4545
"@jupyterlab/mainmenu": "^4.0.0-alpha.17",

packages/lab-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Lab Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyter-notebook/application": "^7.0.0-alpha.9",
46+
"@jupyter-notebook/application": "^7.0.0-alpha.10",
4747
"@jupyterlab/application": "^4.0.0-alpha.17",
4848
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4949
"@jupyterlab/coreutils": "^6.0.0-alpha.17",

packages/notebook-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Notebook Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.9",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.10",
4343
"@jupyterlab/application": "^4.0.0-alpha.17",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4545
"@jupyterlab/cells": "^4.0.0-alpha.17",

packages/terminal-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/tree-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Tree Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,8 +39,8 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.9",
43-
"@jupyter-notebook/tree": "^7.0.0-alpha.9",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.10",
43+
"@jupyter-notebook/tree": "^7.0.0-alpha.10",
4444
"@jupyterlab/application": "^4.0.0-alpha.17",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4646
"@jupyterlab/coreutils": "^6.0.0-alpha.17",

packages/tree/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - Tree",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.9",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.10",
4343
"@jupyterlab/application": "^4.0.0-alpha.17",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4545
"@jupyterlab/coreutils": "^6.0.0-alpha.17",

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)