@jupyterlab/galata 5.3.0 → 5.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -76,7 +76,7 @@ Then start the server with:
76
76
  jupyter lab --config jupyter_server_test_config.py
77
77
  ```
78
78
 
79
- > If you need to customize the set up for galata, you can look at the [`configure_jupyter_server`](https://github.com/jupyterlab/jupyterlab/tree/main/jupyterlab/galata/__init__.py) definition.
79
+ > If you need to customize the set up for galata, you can look at the [`configure_jupyter_server`](https://github.com/jupyterlab/jupyterlab/tree/4.3.x/jupyterlab/galata/__init__.py) definition.
80
80
 
81
81
  ### Run test project
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/galata",
3
- "version": "5.3.0",
3
+ "version": "5.3.2",
4
4
  "description": "JupyterLab UI Testing Framework",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -44,15 +44,15 @@
44
44
  "test:update": "jlpm test:base:update && jlpm test:benchmark:update"
45
45
  },
46
46
  "dependencies": {
47
- "@jupyterlab/application": "^4.3.0",
48
- "@jupyterlab/apputils": "^4.4.0",
49
- "@jupyterlab/coreutils": "^6.3.0",
50
- "@jupyterlab/debugger": "^4.3.0",
51
- "@jupyterlab/docmanager": "^4.3.0",
52
- "@jupyterlab/nbformat": "^4.3.0",
53
- "@jupyterlab/notebook": "^4.3.0",
54
- "@jupyterlab/services": "^7.3.0",
55
- "@jupyterlab/settingregistry": "^4.3.0",
47
+ "@jupyterlab/application": "^4.3.2",
48
+ "@jupyterlab/apputils": "^4.4.2",
49
+ "@jupyterlab/coreutils": "^6.3.2",
50
+ "@jupyterlab/debugger": "^4.3.2",
51
+ "@jupyterlab/docmanager": "^4.3.2",
52
+ "@jupyterlab/nbformat": "^4.3.2",
53
+ "@jupyterlab/notebook": "^4.3.2",
54
+ "@jupyterlab/services": "^7.3.2",
55
+ "@jupyterlab/settingregistry": "^4.3.2",
56
56
  "@lumino/coreutils": "^2.2.0",
57
57
  "@playwright/test": "^1.48.0",
58
58
  "@stdlib/stats": "~0.0.13",