@jupyterlab/json-extension 4.6.0 → 4.6.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 +6 -6
package/README.md CHANGED
@@ -38,4 +38,4 @@ To render a `.json` file, simply open it:
38
38
 
39
39
  ## Development
40
40
 
41
- See the [JupyterLab Contributor Documentation](https://github.com/jupyterlab/jupyterlab/blob/main/CONTRIBUTING.md).
41
+ See the [JupyterLab Contributor Documentation](https://github.com/jupyterlab/jupyterlab/blob/4.6.x/CONTRIBUTING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/json-extension",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "description": "JupyterLab - JSON Renderer",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -32,11 +32,11 @@
32
32
  "watch": "tsc -b --watch"
33
33
  },
34
34
  "dependencies": {
35
- "@jupyterlab/apputils": "^4.7.0",
36
- "@jupyterlab/codemirror": "^4.6.0",
37
- "@jupyterlab/rendermime-interfaces": "^3.14.0",
38
- "@jupyterlab/translation": "^4.6.0",
39
- "@jupyterlab/ui-components": "^4.6.0",
35
+ "@jupyterlab/apputils": "^4.7.1",
36
+ "@jupyterlab/codemirror": "^4.6.1",
37
+ "@jupyterlab/rendermime-interfaces": "^3.14.1",
38
+ "@jupyterlab/translation": "^4.6.1",
39
+ "@jupyterlab/ui-components": "^4.6.1",
40
40
  "@lezer/highlight": "^1.2.0",
41
41
  "@lumino/coreutils": "^2.2.2",
42
42
  "@lumino/messaging": "^2.0.4",