@jupyterlab/json-extension 4.1.1 → 4.1.3

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
@@ -40,4 +40,4 @@ To render a `.json` file, simply open it:
40
40
 
41
41
  ## Development
42
42
 
43
- See the [JupyterLab Contributor Documentation](https://github.com/jupyterlab/jupyterlab/blob/main/CONTRIBUTING.md).
43
+ See the [JupyterLab Contributor Documentation](https://github.com/jupyterlab/jupyterlab/blob/4.1.x/CONTRIBUTING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/json-extension",
3
- "version": "4.1.1",
3
+ "version": "4.1.3",
4
4
  "description": "JupyterLab - JSON Renderer",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -33,11 +33,11 @@
33
33
  "watch": "tsc -b --watch"
34
34
  },
35
35
  "dependencies": {
36
- "@jupyterlab/apputils": "^4.2.1",
37
- "@jupyterlab/codemirror": "^4.1.1",
38
- "@jupyterlab/rendermime-interfaces": "^3.9.1",
39
- "@jupyterlab/translation": "^4.1.1",
40
- "@jupyterlab/ui-components": "^4.1.1",
36
+ "@jupyterlab/apputils": "^4.2.3",
37
+ "@jupyterlab/codemirror": "^4.1.3",
38
+ "@jupyterlab/rendermime-interfaces": "^3.9.3",
39
+ "@jupyterlab/translation": "^4.1.3",
40
+ "@jupyterlab/ui-components": "^4.1.3",
41
41
  "@lezer/highlight": "^1.1.4",
42
42
  "@lumino/coreutils": "^2.1.2",
43
43
  "@lumino/messaging": "^2.0.1",