From 80e8ba887914975973ffbbfd3e1f74bde1599c33 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Sep 2021 07:50:23 +0000 Subject: [PATCH] fix(deps): pin dependencies --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index c69de4bd46..7627d12af6 100644 --- a/client/package.json +++ b/client/package.json @@ -86,7 +86,7 @@ "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "^0.27.0", + "monaco-editor": "0.27.0", "nanoid": "3.1.28", "normalize-url": "4.5.1", "path-browserify": "1.0.1", @@ -160,7 +160,7 @@ "copy-webpack-plugin": "9.0.1", "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.25", "jest-json-schema-extended": "1.0.0", - "monaco-editor-webpack-plugin": "^4.1.2", + "monaco-editor-webpack-plugin": "4.1.2", "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.3", "serve": "12.0.1",