Commit e1a29b85 authored by Phil Jones's avatar Phil Jones

Update to be compatible with JupyterLab 2.0.

parent 4a7be25c
This diff is collapsed.
{
"name": "finesse-syntax-jupyterlab",
"version": "0.2.1",
"version": "0.3.0",
"description": "Syntax highlighting for kat script within JupyterLab.",
"keywords": [
"jupyter",
......@@ -30,15 +30,15 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^1.2.1",
"@jupyterlab/notebook": "^1.2.2",
"@jupyterlab/cells": "^1.2.2",
"codemirror": "~5.47.0"
"@jupyterlab/application": "^2.0.0",
"@jupyterlab/notebook": "^2.0.0",
"@jupyterlab/cells": "^2.0.0",
"codemirror": "~5.49.2"
},
"devDependencies": {
"@types/codemirror": "^0.0.74",
"typescript": "~3.5.1",
"rimraf": "~2.6.2"
"@types/codemirror": "^0.0.76",
"typescript": "~3.7.3",
"rimraf": "~3.0.0"
},
"jupyterlab": {
"extension": true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment