Skip to content

Commit

Permalink
lockdown all deps and update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Oct 23, 2019
1 parent d8e80fe commit d51d03e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ exports[`snapshot 1`] = `
>
<label
for="username-input"
style="justify-self: right;"
>
Username
</label>
Expand All @@ -138,9 +139,11 @@ exports[`snapshot 1`] = `
id="username-input"
name="username"
placeholder="Username..."
style="flex: 1;"
/>
<label
id="password-input"
style="justify-self: right;"
>
Password
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ exports[`snapshot 1`] = `
>
<label
for="username-input"
style="justify-self: right;"
>
Username
</label>
Expand All @@ -138,9 +139,11 @@ exports[`snapshot 1`] = `
id="username-input"
name="username"
placeholder="Username..."
style="flex: 1;"
/>
<label
id="password-input"
style="justify-self: right;"
>
Password
</label>
Expand Down
3 changes: 3 additions & 0 deletions client/src/screens/__tests__/__snapshots__/editor.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ exports[`snapshot 1`] = `
>
<label
for="title-input"
style="justify-self: right;"
>
Title
</label>
Expand All @@ -177,6 +178,7 @@ exports[`snapshot 1`] = `
/>
<label
for="content-input"
style="justify-self: right; align-self: baseline;"
>
Content
</label>
Expand All @@ -188,6 +190,7 @@ exports[`snapshot 1`] = `
/>
<label
for="tags-input"
style="justify-self: right;"
>
Tags
</label>
Expand Down

0 comments on commit d51d03e

Please sign in to comment.