Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Bump moment from 2.29.1 to 2.29.2" #1868

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion playbook/app/pb_kits/playbook/pb_kit/dateTime.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* @flow */
/*eslint-disable flowtype/space-before-type-colon */

import moment from 'moment-timezone'
import moment from 'moment'
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.2",
"moment": "^2.29.1",
"moment-strftime": "^0.5.0",
"moment-timezone": "^0.5.34",
"moment-timezone": "^0.5.26",
"react-animate-height": "^2.0.23",
"react-dropzone": "^10.2.2",
"react-highlight-words": "^0.18.0",
Expand Down
21 changes: 7 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10390,29 +10390,22 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

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

"moment@npm:>= 2.9.0, moment@npm:^2.11.2":
"moment@npm:>= 2.9.0, moment@npm:^2.11.2, moment@npm:^2.29.1":
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 @@ -11612,9 +11605,9 @@ fsevents@^1.2.7:
lazysizes: ^5.2.2
lodash: ^4.17.19
mini-css-extract-plugin: 0.12.0
moment: ^2.29.2
moment: ^2.29.1
moment-strftime: ^0.5.0
moment-timezone: ^0.5.34
moment-timezone: ^0.5.26
node-sass: ^4.12.0
react: ^16.8.6
react-animate-height: ^2.0.23
Expand Down