Skip to content

Commit

Permalink
STRIPES-678 pin moment to ~2.24 (#795)
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)).

The `resolutions` entry is necessary because `2.25` leaks in via transitive deps.

Refs [STRIPES-678](https://issues.folio.org/browse/STRIPES-678)
  • Loading branch information
zburke committed May 3, 2020
1 parent a3958ab commit 32afd13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Prevent `ProxyManager` form submission from propagating to outer forms. Fixes UIREQ-449, UIREQ-454.
* Marked Note Title field as required. Fixes STSMACOM-323.
* Added `PersistedPaneset` component.
* Pin `moment` at `~2.24.0`. Refs STRIPES-678.

## [3.1.0](https://github.com/folio-org/stripes-smart-components/tree/v3.1.0) (2020-03-16)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v3.0.0...v3.1.0)
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"final-form": "^4.18.2",
"final-form-arrays": "^3.0.2",
"lodash": "^4.17.4",
"moment": "^2.22.1",
"moment": "~2.24.0",
"moment-timezone": "^0.5.17",
"prop-types": "^15.5.10",
"prop-types-extra": "^1.1.0",
Expand All @@ -82,5 +82,8 @@
"react-intl": "^2.4.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.0.0"
},
"resolutions": {
"moment": "~2.24.0"
}
}

0 comments on commit 32afd13

Please sign in to comment.