diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d90f0e6..e8ca8ecfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Create new request from item record. Fixes UIIN-410. * Correctly show instance-edit checkbox status. Fixes UIIN-417. * Don't copy HRID on duplicating records, disable editing of HRID. UIIN-431, UIIN-450. +* Upgrade to stripes v2.0.0. ## [1.5.1](https://github.com/folio-org/ui-inventory/tree/v1.5.1) (2018-12-17) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v1.5.0...v1.5.1) diff --git a/package.json b/package.json index e39e4e41b..47c67b6cc 100644 --- a/package.json +++ b/package.json @@ -286,9 +286,9 @@ "@bigtest/mocha": "^0.5.1", "@bigtest/react": "^0.1.2", "@folio/eslint-config-stripes": "^3.2.1", - "@folio/stripes": "^1.0.0", + "@folio/stripes": "^2.0.0", "@folio/stripes-cli": "^1.5.0", - "@folio/stripes-core": "^2.15.5", + "@folio/stripes-core": "^3.0.1", "babel-eslint": "^9.0.0", "babel-polyfill": "^6.26.0", "chai": "^4.2.0", @@ -309,7 +309,7 @@ "redux-form": "^7.0.3" }, "peerDependencies": { - "@folio/stripes": "^1.0.0", + "@folio/stripes": "^2.0.0", "react": "*" } }