Skip to content

Commit

Permalink
hotfix: react-intl as peer dependency & bumped 1.2.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Gillmann committed Nov 30, 2020
1 parent acc56a2 commit 790e2cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openimis/fe-product",
"version": "1.2.0-rc4",
"version": "1.2.0-rc5",
"description": "openIMIS Frontend Product reference module",
"license": "AGPL-3.0-only",
"repository": "openimis/openimis-fe-product_js",
Expand All @@ -14,6 +14,9 @@
"build": "rollup -c",
"start": "rollup -c -w"
},
"peerDependency": {
"react-intl": "^5.8.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
Expand All @@ -30,7 +33,6 @@
"moment": "^2.25.3",
"prop-types": "^15.7.2",
"react-autosuggest": "^10.0.2",
"react-intl": "^2.9.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-api-middleware": "^3.2.1",
Expand Down

0 comments on commit 790e2cd

Please sign in to comment.