Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
fix: bump swui and update tests (#579)
Browse files Browse the repository at this point in the history
* fix: bump swui and update tests

* fix: bump swui and update tests
  • Loading branch information
vincentaudebert authored Dec 7, 2022
1 parent c3fbd06 commit 1f7ae59
Show file tree
Hide file tree
Showing 7 changed files with 374 additions and 399 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
},
"dependencies": {
"@babel/runtime": "7.20.6",
"@scaleway/ui": "0.212.7",
"@scaleway/ui": "0.212.9",
"final-form": "4.20.7",
"final-form-arrays": "3.0.2",
"final-form-focus": "1.1.2",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions src/components/DateField/__tests__/__snapshots__/index.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ exports[`DateField should render correctly 1`] = `
name="test"
value=""
>
<div
class="cache-3svqc9"
>
<div>
<div
class="cache-bjn8wh e18bmnpq5"
>
Expand Down Expand Up @@ -557,9 +555,7 @@ exports[`DateField should render correctly disabled 1`] = `
name="test"
value=""
>
<div
class="cache-3svqc9"
>
<div>
<div
class="cache-bjn8wh e18bmnpq5"
>
Expand Down Expand Up @@ -857,9 +853,7 @@ exports[`DateField should trigger events 1`] = `
name="test"
value="08/28/2022"
>
<div
class="cache-3svqc9"
>
<div>
<div
class="cache-bjn8wh e18bmnpq5"
>
Expand Down
Loading

0 comments on commit 1f7ae59

Please sign in to comment.