diff options
author | 2022-08-04 07:11:37 +0200 | |
---|---|---|
committer | 2022-08-04 07:11:37 +0200 | |
commit | acb63a55bb625384357fdb0b00ac06139f4cf93f (patch) | |
tree | e62fddbf90ed8e6fcf722f1f9a034fe8e894f750 /package.json | |
parent | Bump Fontawesome Packages (diff) |
Bump CodeMirror To 6.0.1
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 96a763d..86b8a95 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": false, "license": "MIT", "dependencies": { - "@codemirror/lang-python": "6.0.0", + "@codemirror/lang-python": "6.0.1", "@codemirror/state": "6.1.1", "@codemirror/theme-one-dark": "6.0.0", "@codemirror/view": "6.1.3", @@ -17,7 +17,7 @@ "@svgr/webpack": "6.3.1", "@swc/core": "1.2.223", "axios": "0.27.2", - "codemirror": "6.0.0", + "codemirror": "6.0.1", "copy-webpack-plugin": "11.0.0", "fs-extra": "10.0.0", "html-webpack-plugin": "5.5.0", |