Skip to content

Commit

Permalink
Bump moment from 2.29.1 to 2.29.2 (#1839)
Browse files Browse the repository at this point in the history
* Bump moment from 2.29.1 to 2.29.2

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update yarn.lock

* Update moment-timezone

* Correct moment-timezone import

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephen Marshall <smarshall1980@gmail.com>
  • Loading branch information
dependabot[bot] and thestephenmarshall committed Apr 21, 2022
1 parent 5cd0980 commit ac308fd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
3 changes: 1 addition & 2 deletions playbook/app/pb_kits/playbook/pb_kit/dateTime.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* @flow */
/*eslint-disable flowtype/space-before-type-colon */

import moment from 'moment'
import moment from 'moment-timezone'
import 'moment-strftime'
import 'moment-timezone'

type DateTimeType = {
value: String | Date,
Expand Down
4 changes: 2 additions & 2 deletions playbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"jsx-control-statements": "^3.2.8",
"lazysizes": "^5.2.2",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"moment": "^2.29.2",
"moment-strftime": "^0.5.0",
"moment-timezone": "^0.5.26",
"moment-timezone": "^0.5.34",
"react-animate-height": "^2.0.23",
"react-dropzone": "^10.2.2",
"react-highlight-words": "^0.18.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10390,22 +10390,29 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"moment-timezone@npm:^0.5.26":
version: 0.5.33
resolution: "moment-timezone@npm:0.5.33"
"moment-timezone@npm:^0.5.34":
version: 0.5.34
resolution: "moment-timezone@npm:0.5.34"
dependencies:
moment: ">= 2.9.0"
checksum: d4e72a3514a2885ab26b1cbc640e2f4785c997f9de28bb48bf3994ef137b0a560ca8f07eb07f11121e1223eef0c3bce4bc647b911111481a6a066bbc61285f99
checksum: 403165bf5a58858e4428f66aaece7bcb52d072474a74a68361ad63023092cc9cf0369bea95fafea67410ff52bd6e6e3402ab7375adb72d276360e021d83bb15f
languageName: node
linkType: hard

"moment@npm:>= 2.9.0, moment@npm:^2.11.2, moment@npm:^2.29.1":
"moment@npm:>= 2.9.0, moment@npm:^2.11.2":
version: 2.29.1
resolution: "moment@npm:2.29.1"
checksum: 86729013febf7160de5b93da69273dd304d674b0224f9544b3abd09a87671ddd2cdd57598261ce57588910d63747ffd5590965e83c790d8bf327083c0e0a06e0
languageName: node
linkType: hard

"moment@npm:^2.29.2":
version: 2.29.3
resolution: "moment@npm:2.29.3"
checksum: ab0d432d93ef0f6e40ee8a66feb8cfa15d6b9665c74141890b6488825c6f0cb5edfcc1781b3b84c0c82c4a5ba21a9f1d176e1fd4de705bb8300444e6b7f9209e
languageName: node
linkType: hard

"move-concurrently@npm:^1.0.1":
version: 1.0.1
resolution: "move-concurrently@npm:1.0.1"
Expand Down Expand Up @@ -11605,9 +11612,9 @@ fsevents@^1.2.7:
lazysizes: ^5.2.2
lodash: ^4.17.19
mini-css-extract-plugin: 0.12.0
moment: ^2.29.1
moment: ^2.29.2
moment-strftime: ^0.5.0
moment-timezone: ^0.5.26
moment-timezone: ^0.5.34
node-sass: ^4.12.0
react: ^16.8.6
react-animate-height: ^2.0.23
Expand Down

0 comments on commit ac308fd

Please sign in to comment.