mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 00:45:26 +00:00
Merge pull request #13553 from overleaf/ae-upgrade-codemirror-view-2
Upgrade `@codemirror/view` to 6.14.0 GitOrigin-RevId: 65a34b4c5b46c7a094200c5524b114de912bb137
This commit is contained in:
parent
6ee5f6a0a0
commit
789253e41d
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -3400,9 +3400,9 @@
|
|||
"integrity": "sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA=="
|
||||
},
|
||||
"node_modules/@codemirror/view": {
|
||||
"version": "6.13.2",
|
||||
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.13.2.tgz",
|
||||
"integrity": "sha512-XA/jUuu1H+eTja49654QkrQwx2CuDMdjciHcdqyasfTVo4HRlvj87rD/Qmm4HfnhwX8234FQSSA8HxEzxihX/Q==",
|
||||
"version": "6.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.14.0.tgz",
|
||||
"integrity": "sha512-I263FPs4In42MNmrdwN2DfmYPFMVMXgT7o/mxdGp4jv5LPs8i0FOxzmxF5yeeQdYSTztb2ZhmPIu0ahveInVTg==",
|
||||
"dependencies": {
|
||||
"@codemirror/state": "^6.1.4",
|
||||
"style-mod": "^4.0.0",
|
||||
|
@ -41263,7 +41263,7 @@
|
|||
"@codemirror/lint": "^6.2.1",
|
||||
"@codemirror/search": "github:overleaf/codemirror-search#ea83364b22ad66455fc94babea7d576fa9f76a93",
|
||||
"@codemirror/state": "^6.2.0",
|
||||
"@codemirror/view": "^6.13.2",
|
||||
"@codemirror/view": "^6.14.0",
|
||||
"@contentful/rich-text-html-renderer": "^16.0.2",
|
||||
"@contentful/rich-text-types": "^16.0.2",
|
||||
"@google-cloud/bigquery": "^6.0.1",
|
||||
|
@ -45047,9 +45047,9 @@
|
|||
"integrity": "sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA=="
|
||||
},
|
||||
"@codemirror/view": {
|
||||
"version": "6.13.2",
|
||||
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.13.2.tgz",
|
||||
"integrity": "sha512-XA/jUuu1H+eTja49654QkrQwx2CuDMdjciHcdqyasfTVo4HRlvj87rD/Qmm4HfnhwX8234FQSSA8HxEzxihX/Q==",
|
||||
"version": "6.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.14.0.tgz",
|
||||
"integrity": "sha512-I263FPs4In42MNmrdwN2DfmYPFMVMXgT7o/mxdGp4jv5LPs8i0FOxzmxF5yeeQdYSTztb2ZhmPIu0ahveInVTg==",
|
||||
"requires": {
|
||||
"@codemirror/state": "^6.1.4",
|
||||
"style-mod": "^4.0.0",
|
||||
|
@ -50246,7 +50246,7 @@
|
|||
"@codemirror/lint": "^6.2.1",
|
||||
"@codemirror/search": "github:overleaf/codemirror-search#ea83364b22ad66455fc94babea7d576fa9f76a93",
|
||||
"@codemirror/state": "^6.2.0",
|
||||
"@codemirror/view": "^6.13.2",
|
||||
"@codemirror/view": "^6.14.0",
|
||||
"@contentful/rich-text-html-renderer": "^16.0.2",
|
||||
"@contentful/rich-text-types": "^16.0.2",
|
||||
"@google-cloud/bigquery": "^6.0.1",
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
"@codemirror/lint": "^6.2.1",
|
||||
"@codemirror/search": "github:overleaf/codemirror-search#ea83364b22ad66455fc94babea7d576fa9f76a93",
|
||||
"@codemirror/state": "^6.2.0",
|
||||
"@codemirror/view": "^6.13.2",
|
||||
"@codemirror/view": "^6.14.0",
|
||||
"@contentful/rich-text-html-renderer": "^16.0.2",
|
||||
"@contentful/rich-text-types": "^16.0.2",
|
||||
"@google-cloud/bigquery": "^6.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue