Skip to content

Commit 45a1ed3

Browse files
Update CodeMirror (#10994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee783be commit 45a1ed3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@codemirror/commands": "^6.7.1",
3535
"@codemirror/lang-html": "6.4.11",
3636
"@codemirror/lang-json": "6.0.2",
37-
"@codemirror/lang-markdown": "6.4.0",
37+
"@codemirror/lang-markdown": "6.5.0",
3838
"@codemirror/language": "6.11.3",
3939
"@codemirror/state": "6.5.2",
4040
"@codemirror/view": "6.38.6",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,14 +1749,14 @@ __metadata:
17491749
linkType: hard
17501750

17511751
"@codemirror/commands@npm:^6.0.0, @codemirror/commands@npm:^6.7.1, @codemirror/commands@npm:^6.8.0":
1752-
version: 6.9.0
1753-
resolution: "@codemirror/commands@npm:6.9.0"
1752+
version: 6.10.0
1753+
resolution: "@codemirror/commands@npm:6.10.0"
17541754
dependencies:
17551755
"@codemirror/language": "npm:^6.0.0"
17561756
"@codemirror/state": "npm:^6.4.0"
17571757
"@codemirror/view": "npm:^6.27.0"
17581758
"@lezer/common": "npm:^1.1.0"
1759-
checksum: 10c0/9317112b3bc2d5f083ea4f587773bfae4a0b532dd8a4b561a99b85a5f011f1f9693b5df5946b3f596565ee50f10ae4b9428901481dabeb96ba0a9c7caebba2fd
1759+
checksum: 10c0/5122c026ef3578049a9d166a0afe9cd66abcc20fd5a2a084c97a60b519db6f38e3b8f05af813e5bdbbf249d3a95dce07a52cd30f77083da4a2da660c1b424a88
17601760
languageName: node
17611761
linkType: hard
17621762

@@ -1815,9 +1815,9 @@ __metadata:
18151815
languageName: node
18161816
linkType: hard
18171817

1818-
"@codemirror/lang-markdown@npm:6.4.0":
1819-
version: 6.4.0
1820-
resolution: "@codemirror/lang-markdown@npm:6.4.0"
1818+
"@codemirror/lang-markdown@npm:6.5.0":
1819+
version: 6.5.0
1820+
resolution: "@codemirror/lang-markdown@npm:6.5.0"
18211821
dependencies:
18221822
"@codemirror/autocomplete": "npm:^6.7.1"
18231823
"@codemirror/lang-html": "npm:^6.0.0"
@@ -1826,7 +1826,7 @@ __metadata:
18261826
"@codemirror/view": "npm:^6.0.0"
18271827
"@lezer/common": "npm:^1.2.1"
18281828
"@lezer/markdown": "npm:^1.0.0"
1829-
checksum: 10c0/8735b339c091b6144e40ef9413dd3b514c56d8be3a5bee30905af595a2df0458c98055ac1194466f56b14e4f2dd8906d00dee7796f1e321edf2186c3421a0156
1829+
checksum: 10c0/b026997bca821d5faf62808bf125674c182a82090706f4b7250ea80d4e8e00a88c2783230b391950110e4f92eba773556b5361f6b65c705cf775f2458c6ff7b7
18301830
languageName: node
18311831
linkType: hard
18321832

@@ -21584,7 +21584,7 @@ __metadata:
2158421584
"@codemirror/commands": "npm:^6.7.1"
2158521585
"@codemirror/lang-html": "npm:6.4.11"
2158621586
"@codemirror/lang-json": "npm:6.0.2"
21587-
"@codemirror/lang-markdown": "npm:6.4.0"
21587+
"@codemirror/lang-markdown": "npm:6.5.0"
2158821588
"@codemirror/language": "npm:6.11.3"
2158921589
"@codemirror/state": "npm:6.5.2"
2159021590
"@codemirror/view": "npm:6.38.6"

0 commit comments

Comments
 (0)