chore: move react-intl to the dependencies, rather then the devDependencies

pull/126/head
Boaz Poolman 2024-04-03 20:59:30 +02:00
parent c2ab9288c1
commit 2063f88507
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@
"inquirer": "^8.2.0", "inquirer": "^8.2.0",
"react-diff-viewer-continued": "3.2.6", "react-diff-viewer-continued": "3.2.6",
"redux-immutable": "^4.0.0", "redux-immutable": "^4.0.0",
"react-intl": "6.6.2",
"redux-thunk": "^2.3.0" "redux-thunk": "^2.3.0"
}, },
"author": { "author": {
@ -77,7 +78,6 @@
"jest-styled-components": "^7.0.2", "jest-styled-components": "^7.0.2",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"react": "^17.0.2", "react": "^17.0.2",
"react-intl": "6.6.2",
"react-redux": "^7.2.2", "react-redux": "^7.2.2",
"redux": "^4.0.5", "redux": "^4.0.5",
"styled-components": "^5.2.3" "styled-components": "^5.2.3"