From 41ef190d875032bc900c656962fdeaa438f8c950 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 5 Oct 2021 21:31:57 -0400 Subject: [PATCH] update deps for stripes v7 compat (#776) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 518d6a7b..832e9a18 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "sinon": "^7.2.0" }, "dependencies": { - "@folio/react-intl-safe-html": "^3.0.0", + "@folio/react-intl-safe-html": "^3.1.0", "html-to-react": "^1.3.3", "lodash": "^4.17.4", "moment-timezone": "^0.5.14", @@ -205,6 +205,6 @@ "react-router-dom": "^5.2.0" }, "optionalDependencies": { - "@folio/plugin-find-user": "^5.0.0" + "@folio/plugin-find-user": "^6.0.0" } }