Просмотр исходного кода

Merge pull request #12389 from overleaf/mj-indentation-markers-update

[web] Update codemirror-indentation-markers

GitOrigin-RevId: 709a61cc4c9e21703313d17d6c3d8fe5632d6b10
Alf Eaton 3 лет назад
Родитель
Сommit
0227f186c5
2 измененных файлов с 10 добавлено и 9 удалено
  1. 9 8
      package-lock.json
  2. 1 1
      services/web/package.json

+ 9 - 8
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": {

+ 1 - 1
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",