Skip to content

Commit

Permalink
STRIPES-678 pin moment to ~2.24 (#268)
Browse files Browse the repository at this point in the history
Pin `moment` at `~2.24.0` in light of multiple issues with `2.25.0`
([5489](moment/moment#5489), [5472](moment/moment#5472)).

Refs [STRIPES-678](https://issues.folio.org/browse/STRIPES-678)
  • Loading branch information
zburke committed May 7, 2020
1 parent c5de91d commit 57972d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,9 @@
# Change history for ui-calendar

## 3.0.1 (IN PROGRESS)
## 3.1.0 (IN PROGRESS)

* Fix failing test. Refs UICAL-105.
* Pin `moment` at `~2.24.0`. Refs STRIPES-678.

## 3.0.0 ((https://github.com/folio-org/ui-calendar/tree/v3.0.0)
(2020-03-12)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -112,7 +112,7 @@
"@folio/react-intl-safe-html": "^1.0.2",
"dateformat": "^2.0.0",
"lodash": "^4.17.5",
"moment": "^2.22.2",
"moment": "~2.24.0",
"prop-types": "^15.6.1",
"randomcolor": "^0.5.3",
"react-big-calendar": "^0.22.1",
Expand Down

0 comments on commit 57972d9

Please sign in to comment.