Skip to content

Commit 5ab1969

Browse files
authored
Merge pull request #5 from libardoram/update-node-version
Change monaco-react to 4.7.0
2 parents 0e2e409 + b8636e0 commit 5ab1969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/reflex_monaco/monaco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class MonacoComponent(rx.Component):
99
"""Base Monaco component."""
1010

11-
library = "@monaco-editor/react@4.6.0"
11+
library = "@monaco-editor/react@4.7.0"
1212

1313
# The language to use for the editor.
1414
language: rx.Var[str]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "reflex-monaco"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
description = "A package wrapping Monaco Editor for Reflex"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)