react-monaco-editor
Advanced tools
Comparing version
@@ -68,2 +68,5 @@ var __assign = (this && this.__assign) || function () { | ||
if (editor.current) { | ||
if (value === editor.current.getValue()) { | ||
return; | ||
} | ||
var model = editor.current.getModel(); | ||
@@ -70,0 +73,0 @@ __prevent_trigger_change_event.current = true; |
{ | ||
"name": "react-monaco-editor", | ||
"version": "0.51.0", | ||
"version": "0.52.0", | ||
"description": "Monaco Editor for React", | ||
@@ -45,12 +45,12 @@ "main": "lib/index.js", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"monaco-editor": "^0.34.1", | ||
"monaco-editor": "^0.36.1", | ||
"prettier": "^2.7.1", | ||
"react": "^18.2.0", | ||
"rimraf": "^3.0.2", | ||
"rimraf": "^4.1.2", | ||
"typescript": "^4.9.3" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": ">=17 <= 18", | ||
"monaco-editor": "^0.34.1", | ||
"react": ">=17 <= 18" | ||
"@types/react": ">=16 <= 18", | ||
"monaco-editor": "^0.36.1", | ||
"react": ">=16 <= 18" | ||
}, | ||
@@ -57,0 +57,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54201
0.44%943
0.64%