Skip to content

Commit

Permalink
UIOR-105 fix package.json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-chumakou committed Jan 15, 2019
1 parent a3bc7cf commit b64800f
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 b64800f

Please sign in to comment.