From 2063f88507a6d46ef04d23e72b5d1f7e18cb5874 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 3 Apr 2024 20:59:30 +0200 Subject: [PATCH] chore: move react-intl to the dependencies, rather then the devDependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f05a594..065f637 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "inquirer": "^8.2.0", "react-diff-viewer-continued": "3.2.6", "redux-immutable": "^4.0.0", + "react-intl": "6.6.2", "redux-thunk": "^2.3.0" }, "author": { @@ -77,7 +78,6 @@ "jest-styled-components": "^7.0.2", "lodash": "^4.17.11", "react": "^17.0.2", - "react-intl": "6.6.2", "react-redux": "^7.2.2", "redux": "^4.0.5", "styled-components": "^5.2.3"