Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/update_galata_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: |
jlpm install
jlpm playwright install
jlpm playwright install chromium --only-shell

- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@95d85449e4f3f352e261221f6529f8ed307f5728
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_lite_galata_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
pip install jupyterlab
jlpm install
jlpm playwright install
jlpm playwright install chromium

- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@95d85449e4f3f352e261221f6529f8ed307f5728
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pydantic>=2,<3
- sidecar
- pip:
- yjs-widgets>=0.4,<0.5
- yjs-widgets>=0.4,<0.6
- my-jupyter-shared-drive>=0.2.2
- ../python/jupytergis_lab
- ../python/jupytergis_core
Expand Down
2 changes: 1 addition & 1 deletion lite/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pydantic>=2,<3
- sidecar
- pip:
- yjs-widgets>=0.4,<0.5
- yjs-widgets>=0.4,<0.6
- my-jupyter-shared-drive>=0.2.2
- ../jupytergis_lab-0.0.1-py3-none-any.whl
- ../jupytergis_core-0.0.1-py3-none-any.whl
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
},
"packageManager": "yarn@3.5.0",
"resolutions": {
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/apputils": "^4.6",
"@lumino/coreutils": "^2.0.0",
"@jupyterlab/notebook": "^4.0.0",
"@jupyterlab/rendermime": "^4.0.0",
"@jupyterlab/services": " ^7.0.0",
"@jupyterlab/notebook": "^4.6",
"@jupyterlab/rendermime": "^4.6",
"@jupyterlab/services": " ^7.6",
"webpack": ">=5.76.3 <5.107.0"
},
"devDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
"@fortawesome/react-fontawesome": ">=0.2.6 <3.0.0",
"@jupyter/collaboration": "^4",
"@jupyter/react-components": "^0.16.6",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0 || ^4.0.0",
"@jupytergis/schema": "^0.16.0-alpha.1",
"@jupyterlab/application": "^4.3.0",
"@jupyterlab/apputils": "^4.3.0",
"@jupyterlab/completer": "^4.3.0",
"@jupyterlab/console": "^4.3.0",
"@jupyterlab/coreutils": "^6.3.0",
"@jupyterlab/docregistry": "^4.3.0",
"@jupyterlab/filebrowser": "^4.3.0",
"@jupyterlab/launcher": "^4.3.0",
"@jupyterlab/logconsole": "^4.3.0",
"@jupyterlab/observables": "^5.3.0",
"@jupyterlab/rendermime": "^4.3.0",
"@jupyterlab/services": "^7.3.0",
"@jupyterlab/translation": "^4.3.0",
"@jupyterlab/ui-components": "^4.3.1",
"@jupyterlab/application": "^4.6",
"@jupyterlab/apputils": "^4.6",
"@jupyterlab/completer": "^4.6",
"@jupyterlab/console": "^4.6",
"@jupyterlab/coreutils": "^6.6",
"@jupyterlab/docregistry": "^4.6",
"@jupyterlab/filebrowser": "^4.6",
"@jupyterlab/launcher": "^4.6",
"@jupyterlab/logconsole": "^4.6",
"@jupyterlab/observables": "^5.6",
"@jupyterlab/rendermime": "^4.6",
"@jupyterlab/services": "^7.6",
"@jupyterlab/translation": "^4.6",
"@jupyterlab/ui-components": "^4.6",
"@lumino/commands": "^2.0.0",
"@lumino/coreutils": "^2.0.0",
"@lumino/messaging": "^2.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"packageManager": "yarn@3.5.0",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyterlab/apputils": "^4.3.0",
"@jupyterlab/coreutils": "^6.3.0",
"@jupyterlab/docregistry": "^4.3.0",
"@jupyterlab/services": "^7.3.0",
"@jupyterlab/ui-components": "^4.3.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0 || ^4.0.0",
"@jupyterlab/apputils": "^4.6",
"@jupyterlab/coreutils": "^6.6",
"@jupyterlab/docregistry": "^4.6",
"@jupyterlab/services": "^7.6",
"@jupyterlab/ui-components": "^4.6",
"@lumino/coreutils": "^2.0.0",
"@lumino/signaling": "^2.0.0",
"ajv": "8.16.0",
Expand Down
24 changes: 12 additions & 12 deletions python/jupytergis_core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,24 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaborative-drive": "^4.1.2",
"@jupyter/collaborative-drive": "^4.1.2 || ^5.0.0-alpha.0",
"@jupytergis/base": "^0.16.0-alpha.1",
"@jupytergis/schema": "^0.16.0-alpha.1",
"@jupyterlab/application": "^4.3.0",
"@jupyterlab/apputils": "^4.3.0",
"@jupyterlab/docregistry": "^4.3.0",
"@jupyterlab/filebrowser": "^4.3.0",
"@jupyterlab/launcher": "^4.3.0",
"@jupyterlab/logconsole": "^4.3.0",
"@jupyterlab/mainmenu": "^4.3.0",
"@jupyterlab/services": "^7.3.0",
"@jupyterlab/translation": "^4.3.0",
"@jupyterlab/ui-components": "^4.3.0",
"@jupyterlab/application": "^4.6",
"@jupyterlab/apputils": "^4.6",
"@jupyterlab/docregistry": "^4.6",
"@jupyterlab/filebrowser": "^4.6",
"@jupyterlab/launcher": "^4.6",
"@jupyterlab/logconsole": "^4.6",
"@jupyterlab/mainmenu": "^4.6",
"@jupyterlab/services": "^7.6",
"@jupyterlab/translation": "^4.6",
"@jupyterlab/ui-components": "^4.6",
"@lumino/commands": "^2.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"@jupyterlab/builder": "^4.3.0",
"@jupyterlab/builder": "^4.5",
"@types/json-schema": "^7.0.11",
"@types/react": "^18.0.26",
"@types/react-addons-linked-state-mixin": "^0.14.22",
Expand Down
26 changes: 13 additions & 13 deletions python/jupytergis_lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,27 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaborative-drive": "^4.1.2",
"@jupyter/collaborative-drive": "^4.1.2 || ^5.0.0-alpha.0",
"@jupytergis/base": "^0.16.0-alpha.1",
"@jupytergis/schema": "^0.16.0-alpha.1",
"@jupyterlab/application": "^4.3.0",
"@jupyterlab/apputils": "^4.3.0",
"@jupyterlab/completer": "^4.3.0",
"@jupyterlab/console": "^4.3.0",
"@jupyterlab/coreutils": "^6.3.0",
"@jupyterlab/mainmenu": "^4.3.0",
"@jupyterlab/notebook": "^4.3.0",
"@jupyterlab/services": "^7.3.0",
"@jupyterlab/statedb": "^4.3.0",
"@jupyterlab/translation": "^4.3.0",
"@jupyterlab/application": "^4.6",
"@jupyterlab/apputils": "^4.6",
"@jupyterlab/completer": "^4.6",
"@jupyterlab/console": "^4.6",
"@jupyterlab/coreutils": "^6.6",
"@jupyterlab/mainmenu": "^4.6",
"@jupyterlab/notebook": "^4.6",
"@jupyterlab/services": "^7.6",
"@jupyterlab/statedb": "^4.6",
"@jupyterlab/translation": "^4.6",
"@lumino/commands": "^2.0.0",
"@lumino/messaging": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"react": "^18.0.1",
"yjs-widgets": "^0.5"
"yjs-widgets": "^0.5.2"
},
"devDependencies": {
"@jupyterlab/builder": "^4.3.0",
"@jupyterlab/builder": "^4.5",
"css-loader": "^6.7.1",
"mkdirp": "^1.0.3",
"npm-run-all": "^4.1.5",
Expand Down
24 changes: 12 additions & 12 deletions python/jupytergis_qgis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaborative-drive": "^4.1.2",
"@jupyter/collaborative-drive": "^4.1.2 || ^5.0.0-alpha.0",
"@jupytergis/base": "^0.16.0-alpha.1",
"@jupytergis/jupytergis-core": "^0.16.0-alpha.1",
"@jupytergis/schema": "^0.16.0-alpha.1",
"@jupyterlab/application": "^4.3.0",
"@jupyterlab/apputils": "^4.3.0",
"@jupyterlab/coreutils": "^6.3.0",
"@jupyterlab/docregistry": "^4.3.0",
"@jupyterlab/filebrowser": "^4.3.0",
"@jupyterlab/launcher": "^4.3.0",
"@jupyterlab/mainmenu": "^4.3.0",
"@jupyterlab/services": "^7.3.0",
"@jupyterlab/translation": "^4.3.0",
"@jupyterlab/ui-components": "^4.3.0",
"@jupyterlab/application": "^4.6",
"@jupyterlab/apputils": "^4.6",
"@jupyterlab/coreutils": "^6.6",
"@jupyterlab/docregistry": "^4.6",
"@jupyterlab/filebrowser": "^4.6",
"@jupyterlab/launcher": "^4.6",
"@jupyterlab/mainmenu": "^4.6",
"@jupyterlab/services": "^7.6",
"@jupyterlab/translation": "^4.6",
"@jupyterlab/ui-components": "^4.6",
"@lumino/messaging": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"react": "^18.0.1"
},
"devDependencies": {
"@jupyterlab/builder": "^4.3.0",
"@jupyterlab/builder": "^4.5",
"css-loader": "^6.7.1",
"mkdirp": "^1.0.3",
"npm-run-all": "^4.1.5",
Expand Down
7 changes: 2 additions & 5 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
"test:debug": "PWDEBUG=1 npx playwright test --workers 1"
},
"devDependencies": {
"@jupyterlab/galata": "^5.5.1",
"@playwright/test": "^1.48.0",
"@jupyterlab/galata": "^5.6.0-rc.0",
"@playwright/test": "^1.57.0",
"@types/klaw-sync": "^6.0.1"
},
"dependencies": {
"klaw-sync": "^6.0.0"
},
"resolutions": {
"@jupyterlab/debugger": "4.2.5"
}
}
3 changes: 1 addition & 2 deletions ui-tests/tests/annotations.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { galata, test } from '@jupyterlab/galata';
import { expect } from '@playwright/test';
import { expect, galata, test } from '@jupyterlab/galata';
import path from 'path';

test.describe('#annotations', () => {
Expand Down
3 changes: 1 addition & 2 deletions ui-tests/tests/filters.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { galata, test } from '@jupyterlab/galata';
import { expect } from '@playwright/test';
import { expect, galata, test } from '@jupyterlab/galata';
import path from 'path';

test.describe('#filters', () => {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions ui-tests/tests/graduated-lines.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { galata, test } from '@jupyterlab/galata';
import { expect } from '@playwright/test';
import { expect, galata, test } from '@jupyterlab/galata';
import path from 'path';

const FILENAME = 'graduated-lines-test.jGIS';
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions ui-tests/tests/mobile-panel.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { galata, test } from '@jupyterlab/galata';
import { expect } from '@playwright/test';
import { expect, galata, test } from '@jupyterlab/galata';
import path from 'path';

const FILENAME = 'panel-test.jGIS';
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading