Skip to content

Commit d539f3b

Browse files
authored
Bump nbdime to rc0 (#1290)
1 parent 9872008 commit d539f3b

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"keywords": [
1111
"Jupyter",
1212
"JupyterLab",
13-
"JupyterLab3",
1413
"jupyterlab-extension",
1514
"Git"
1615
],
@@ -89,8 +88,8 @@
8988
"@mui/styles": "^5.12.0",
9089
"diff-match-patch": "^1.0.4",
9190
"filesize": "^10.0.7",
92-
"nbdime": "^7.0.0-alpha.2",
93-
"nbdime-jupyterlab": "^3.0.0-alpha.2",
91+
"nbdime": "^7.0.0-rc.1",
92+
"nbdime-jupyterlab": "^3.0.0-rc.1",
9493
"react": "^18.2.0",
9594
"react-dom": "^18.2.0",
9695
"react-virtualized-auto-sizer": "^1.0.2",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"jupyter_server>=2.0.1,<3",
27-
"nbdime~=4.0.0a1",
27+
"nbdime~=4.0.0rc0",
2828
"nbformat",
2929
"packaging",
3030
"pexpect",

yarn.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,8 +2667,8 @@ __metadata:
26672667
jest: ^29.2.0
26682668
lint-staged: ^13.2.3
26692669
mkdirp: ^1.0.3
2670-
nbdime: ^7.0.0-alpha.2
2671-
nbdime-jupyterlab: ^3.0.0-alpha.2
2670+
nbdime: ^7.0.0-rc.1
2671+
nbdime-jupyterlab: ^3.0.0-rc.1
26722672
npm-run-all: ^4.1.5
26732673
prettier: ^3.0.0
26742674
react: ^18.2.0
@@ -9161,9 +9161,9 @@ __metadata:
91619161
languageName: node
91629162
linkType: hard
91639163

9164-
"nbdime-jupyterlab@npm:^3.0.0-alpha.2":
9165-
version: 3.0.0-alpha.2
9166-
resolution: "nbdime-jupyterlab@npm:3.0.0-alpha.2"
9164+
"nbdime-jupyterlab@npm:^3.0.0-rc.1":
9165+
version: 3.0.0-rc.1
9166+
resolution: "nbdime-jupyterlab@npm:3.0.0-rc.1"
91679167
dependencies:
91689168
"@jupyterlab/apputils": ^4.0.0
91699169
"@jupyterlab/codeeditor": ^4.0.0
@@ -9173,18 +9173,19 @@ __metadata:
91739173
"@jupyterlab/rendermime": ^4.0.0
91749174
"@jupyterlab/services": ^7.0.0
91759175
"@jupyterlab/settingregistry": ^4.0.0
9176+
"@jupyterlab/translation": ^4.0.0
91769177
"@lumino/algorithm": ^2.0.1
91779178
"@lumino/coreutils": ^2.1.2
91789179
"@lumino/disposable": ^2.1.2
91799180
"@lumino/widgets": ^2.3.0
9180-
nbdime: ^7.0.0-alpha.2
9181-
checksum: ab4ff90c517d282da47590f7951eb08a69492a7e847d763574a73ba5b3a11989ef62e7e4af5bd306bc9d44291ca48eec73c3dd826dcd8f416a96591f76daea0c
9181+
nbdime: ^7.0.0-rc.1
9182+
checksum: d1cae94bca4989f0c9c781490aee63cfd0135fe7d7bcf6caa3bd5e232f59d7ddab081ab92866b87104581a46375250c6f6555f61021e7249c7271d97eff6f33f
91829183
languageName: node
91839184
linkType: hard
91849185

9185-
"nbdime@npm:^7.0.0-alpha.2":
9186-
version: 7.0.0-alpha.2
9187-
resolution: "nbdime@npm:7.0.0-alpha.2"
9186+
"nbdime@npm:^7.0.0-rc.1":
9187+
version: 7.0.0-rc.1
9188+
resolution: "nbdime@npm:7.0.0-rc.1"
91889189
dependencies:
91899190
"@codemirror/lang-markdown": ^6.1.1
91909191
"@codemirror/language": ^6.6.0
@@ -9205,7 +9206,7 @@ __metadata:
92059206
"@lumino/signaling": ^2.1.2
92069207
"@lumino/widgets": ^2.3.0
92079208
json-stable-stringify: ^1.0.1
9208-
checksum: 32c1d3d5504146c53ec4977eb73338c33e8231c31b51c42d650a68bb06a25ee1b8bf5c4dd7cd45c086fbc1fbb3f333fb2f47a5ad7214161f333b34056ad06605
9209+
checksum: 02d12ccf865c6bde4fbb3c685cd5cd48a709adcdea72b24a43d0ad5ea3b3e970476a5394ede915a45324e35339ffecb9ddfbc5a0bcfd96bb11f4f950f3e857b1
92099210
languageName: node
92109211
linkType: hard
92119212

0 commit comments

Comments
 (0)