Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nbdime to final release #1302

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"@mui/styles": "^5.12.0",
"diff-match-patch": "^1.0.4",
"filesize": "^10.0.7",
"nbdime": "^7.0.0-rc.1",
"nbdime-jupyterlab": "^3.0.0-rc.1",
"nbdime": "^7.0.1",
"nbdime-jupyterlab": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-virtualized-auto-sizer": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.0.1,<3",
"nbdime~=4.0.0rc0",
"nbdime~=4.0.1",
"nbformat",
"packaging",
"pexpect",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2667,8 +2667,8 @@ __metadata:
jest: ^29.2.0
lint-staged: ^13.2.3
mkdirp: ^1.0.3
nbdime: ^7.0.0-rc.1
nbdime-jupyterlab: ^3.0.0-rc.1
nbdime: ^7.0.1
nbdime-jupyterlab: ^3.0.1
npm-run-all: ^4.1.5
prettier: ^3.0.0
react: ^18.2.0
Expand Down Expand Up @@ -9161,9 +9161,9 @@ __metadata:
languageName: node
linkType: hard

"nbdime-jupyterlab@npm:^3.0.0-rc.1":
version: 3.0.0-rc.1
resolution: "nbdime-jupyterlab@npm:3.0.0-rc.1"
"nbdime-jupyterlab@npm:^3.0.1":
version: 3.0.1
resolution: "nbdime-jupyterlab@npm:3.0.1"
dependencies:
"@jupyterlab/apputils": ^4.0.0
"@jupyterlab/codeeditor": ^4.0.0
Expand All @@ -9178,14 +9178,14 @@ __metadata:
"@lumino/coreutils": ^2.1.2
"@lumino/disposable": ^2.1.2
"@lumino/widgets": ^2.3.0
nbdime: ^7.0.0-rc.1
checksum: d1cae94bca4989f0c9c781490aee63cfd0135fe7d7bcf6caa3bd5e232f59d7ddab081ab92866b87104581a46375250c6f6555f61021e7249c7271d97eff6f33f
nbdime: ^7.0.1
checksum: 84a292f1130c634ccb8548e8c4ebd71b3035b9e1bcddb09ba342d7729453ad0f70e4ce243c5c8a97f69700853f0bf52c2d82fac21570495aaba977f485f4cb49
languageName: node
linkType: hard

"nbdime@npm:^7.0.0-rc.1":
version: 7.0.0-rc.1
resolution: "nbdime@npm:7.0.0-rc.1"
"nbdime@npm:^7.0.1":
version: 7.0.1
resolution: "nbdime@npm:7.0.1"
dependencies:
"@codemirror/lang-markdown": ^6.1.1
"@codemirror/language": ^6.6.0
Expand All @@ -9206,7 +9206,7 @@ __metadata:
"@lumino/signaling": ^2.1.2
"@lumino/widgets": ^2.3.0
json-stable-stringify: ^1.0.1
checksum: 02d12ccf865c6bde4fbb3c685cd5cd48a709adcdea72b24a43d0ad5ea3b3e970476a5394ede915a45324e35339ffecb9ddfbc5a0bcfd96bb11f4f950f3e857b1
checksum: f803a10df9e732b5fe0e8482136da79116faeac4e24acad647d658a23139d6301a1dda38a4eb2302353d9da1aa2e9e23a894e99ec1accef0479d406690d232d0
languageName: node
linkType: hard

Expand Down
Loading