Skip to content

Commit

Permalink
Merge pull request #164 from folio-org/UIOR-105-fix-package.json-deps
Browse files Browse the repository at this point in the history
UIOR-105 fix package.json dependency
  • Loading branch information
aliaksei-chumakou authored Jan 15, 2019
2 parents a3bc7cf + b64800f commit ae0da3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
"react-dom": "^16.5.1",
"react-hot-loader": "^4.3.12",
"react-redux": "^5.0.7",
"react-router-prop-types": "^1.0.4",
"redux": "^4.0.0",
"sinon": "^7.0.0"
},
Expand All @@ -217,15 +216,16 @@
"query-string": "^5.0.0",
"react-intl": "^2.4.0",
"react-router-dom": "^4.1.1",
"react-router-prop-types": "^1.0.4",
"redux-form": "^7.3.0"
},
"peerDependencies": {
"@folio/stripes": "^1.0.0",
"react": "*"
},
"optionalDependencies": {
"@folio/plugin-find-instance": "^1.1.0",
"@folio/plugin-find-user": "^1.1.0",
"@folio/plugin-find-vendor": "^1.1.0",
"@folio/plugin-find-instance": "^1.1.0"
"@folio/plugin-find-vendor": "^1.1.0"
}
}

0 comments on commit ae0da3f

Please sign in to comment.