From 9a82fd7919d0c03913a78211c9f37c310aaf71ac Mon Sep 17 00:00:00 2001 From: XComponent Team Date: Sat, 4 Jul 2020 18:04:55 +0200 Subject: [PATCH] Update dependency react-intl to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d184897..8ed571c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prop-types": "^15.5.8", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-intl": "^2.2.3", + "react-intl": "^5.0.0", "react-redux": "^7.0.0", "react-router-dom": "^5.0.0", "reactivexcomponent.js": "^6.0.0",