diff --git a/package.json b/package.json index 4216744..6d35afc 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "enzyme-to-json": "^3.4.4", "jest-enzyme": "^7.1.2", "react": "^16.12.0", - "react-ace": "^8.0.0", + "react-ace": "^9.1.4", "react-dom": "^16.12.0", "react-hook-form": "^4.9.3", "react-json-view": "^1.19.1", diff --git a/yarn.lock b/yarn.lock index 8302593..6f2867c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12734,10 +12734,10 @@ raw-loader@^4.0.0: loader-utils "^1.2.3" schema-utils "^2.5.0" -react-ace@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-8.0.0.tgz#e6fc155ec3cf240e92bdf2e156a50458a78ed0a4" - integrity sha512-EvU14vXbZpAenb1ZVKdn8yTQs/shZ9RghFulHtt67bBXT6sjrNHcfOEXHYtSEmwMb6pQVVNNuulzzd8o+Uouig== +react-ace@^9.1.4: + version "9.1.4" + resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-9.1.4.tgz#7c45c361aa5fe1efa3313fa876bce30aa64a244f" + integrity sha512-4DBWvElbVR3WhsA2HhQ524K9Yoa/J/sjuBV9NUZ+yar3Q4BGJRTnhY6pM0INffH1IkBZHKIOyz34XHjc7RNTpw== dependencies: ace-builds "^1.4.6" diff-match-patch "^1.0.4"