Skip to content

Commit

Permalink
chore: Update dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 14, 2019
1 parent a79e404 commit 7ada26e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"np": "^5.0.3",
"rc-dialog": "^7.5.7",
"rc-field-form": "^0.0.0-alpha.21",
"rc-trigger": "^2.6.5",
"rc-trigger": "^4.0.0-alpha.4",
"rc-virtual-list": "^0.0.0-alpha.28",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
20 changes: 8 additions & 12 deletions tests/__snapshots__/Select.checkable.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ exports[`TreeSelect.checkable uncheck remove by selector not treeCheckStrictly 1
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-item"
Expand Down Expand Up @@ -99,8 +98,8 @@ exports[`TreeSelect.checkable uncheck remove by selector not treeCheckStrictly 1
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -228,7 +227,6 @@ exports[`TreeSelect.checkable uncheck remove by selector not treeCheckStrictly 2
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand Down Expand Up @@ -260,8 +258,8 @@ exports[`TreeSelect.checkable uncheck remove by selector not treeCheckStrictly 2
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -389,7 +387,6 @@ exports[`TreeSelect.checkable uncheck remove by tree check 1`] = `
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-item"
Expand Down Expand Up @@ -481,8 +478,8 @@ exports[`TreeSelect.checkable uncheck remove by tree check 1`] = `
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -610,7 +607,6 @@ exports[`TreeSelect.checkable uncheck remove by tree check 2`] = `
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand Down Expand Up @@ -639,8 +635,8 @@ exports[`TreeSelect.checkable uncheck remove by tree check 2`] = `
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down
35 changes: 14 additions & 21 deletions tests/__snapshots__/Select.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exports[`TreeSelect.basic render renders TreeNode correctly 1`] = `
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand All @@ -32,8 +31,8 @@ exports[`TreeSelect.basic render renders TreeNode correctly 1`] = `
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -177,7 +176,6 @@ exports[`TreeSelect.basic render renders TreeNode correctly with falsy child 1`]
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand All @@ -203,8 +201,8 @@ exports[`TreeSelect.basic render renders TreeNode correctly with falsy child 1`]
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -468,7 +466,6 @@ exports[`TreeSelect.basic render renders treeDataSimpleMode correctly 1`] = `
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand All @@ -494,8 +491,8 @@ exports[`TreeSelect.basic render renders treeDataSimpleMode correctly 1`] = `
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -593,7 +590,6 @@ exports[`TreeSelect.basic search nodes check tree changed by filter 1`] = `
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand All @@ -615,8 +611,8 @@ exports[`TreeSelect.basic search nodes check tree changed by filter 1`] = `
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -686,7 +682,6 @@ exports[`TreeSelect.basic search nodes check tree changed by filter 2`] = `
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand All @@ -711,8 +706,8 @@ exports[`TreeSelect.basic search nodes check tree changed by filter 2`] = `
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -802,7 +797,6 @@ exports[`TreeSelect.basic search nodes filter node but not remove then 1`] = `
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand All @@ -824,8 +818,8 @@ exports[`TreeSelect.basic search nodes filter node but not remove then 1`] = `
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down Expand Up @@ -914,7 +908,6 @@ exports[`TreeSelect.basic search nodes renders search input 1`] = `
>
<div
class="rc-tree-select-selector"
style=""
>
<span
class="rc-tree-select-selection-search"
Expand All @@ -939,8 +932,8 @@ exports[`TreeSelect.basic search nodes renders search input 1`] = `
</div>
<div>
<div
class="rc-tree-select-dropdown rc-tree-select-dropdown-placement-bottomLeft "
style="left: -999px; top: -995px; width: 0px;"
class="rc-tree-select-dropdown"
style="opacity: 0; width: 0px;"
>
<div>
<div>
Expand Down

1 comment on commit 7ada26e

@vercel
Copy link

@vercel vercel bot commented on 7ada26e Oct 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.