Skip to content

Commit

Permalink
chore(deps): upgrade ui (#1487)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade ui

* test(snapshot): update snapshots

* ci: remove no verify step

Co-authored-by: ismay <[email protected]>
  • Loading branch information
ismay and ismay authored Sep 12, 2022
1 parent 65aa345 commit 045f083
Show file tree
Hide file tree
Showing 6 changed files with 488 additions and 573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

- name: Build
run: yarn build --no-verify
run: yarn build

- uses: actions/upload-artifact@v2
with:
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/maps-gl": "^3.5.1",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui": "^7.16.3",
"@dhis2/ui": "^8.4.15",
"classnames": "^2.2.6",
"final-form-arrays": "^3.0.2",
"react-final-form-arrays": "^3.1.3",
"react-router-dom": "^5.2.0"
},
"resolutions": {
"@dhis2/ui": "7.16.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ exports[`matches snapshot 1`] = `
data-test="dhis2-uicore-box"
>
<div
class="jsx-3353877153 jsx-2422099811 input"
class="jsx-3353877153 jsx-3090974169 input"
data-test="dhis2-uicore-input"
>
<input
class="jsx-3353877153 jsx-2422099811 "
class="jsx-3353877153 jsx-3090974169 "
id="file"
name="file"
type="date"
Expand Down
18 changes: 9 additions & 9 deletions src/components/RadioGroup/__snapshots__/RadioGroup.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ exports[`matches snapshot 1`] = `
>
<div>
<label
class="jsx-2076513581 "
class="jsx-3992416267 "
data-test="radio-group-format-a"
>
<input
checked=""
class="jsx-2076513581"
class="jsx-3992416267"
name="format"
type="radio"
value="a"
/>
<div
class="jsx-2076513581 icon"
class="jsx-3992416267 icon"
>
<svg
class="jsx-1260643562 jsx-1631270792 checked"
Expand Down Expand Up @@ -57,17 +57,17 @@ exports[`matches snapshot 1`] = `
</div>
<div>
<label
class="jsx-2076513581 "
class="jsx-3992416267 "
data-test="radio-group-format-b"
>
<input
class="jsx-2076513581"
class="jsx-3992416267"
name="format"
type="radio"
value="b"
/>
<div
class="jsx-2076513581 icon"
class="jsx-3992416267 icon"
>
<svg
class="jsx-1260643562 jsx-1631270792 "
Expand Down Expand Up @@ -97,17 +97,17 @@ exports[`matches snapshot 1`] = `
</div>
<div>
<label
class="jsx-2076513581 "
class="jsx-3992416267 "
data-test="radio-group-format-c"
>
<input
class="jsx-2076513581"
class="jsx-3992416267"
name="format"
type="radio"
value="c"
/>
<div
class="jsx-2076513581 icon"
class="jsx-3992416267 icon"
>
<svg
class="jsx-1260643562 jsx-1631270792 "
Expand Down
6 changes: 3 additions & 3 deletions src/components/Select/__snapshots__/Select.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ exports[`matches snapshot 1`] = `
data-test="dhis2-uicore-select"
>
<div
class="jsx-1165050001 root"
class="jsx-1462515063 root"
data-test="dhis2-uicore-select-input"
tabindex="0"
>
<div
class="jsx-1165050001 root-children"
class="jsx-1462515063 root-children"
>
<div
class="jsx-2240447017 jsx-4123978364 root"
/>
</div>
<div
class="jsx-1165050001 root-right"
class="jsx-1462515063 root-right"
>
<svg
height="16"
Expand Down
Loading

0 comments on commit 045f083

Please sign in to comment.