From 1dc43c2c8113f0d8e9f97da526a72e55bebed6dc Mon Sep 17 00:00:00 2001 From: Daryl Buckle Date: Sun, 6 Feb 2022 21:16:03 +0000 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6b02f99..6857370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-oauth2-authcode-provider", - "version": "0.1.2", + "version": "0.1.3", "description": "A component that can wrap react single page applications to implement authentication with OAuth2 Authorization Code Flow.", "author": "DarylBuckle", "license": "MIT", @@ -36,8 +36,8 @@ "publish": "npm publish" }, "peerDependencies": { - "react": "^16.0.0", - "axios": "^0.19.0" + "react": ">=16.0.0", + "axios": ">=0.19.0" }, "devDependencies": { "@testing-library/jest-dom": "^4.2.4",