Skip to content

Commit 5ae3a46

Browse files
Update dependency monaco-editor to ^0.54.0
1 parent 53afef8 commit 5ae3a46

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.514.0",
35-
"monaco-editor": "^0.52.2",
35+
"monaco-editor": "^0.54.0",
3636
"react": "^19.1.0",
3737
"react-dom": "^19.1.0",
3838
"react-intersection-observer": "^9.16.0",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,6 +3607,11 @@ dom-helpers@^5.0.1:
36073607
"@babel/runtime" "^7.8.7"
36083608
csstype "^3.0.2"
36093609

3610+
dompurify@3.1.7:
3611+
version "3.1.7"
3612+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.7.tgz#711a8c96479fb6ced93453732c160c3c72418a6a"
3613+
integrity sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==
3614+
36103615
dunder-proto@^1.0.1:
36113616
version "1.0.1"
36123617
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
@@ -4845,6 +4850,11 @@ markdownlint@~0.38.0:
48454850
micromark-extension-math "3.1.0"
48464851
micromark-util-types "2.0.2"
48474852

4853+
marked@14.0.0:
4854+
version "14.0.0"
4855+
resolved "https://registry.yarnpkg.com/marked/-/marked-14.0.0.tgz#79a1477358a59e0660276f8fec76de2c33f35d83"
4856+
integrity sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==
4857+
48484858
math-intrinsics@^1.1.0:
48494859
version "1.1.0"
48504860
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
@@ -5317,10 +5327,13 @@ modern-ahocorasick@^1.0.0:
53175327
resolved "https://registry.yarnpkg.com/modern-ahocorasick/-/modern-ahocorasick-1.1.0.tgz#9b1fa15d4f654be20a2ad7ecc44ec9d7645bb420"
53185328
integrity sha512-sEKPVl2rM+MNVkGQt3ChdmD8YsigmXdn5NifZn6jiwn9LRJpWm8F3guhaqrJT/JOat6pwpbXEk6kv+b9DMIjsQ==
53195329

5320-
monaco-editor@^0.52.2:
5321-
version "0.52.2"
5322-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.52.2.tgz#53c75a6fcc6802684e99fd1b2700299857002205"
5323-
integrity sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==
5330+
monaco-editor@^0.54.0:
5331+
version "0.54.0"
5332+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.54.0.tgz#c0d6ebb46b83f1bef6f67f6aa471e38ba7ef8231"
5333+
integrity sha512-hx45SEUoLatgWxHKCmlLJH81xBo0uXP4sRkESUpmDQevfi+e7K1VuiSprK6UpQ8u4zOcKNiH0pMvHvlMWA/4cw==
5334+
dependencies:
5335+
dompurify "3.1.7"
5336+
marked "14.0.0"
53245337

53255338
ms@^2.1.3:
53265339
version "2.1.3"

0 commit comments

Comments
 (0)