Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STRIPES-678 pin moment to ~2.24 #477

Merged
merged 2 commits into from
May 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Change selected parton background color to increase color contrast. Refs UICHKOUT-603.
* Fix bug preventing continuation after cancelling checkout notes or multipiece modal. Fixes UICHKOUT-610, UICHKOUT-611.
* Show confirmation modal when item with withdrawn status is scanned. Refs UICHKOUT-605.
* Pin `moment` at `~2.24.0`. Refs STRIPES-678.

## [3.0.0](https://github.com/folio-org/ui-checkout/tree/v3.0.0) (2020-03-16)
[Full Changelog](https://github.com/folio-org/ui-checkout/compare/v2.0.0...v3.0.0)
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@folio/react-intl-safe-html": "^1.0.0",
"inactivity-timer": "^1.0.0",
"lodash": "^4.17.4",
"moment": "^2.0.0",
"moment": "~2.24.0",
"prop-types": "^15.5.10",
"react-audio-player": "^0.9.0",
"react-hot-loader": "^4.3.12",
Expand All @@ -123,5 +123,8 @@
},
"optionalDependencies": {
"@folio/plugin-find-user": "^2.0.0"
},
"resolutions": {
"moment": "~2.24.0"
}
}