Skip to content

Commit

Permalink
hotfix: react-intl as peer dependency & bumped 1.2.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Gillmann committed Nov 30, 2020
1 parent e19ac46 commit 14c98b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openimis/fe-admin",
"version": "1.2.0-rc3",
"version": "1.2.0-rc4",
"license": "AGPL-3.0-only",
"description": "openIMIS Frontend Admin reference module",
"repository": "openimis/openimis-fe-admin_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 All @@ -40,4 +42,4 @@
"dist"
],
"dependencies": {}
}
}

0 comments on commit 14c98b9

Please sign in to comment.