From 379e7611cf4842cc870aba6bfe32bc87f2648aef Mon Sep 17 00:00:00 2001 From: menusal Date: Mon, 3 Jul 2023 11:36:53 +0200 Subject: [PATCH] update peer dependencies --- packages/react-ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index cbda9eacc..37987be86 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -69,7 +69,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "firebase-tools": "^8.17.0", "jest": "^26.6.3", - "react-intl": "5.24.3", + "react-intl": "^5.18.5", "react-redux": "^7.2.2", "storybook-addon-designs": "^6.3.1", "webpack": "^5.24.2", @@ -88,7 +88,7 @@ "echarts": "^5.4.2", "echarts-for-react": "^3.0.2", "react": "17.x || 18.x", - "react-intl": "6.x.x", + "react-intl": "5.x || 6.x", "react-dom": "17.x || 18.x", "styled-components": "^5.2.3" }