mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
chore: upgrade moment (#23856)
* 🆙 upgrade moment
* Update package.json
This commit is contained in:
parent
3d2ccd8081
commit
b9e7d853a4
@ -186486,7 +186486,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
Setembro
|
||||
setembro
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
@ -188540,7 +188540,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
Setembro
|
||||
setembro
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
@ -189078,7 +189078,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
Outubro
|
||||
outubro
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
@ -190050,7 +190050,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
|
||||
<span
|
||||
class="ant-select-selection-item"
|
||||
>
|
||||
Set
|
||||
set
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
@ -191467,7 +191467,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
Set
|
||||
set
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
@ -191498,7 +191498,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Do
|
||||
do
|
||||
</th>
|
||||
<th>
|
||||
2ª
|
||||
@ -191516,7 +191516,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
6ª
|
||||
</th>
|
||||
<th>
|
||||
Sá
|
||||
sá
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -193521,7 +193521,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
Set
|
||||
set
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
@ -193554,7 +193554,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Do
|
||||
do
|
||||
</th>
|
||||
<th>
|
||||
2ª
|
||||
@ -193572,7 +193572,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
6ª
|
||||
</th>
|
||||
<th>
|
||||
Sá
|
||||
sá
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -194059,7 +194059,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
Out
|
||||
out
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
@ -194090,7 +194090,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Do
|
||||
do
|
||||
</th>
|
||||
<th>
|
||||
2ª
|
||||
@ -194108,7 +194108,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
6ª
|
||||
</th>
|
||||
<th>
|
||||
Sá
|
||||
sá
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -195031,7 +195031,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
<span
|
||||
class="ant-select-selection-item"
|
||||
>
|
||||
Set
|
||||
set
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
@ -195122,7 +195122,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Do
|
||||
do
|
||||
</th>
|
||||
<th>
|
||||
2ª
|
||||
@ -195140,7 +195140,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
|
||||
6ª
|
||||
</th>
|
||||
<th>
|
||||
Sá
|
||||
sá
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -103,7 +103,7 @@
|
||||
"copy-to-clipboard": "^3.2.0",
|
||||
"css-animation": "^1.5.0",
|
||||
"lodash": "^4.17.13",
|
||||
"moment": "~2.24.0",
|
||||
"moment": "~2.25.1",
|
||||
"omit.js": "^1.0.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"raf": "^3.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user