Skip to content

Commit

Permalink
docs(DatePicker): update proptypes for locale, update dependency (#7877)
Browse files Browse the repository at this point in the history
* docs(DatePicker): update proptypes for locale, update dependency

* chore(tests): update snapshots

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Feb 24, 2021
1 parent fe10c1d commit d0eaa50
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2158,15 +2158,15 @@ Map {
"sk",
"sl",
"sq",
"sr-cyr",
"sr",
"sv",
"th",
"tr",
"uk",
"uz",
"uz_latn",
"vn",
"zh-tw",
"zh_tw",
"zh",
],
],
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@carbon/telemetry": "0.0.0-alpha.6",
"classnames": "2.2.6",
"downshift": "5.2.1",
"flatpickr": "4.6.1",
"flatpickr": "4.6.9",
"invariant": "^2.2.3",
"lodash.debounce": "^4.0.8",
"lodash.findlast": "^4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/components/DatePicker/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,15 @@ export default class DatePicker extends Component {
'sk', // Slovak
'sl', // Slovenian
'sq', // Albanian
'sr-cyr', // Serbian Cyrillic
'sr', // Serbian
'sv', // Swedish
'th', // Thai
'tr', // Turkish
'uk', // Ukrainian
'uz', // Uzbek
'uz_latn', // Uzbek Latin
'vn', // Vietnamese
'zh-tw', // Mandarin Traditional
'zh_tw', // Mandarin Traditional
'zh', // Mandarin
]),
]),
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9216,7 +9216,7 @@ __metadata:
css-loader: ^3.4.2
downshift: 5.2.1
fast-sass-loader: ^1.5.0
flatpickr: 4.6.1
flatpickr: 4.6.9
gzip-size: ^6.0.0
invariant: ^2.2.3
lcov2badge: ^0.1.0
Expand Down Expand Up @@ -14687,6 +14687,13 @@ __metadata:
languageName: node
linkType: hard

"flatpickr@npm:4.6.9":
version: 4.6.9
resolution: "flatpickr@npm:4.6.9"
checksum: ffcbe9ab04509f3e725139ad9835f0e7ec1ff025f1ccfafe26139fb37e67f661a048e6a3349ecc7620744fbfa8988e64bec95480024261b01de32c999d62ce38
languageName: node
linkType: hard

"flatstr@npm:^1.0.4":
version: 1.0.12
resolution: "flatstr@npm:1.0.12"
Expand Down

0 comments on commit d0eaa50

Please sign in to comment.