Upgrade CodeMirror search (#15657)

GitOrigin-RevId: d6a850530fe12bf5d4a36caf1d43761bb975419f
This commit is contained in:
Alf Eaton 2023-11-08 12:07:34 +00:00 committed by Copybot
parent 19e6559e2a
commit c656e99b38
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -3313,9 +3313,9 @@
}
},
"node_modules/@codemirror/search": {
"version": "6.4.0",
"resolved": "git+ssh://git@github.com/overleaf/codemirror-search.git#6a09ea7eaad138d810f989753036eabce23cc969",
"integrity": "sha512-LblfUBGsW2+0U+orNGYcJHGKRnbUSU7V/tQDRNKlrw+hE0ZgAGW1B+dZAkcd+AITn6VwjFxKgERB1CzDkWmQWQ==",
"version": "6.5.4",
"resolved": "git+ssh://git@github.com/overleaf/codemirror-search.git#29f7a871969ad64b89341bacbe5d46dda02eee12",
"integrity": "sha512-aMLQYaC/xv/kNkhp49jx24APK4fvxjypcgS7GfFUoLdhx39fDMw3Z4EGl56NDMFCdEJhG8yXk+hyvU+pxEQSfA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -39624,7 +39624,7 @@
"@codemirror/lang-markdown": "^6.2.1",
"@codemirror/language": "^6.9.1",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "github:overleaf/codemirror-search#6a09ea7eaad138d810f989753036eabce23cc969",
"@codemirror/search": "github:overleaf/codemirror-search#29f7a871969ad64b89341bacbe5d46dda02eee12",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.21.2",
"@juggle/resize-observer": "^3.3.1",
@ -43038,10 +43038,10 @@
}
},
"@codemirror/search": {
"version": "git+ssh://git@github.com/overleaf/codemirror-search.git#6a09ea7eaad138d810f989753036eabce23cc969",
"integrity": "sha512-LblfUBGsW2+0U+orNGYcJHGKRnbUSU7V/tQDRNKlrw+hE0ZgAGW1B+dZAkcd+AITn6VwjFxKgERB1CzDkWmQWQ==",
"version": "git+ssh://git@github.com/overleaf/codemirror-search.git#29f7a871969ad64b89341bacbe5d46dda02eee12",
"integrity": "sha512-aMLQYaC/xv/kNkhp49jx24APK4fvxjypcgS7GfFUoLdhx39fDMw3Z4EGl56NDMFCdEJhG8yXk+hyvU+pxEQSfA==",
"dev": true,
"from": "@codemirror/search@github:overleaf/codemirror-search#6a09ea7eaad138d810f989753036eabce23cc969",
"from": "@codemirror/search@github:overleaf/codemirror-search#29f7a871969ad64b89341bacbe5d46dda02eee12",
"requires": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
@ -47761,7 +47761,7 @@
"@codemirror/lang-markdown": "^6.2.1",
"@codemirror/language": "^6.9.1",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "github:overleaf/codemirror-search#6a09ea7eaad138d810f989753036eabce23cc969",
"@codemirror/search": "github:overleaf/codemirror-search#29f7a871969ad64b89341bacbe5d46dda02eee12",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.21.2",
"@contentful/rich-text-html-renderer": "^16.0.2",

View file

@ -177,7 +177,7 @@
"@codemirror/lang-markdown": "^6.2.1",
"@codemirror/language": "^6.9.1",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "github:overleaf/codemirror-search#6a09ea7eaad138d810f989753036eabce23cc969",
"@codemirror/search": "github:overleaf/codemirror-search#29f7a871969ad64b89341bacbe5d46dda02eee12",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.21.2",
"@juggle/resize-observer": "^3.3.1",