From c69aed27c10a1d25175a4f9474f9127dc98eb0cf Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Thu, 25 Nov 2021 15:56:37 +0100 Subject: [PATCH] chore(deps): allow updating patch and minor version for highlihter --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1662c29ab5e..fdbf07b1ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-immutable-pure-component": "^2.2.0", "react-inspector": "^5.1.1", "react-redux": "^7.2.4", - "react-syntax-highlighter": "=15.4.5", + "react-syntax-highlighter": "^15.4.5", "redux": "^4.1.2", "redux-immutable": "^4.0.0", "remarkable": "^2.0.1", diff --git a/package.json b/package.json index 2782ba40e44..f12d8320d38 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "react-immutable-pure-component": "^2.2.0", "react-inspector": "^5.1.1", "react-redux": "^7.2.4", - "react-syntax-highlighter": "=15.4.5", + "react-syntax-highlighter": "^15.4.5", "redux": "^4.1.2", "redux-immutable": "^4.0.0", "remarkable": "^2.0.1",