@jupyterlab/codemirror
Advanced tools
Comparing version
@@ -10,2 +10,3 @@ /** | ||
export * from './mode'; | ||
export * from './searchprovider'; | ||
export * from './syntaxstatus'; | ||
@@ -12,0 +13,0 @@ export * from './tokens'; |
@@ -13,2 +13,3 @@ // Copyright (c) Jupyter Development Team. | ||
export * from './mode'; | ||
export * from './searchprovider'; | ||
export * from './syntaxstatus'; | ||
@@ -15,0 +16,0 @@ export * from './tokens'; |
{ | ||
"name": "@jupyterlab/codemirror", | ||
"version": "4.0.0-alpha.9", | ||
"version": "4.0.0-alpha.10", | ||
"description": "JupyterLab - CodeMirror Editor Provider", | ||
@@ -42,11 +42,12 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.0.0-alpha.9", | ||
"@jupyterlab/codeeditor": "^4.0.0-alpha.9", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.9", | ||
"@jupyterlab/nbformat": "^4.0.0-alpha.9", | ||
"@jupyterlab/observables": "^5.0.0-alpha.9", | ||
"@jupyterlab/shared-models": "^4.0.0-alpha.9", | ||
"@jupyterlab/statusbar": "^4.0.0-alpha.9", | ||
"@jupyterlab/translation": "^4.0.0-alpha.9", | ||
"@jupyterlab/ui-components": "^4.0.0-alpha.24", | ||
"@jupyterlab/apputils": "^4.0.0-alpha.10", | ||
"@jupyterlab/codeeditor": "^4.0.0-alpha.10", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.10", | ||
"@jupyterlab/documentsearch": "^4.0.0-alpha.10", | ||
"@jupyterlab/nbformat": "^4.0.0-alpha.10", | ||
"@jupyterlab/observables": "^5.0.0-alpha.10", | ||
"@jupyterlab/shared-models": "^4.0.0-alpha.10", | ||
"@jupyterlab/statusbar": "^4.0.0-alpha.10", | ||
"@jupyterlab/translation": "^4.0.0-alpha.10", | ||
"@jupyterlab/ui-components": "^4.0.0-alpha.25", | ||
"@lumino/algorithm": "^1.9.1", | ||
@@ -58,3 +59,3 @@ "@lumino/commands": "^1.20.0", | ||
"@lumino/signaling": "^1.10.1", | ||
"@lumino/widgets": "^1.31.1", | ||
"@lumino/widgets": "^1.32.0", | ||
"codemirror": "~5.61.0", | ||
@@ -65,3 +66,3 @@ "react": "^17.0.1", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^4.0.0-alpha.9", | ||
"@jupyterlab/testutils": "^4.0.0-alpha.10", | ||
"@types/codemirror": "^0.0.109", | ||
@@ -68,0 +69,0 @@ "@types/jest": "^26.0.10", |
@@ -12,2 +12,3 @@ /*----------------------------------------------------------------------------- | ||
import '@jupyterlab/codeeditor/style/index.js'; | ||
import '@jupyterlab/documentsearch/style/index.js'; | ||
import 'codemirror/lib/codemirror.css'; | ||
@@ -14,0 +15,0 @@ import 'codemirror/addon/dialog/dialog.css'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
196388
31.92%36
9.09%3865
29.13%20
5.26%+ Added
Updated