@jupyterlab/galata 5.6.0-rc.0 → 5.6.0-rc.1

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
@@ -700,6 +700,6 @@ of a test. You can also update them by running `jlpm playwright test --update-sn
700
700
 
701
701
  Galata framework is named after [Galata Tower](https://en.wikipedia.org/wiki/Galata_Tower) in Istanbul. Centuries ago, Galata Tower was used to spot fires in the city. Tower was also used as astronomical observatory in the past.
702
702
 
703
- ## Acknowledgement
703
+ ## Acknowledgment
704
704
 
705
705
  Development of this project began under [Bloomberg](https://github.com/bloomberg) organization by [Mehmet Bektas](https://github.com/mbektas), then it was transferred to [JupyterLab](https://github.com/jupyterlab) organization. We gratefully acknowledge **Bloomberg** for the generous contribution and supporting open-source software community.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/galata",
3
- "version": "5.6.0-rc.0",
3
+ "version": "5.6.0-rc.1",
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.6.0-rc.0",
48
- "@jupyterlab/apputils": "^4.7.0-rc.0",
49
- "@jupyterlab/coreutils": "^6.6.0-rc.0",
50
- "@jupyterlab/debugger": "^4.6.0-rc.0",
51
- "@jupyterlab/docmanager": "^4.6.0-rc.0",
52
- "@jupyterlab/nbformat": "^4.6.0-rc.0",
53
- "@jupyterlab/notebook": "^4.6.0-rc.0",
54
- "@jupyterlab/services": "^7.6.0-rc.0",
55
- "@jupyterlab/settingregistry": "^4.6.0-rc.0",
47
+ "@jupyterlab/application": "^4.6.0-rc.1",
48
+ "@jupyterlab/apputils": "^4.7.0-rc.1",
49
+ "@jupyterlab/coreutils": "^6.6.0-rc.1",
50
+ "@jupyterlab/debugger": "^4.6.0-rc.1",
51
+ "@jupyterlab/docmanager": "^4.6.0-rc.1",
52
+ "@jupyterlab/nbformat": "^4.6.0-rc.1",
53
+ "@jupyterlab/notebook": "^4.6.0-rc.1",
54
+ "@jupyterlab/services": "^7.6.0-rc.1",
55
+ "@jupyterlab/settingregistry": "^4.6.0-rc.1",
56
56
  "@lumino/coreutils": "^2.2.2",
57
57
  "@playwright/test": "^1.60.0",
58
58
  "@stdlib/stats": "~0.0.13",