Skip to content

Commit

Permalink
STRIPES-678 pin moment to ~2.24 (#847)
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 2, 2020
1 parent 9f233f3 commit 3c3bf74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change history for stripes-core

## 4.2.0 (IN PROGRESS)

* Pin `moment` at `~2.24.0`. Refs STRIPES-678.

## [4.1.0](https://github.com/folio-org/stripes-core/tree/v4.1.0) (2020-03-16)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v4.0.0...v4.1.0)

Expand Down
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -113,7 +113,7 @@
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.4.0",
"miragejs": "^0.1.32",
"moment": "^2.19.1",
"moment": "~2.24.0",
"moment-timezone": "^0.5.14",
"node-object-hash": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
Expand Down Expand Up @@ -167,5 +167,8 @@
"react-intl": "^2.9.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1"
},
"resolutions": {
"moment": "~2.24.0"
}
}

0 comments on commit 3c3bf74

Please sign in to comment.