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

Commit 1f7ae59

Browse files
fix: bump swui and update tests (#579)
* fix: bump swui and update tests * fix: bump swui and update tests
1 parent c3fbd06 commit 1f7ae59

File tree

7 files changed

+374
-399
lines changed

7 files changed

+374
-399
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
},
194194
"dependencies": {
195195
"@babel/runtime": "7.20.6",
196-
"@scaleway/ui": "0.212.7",
196+
"@scaleway/ui": "0.212.9",
197197
"final-form": "4.20.7",
198198
"final-form-arrays": "3.0.2",
199199
"final-form-focus": "1.1.2",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/DateField/__tests__/__snapshots__/index.tsx.snap

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,7 @@ exports[`DateField should render correctly 1`] = `
252252
name="test"
253253
value=""
254254
>
255-
<div
256-
class="cache-3svqc9"
257-
>
255+
<div>
258256
<div
259257
class="cache-bjn8wh e18bmnpq5"
260258
>
@@ -557,9 +555,7 @@ exports[`DateField should render correctly disabled 1`] = `
557555
name="test"
558556
value=""
559557
>
560-
<div
561-
class="cache-3svqc9"
562-
>
558+
<div>
563559
<div
564560
class="cache-bjn8wh e18bmnpq5"
565561
>
@@ -857,9 +853,7 @@ exports[`DateField should trigger events 1`] = `
857853
name="test"
858854
value="08/28/2022"
859855
>
860-
<div
861-
class="cache-3svqc9"
862-
>
856+
<div>
863857
<div
864858
class="cache-bjn8wh e18bmnpq5"
865859
>

0 commit comments

Comments
 (0)