From b64800f9bc5550a5a6edd0837cd8a41b68f13bfa Mon Sep 17 00:00:00 2001 From: Aliaksei Chumakou Date: Tue, 15 Jan 2019 18:08:15 +0300 Subject: [PATCH] UIOR-105 fix package.json dependency --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9656579d9..371f3a56d 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,6 @@ "react-dom": "^16.5.1", "react-hot-loader": "^4.3.12", "react-redux": "^5.0.7", - "react-router-prop-types": "^1.0.4", "redux": "^4.0.0", "sinon": "^7.0.0" }, @@ -217,6 +216,7 @@ "query-string": "^5.0.0", "react-intl": "^2.4.0", "react-router-dom": "^4.1.1", + "react-router-prop-types": "^1.0.4", "redux-form": "^7.3.0" }, "peerDependencies": { @@ -224,8 +224,8 @@ "react": "*" }, "optionalDependencies": { + "@folio/plugin-find-instance": "^1.1.0", "@folio/plugin-find-user": "^1.1.0", - "@folio/plugin-find-vendor": "^1.1.0", - "@folio/plugin-find-instance": "^1.1.0" + "@folio/plugin-find-vendor": "^1.1.0" } }