Skip to content

Commit

Permalink
STRIPES-678 avoid moment < 2.25.3
Browse files Browse the repository at this point in the history
`moment` `v2.25` less than `v2.25.3` caused many webpack-related bugs
([5489](moment/moment#5489), [5472](moment/moment#5472)).

Refs STRIPES-678
  • Loading branch information
zburke committed May 7, 2020
1 parent 53089ba commit af61449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

* New/Edit Patron notice policy: do not display inactive loan and request notice templates in the dropdown. Refs UICIRC-418.
* Overdue fee/fine notices. Refs UICIRC-451.
* Update `moment` to `^2.25.3` to avoid `2.25.x` bugs. Refs STRIPES-678.

## 2.0.0 (https://github.com/folio-org/ui-circulation/tree/v2.0.0) (2019-03-13)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v1.12.0...v2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -276,7 +276,7 @@
"dependencies": {
"html-to-react": "^1.3.3",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"moment": "^2.25.3",
"prop-types": "^15.5.10",
"react-barcode": "^1.3.2",
"react-codemirror2": "^1.0.0",
Expand Down

0 comments on commit af61449

Please sign in to comment.