|
56 | 56 | "style/index.js"
|
57 | 57 | ],
|
58 | 58 | "dependencies": {
|
59 |
| - "@codemirror/state": "^6.2.1", |
60 |
| - "@codemirror/view": "^6.15.3", |
61 |
| - "@jupyterlab/application": "^4.0.3", |
62 |
| - "@jupyterlab/cells": "^4.0.3", |
63 |
| - "@jupyterlab/codemirror": "^4.0.3", |
64 |
| - "@jupyterlab/fileeditor": "^4.0.3", |
65 |
| - "@jupyterlab/notebook": "^4.0.3", |
66 |
| - "@jupyterlab/settingregistry": "^4.0.3", |
| 59 | + "@codemirror/state": "^6.4.1", |
| 60 | + "@codemirror/view": "^6.26.0", |
| 61 | + "@jupyterlab/application": "^4.2.0", |
| 62 | + "@jupyterlab/cells": "^4.2.0", |
| 63 | + "@jupyterlab/codemirror": "^4.2.0", |
| 64 | + "@jupyterlab/fileeditor": "^4.2.0", |
| 65 | + "@jupyterlab/notebook": "^4.2.0", |
| 66 | + "@jupyterlab/settingregistry": "^4.2.0", |
67 | 67 | "@lumino/commands": "^2.0.1",
|
68 | 68 | "@lumino/coreutils": "^2.0.0",
|
69 | 69 | "@lumino/disposable": "^2.1.2",
|
70 | 70 | "@replit/codemirror-vim": "^6.0.14",
|
71 | 71 | "react": "^18.2.0"
|
72 | 72 | },
|
73 | 73 | "devDependencies": {
|
74 |
| - "@codemirror/language": "^6.8.0", |
75 |
| - "@codemirror/search": "^6.5.0", |
76 |
| - "@jupyterlab/builder": "^4.0.0", |
77 |
| - "@jupyterlab/codeeditor": "^4.0.3", |
| 74 | + "@codemirror/language": "^6.10.1", |
| 75 | + "@codemirror/search": "^6.5.6", |
| 76 | + "@jupyterlab/builder": "^4.2.0", |
| 77 | + "@jupyterlab/codeeditor": "^4.2.0", |
78 | 78 | "@types/codemirror": "^0.0.87",
|
79 | 79 | "@types/json-schema": "^7.0.11",
|
80 | 80 | "@types/react": "^18.0.26",
|
|
0 commit comments