From 2f69124e98aea9b6aa5cf23dc27f0343df909198 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 24 Mar 2023 12:10:48 +0000 Subject: [PATCH] Merge pull request #12389 from overleaf/mj-indentation-markers-update [web] Update codemirror-indentation-markers GitOrigin-RevId: 709a61cc4c9e21703313d17d6c3d8fe5632d6b10 --- package-lock.json | 17 +++++++++-------- services/web/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f84bd9f68b..2313174b04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7589,9 +7589,10 @@ } }, "node_modules/@replit/codemirror-indentation-markers": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@replit/codemirror-indentation-markers/-/codemirror-indentation-markers-6.3.0.tgz", - "integrity": "sha512-taY9K4Piqgwk9CxFQo5XCZgotuVCNkU/O/NqdF125zmsY6wA4U71dZ7Bug4S4CFRTSq+4yBfb/8H7/dnYP4u5Q==", + "version": "6.4.0", + "resolved": "git+ssh://git@github.com/overleaf/codemirror-indentation-markers.git#1b1f93c0bcd04293aea6986aa2275185b2c56803", + "integrity": "sha512-33syzlJuFicLpTzJR0Z8d5jqGFmKae5UxiwDdvHzLzQUKvVxc+9Pu7v1Yigf+wWqufPmt0DE2ub/amBB8HcmIw==", + "license": "MIT", "peerDependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", @@ -34473,7 +34474,7 @@ "@pollyjs/persister-fs": "^4.2.1", "@reach/tabs": "^0.15.0", "@replit/codemirror-emacs": "overleaf/codemirror-emacs#3f235870d4fa83069df855d6588569865c31e220", - "@replit/codemirror-indentation-markers": "^6.3.0", + "@replit/codemirror-indentation-markers": "overleaf/codemirror-indentation-markers#1b1f93c0bcd04293aea6986aa2275185b2c56803", "@replit/codemirror-vim": "overleaf/codemirror-vim#77876ac3390f5a6642e04348c0afbe9f0878ec25", "@sentry/browser": "^7.8.1", "@uppy/core": "^1.15.0", @@ -43689,7 +43690,7 @@ "@pollyjs/persister-fs": "^4.2.1", "@reach/tabs": "^0.15.0", "@replit/codemirror-emacs": "overleaf/codemirror-emacs#3f235870d4fa83069df855d6588569865c31e220", - "@replit/codemirror-indentation-markers": "^6.3.0", + "@replit/codemirror-indentation-markers": "overleaf/codemirror-indentation-markers#1b1f93c0bcd04293aea6986aa2275185b2c56803", "@replit/codemirror-vim": "overleaf/codemirror-vim#77876ac3390f5a6642e04348c0afbe9f0878ec25", "@sentry/browser": "^7.8.1", "@testing-library/cypress": "^9.0.0", @@ -45872,9 +45873,9 @@ "requires": {} }, "@replit/codemirror-indentation-markers": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@replit/codemirror-indentation-markers/-/codemirror-indentation-markers-6.3.0.tgz", - "integrity": "sha512-taY9K4Piqgwk9CxFQo5XCZgotuVCNkU/O/NqdF125zmsY6wA4U71dZ7Bug4S4CFRTSq+4yBfb/8H7/dnYP4u5Q==", + "version": "git+ssh://git@github.com/overleaf/codemirror-indentation-markers.git#1b1f93c0bcd04293aea6986aa2275185b2c56803", + "integrity": "sha512-33syzlJuFicLpTzJR0Z8d5jqGFmKae5UxiwDdvHzLzQUKvVxc+9Pu7v1Yigf+wWqufPmt0DE2ub/amBB8HcmIw==", + "from": "@replit/codemirror-indentation-markers@overleaf/codemirror-indentation-markers#1b1f93c0bcd04293aea6986aa2275185b2c56803", "requires": {} }, "@replit/codemirror-vim": { diff --git a/services/web/package.json b/services/web/package.json index cba83ab495..0b63439b63 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -112,7 +112,7 @@ "@pollyjs/persister-fs": "^4.2.1", "@reach/tabs": "^0.15.0", "@replit/codemirror-emacs": "overleaf/codemirror-emacs#3f235870d4fa83069df855d6588569865c31e220", - "@replit/codemirror-indentation-markers": "^6.3.0", + "@replit/codemirror-indentation-markers": "overleaf/codemirror-indentation-markers#1b1f93c0bcd04293aea6986aa2275185b2c56803", "@replit/codemirror-vim": "overleaf/codemirror-vim#77876ac3390f5a6642e04348c0afbe9f0878ec25", "@sentry/browser": "^7.8.1", "@uppy/core": "^1.15.0",