From a0f43c93ba3a80a4f674270016c03c87b8fdfabf Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 27 May 2020 12:00:34 +0200 Subject: [PATCH] chore: update react-monaco-editor --- client/package-lock.json | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9675f6ecc5..28c3f9f777 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17431,11 +17431,12 @@ } }, "react-monaco-editor": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.31.1.tgz", - "integrity": "sha512-Gx02GExWzZkJ34q9HOYDsPOGdG7nTWw0e74xlBxY4JCLyLP4a9E/kQ36ZL+bec9MMT9PZKZmyLybsH4+3ZC1ag==", + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.36.0.tgz", + "integrity": "sha512-JVA5SZhOoYZ0DCdTwYgagtRb3jHo4KN7TVFiJauG+ZBAJWfDSTzavPIrwzWbgu8ahhDqDk4jUcYlOJL2BC/0UA==", "requires": { - "@types/react": "^16.9.2", + "@types/react": "^16.x", + "monaco-editor": "*", "prop-types": "^15.7.2" } }, diff --git a/client/package.json b/client/package.json index bfae9c48e0..c7793ce636 100644 --- a/client/package.json +++ b/client/package.json @@ -57,7 +57,7 @@ "react-identicons": "^1.1.7", "react-instantsearch-dom": "^6.0.0-beta.0", "react-lazy-load": "^3.1.13", - "react-monaco-editor": "^0.31.0", + "react-monaco-editor": "^0.36.0", "react-redux": "^5.0.7", "react-reflex": "^3.0.18", "react-responsive": "^6.1.1",