From 72f45fd8b01c90eb3b3cb2d5461b94a3a058a0b2 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Mon, 27 Feb 2023 16:22:18 +0100 Subject: [PATCH] deps: change codemirror git link to master Signed-off-by: Tilman Vatteroth --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8694fbc22..833f182f6 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "babel-runtime": "6.26.0", "bootstrap": "3.4.1", "bootstrap-validator": "0.11.9", - "codemirror": "git+https://github.com/hedgedoc/CodeMirror.git#hedgedoc/1.9.7", + "codemirror": "git+https://github.com/hedgedoc/CodeMirror.git", "copy-webpack-plugin": "6.4.1", "css-loader": "5.2.7", "emojify.js": "1.1.0", diff --git a/yarn.lock b/yarn.lock index 2c508b0f6..70a95a6ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2618,10 +2618,10 @@ cls-bluebird@^2.1.0: is-bluebird "^1.0.2" shimmer "^1.1.0" -"codemirror@git+https://github.com/hedgedoc/CodeMirror.git#hedgedoc/1.9.7": - version "5.65.11" - uid "3bf02f877d7f707557db12a4a0882ce20b79e491" - resolved "git+https://github.com/hedgedoc/CodeMirror.git#3bf02f877d7f707557db12a4a0882ce20b79e491" +"codemirror@git+https://github.com/hedgedoc/CodeMirror.git": + version "5.65.12" + uid "64922b591f46d784169cae67ea8938b10254bc0e" + resolved "git+https://github.com/hedgedoc/CodeMirror.git#64922b591f46d784169cae67ea8938b10254bc0e" collection-visit@^1.0.0: version "1.0.0"