@jupyterlab/json-extension 4.6.0 → 4.6.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.
- package/README.md +1 -1
- 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/
|
|
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.
|
|
3
|
+
"version": "4.6.2",
|
|
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.
|
|
36
|
-
"@jupyterlab/codemirror": "^4.6.
|
|
37
|
-
"@jupyterlab/rendermime-interfaces": "^3.14.
|
|
38
|
-
"@jupyterlab/translation": "^4.6.
|
|
39
|
-
"@jupyterlab/ui-components": "^4.6.
|
|
35
|
+
"@jupyterlab/apputils": "^4.7.2",
|
|
36
|
+
"@jupyterlab/codemirror": "^4.6.2",
|
|
37
|
+
"@jupyterlab/rendermime-interfaces": "^3.14.2",
|
|
38
|
+
"@jupyterlab/translation": "^4.6.2",
|
|
39
|
+
"@jupyterlab/ui-components": "^4.6.2",
|
|
40
40
|
"@lezer/highlight": "^1.2.0",
|
|
41
41
|
"@lumino/coreutils": "^2.2.2",
|
|
42
42
|
"@lumino/messaging": "^2.0.4",
|