Skip to content

Commit 43f47e8

Browse files
Update dependency monaco-editor to ^0.54.0
1 parent d401bdc commit 43f47e8

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"date-fns": "^4.1.0",
3333
"fathom-client": "^3.7.2",
3434
"lucide-react": "^0.553.0",
35-
"monaco-editor": "^0.52.2",
35+
"monaco-editor": "^0.54.0",
3636
"react": "^19.2.0",
3737
"react-dom": "^19.2.0",
3838
"react-intersection-observer": "^9.16.0",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,6 +3679,11 @@ dom-helpers@^5.0.1:
36793679
"@babel/runtime" "^7.8.7"
36803680
csstype "^3.0.2"
36813681

3682+
dompurify@3.1.7:
3683+
version "3.1.7"
3684+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.7.tgz#711a8c96479fb6ced93453732c160c3c72418a6a"
3685+
integrity sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==
3686+
36823687
dunder-proto@^1.0.1:
36833688
version "1.0.1"
36843689
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
@@ -4958,6 +4963,11 @@ markdownlint@~0.38.0:
49584963
micromark-extension-math "3.1.0"
49594964
micromark-util-types "2.0.2"
49604965

4966+
marked@14.0.0:
4967+
version "14.0.0"
4968+
resolved "https://registry.yarnpkg.com/marked/-/marked-14.0.0.tgz#79a1477358a59e0660276f8fec76de2c33f35d83"
4969+
integrity sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==
4970+
49614971
math-intrinsics@^1.1.0:
49624972
version "1.1.0"
49634973
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
@@ -5410,10 +5420,13 @@ modern-ahocorasick@^1.0.0:
54105420
resolved "https://registry.yarnpkg.com/modern-ahocorasick/-/modern-ahocorasick-1.1.0.tgz#9b1fa15d4f654be20a2ad7ecc44ec9d7645bb420"
54115421
integrity sha512-sEKPVl2rM+MNVkGQt3ChdmD8YsigmXdn5NifZn6jiwn9LRJpWm8F3guhaqrJT/JOat6pwpbXEk6kv+b9DMIjsQ==
54125422

5413-
monaco-editor@^0.52.2:
5414-
version "0.52.2"
5415-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.52.2.tgz#53c75a6fcc6802684e99fd1b2700299857002205"
5416-
integrity sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==
5423+
monaco-editor@^0.54.0:
5424+
version "0.54.0"
5425+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.54.0.tgz#c0d6ebb46b83f1bef6f67f6aa471e38ba7ef8231"
5426+
integrity sha512-hx45SEUoLatgWxHKCmlLJH81xBo0uXP4sRkESUpmDQevfi+e7K1VuiSprK6UpQ8u4zOcKNiH0pMvHvlMWA/4cw==
5427+
dependencies:
5428+
dompurify "3.1.7"
5429+
marked "14.0.0"
54175430

54185431
ms@^2.1.3:
54195432
version "2.1.3"

0 commit comments

Comments
 (0)