Skip to content

Commit 045f083

Browse files
ismayismay
andauthored
chore(deps): upgrade ui (#1487)
* chore(deps): upgrade ui * test(snapshot): update snapshots * ci: remove no verify step Co-authored-by: ismay <[email protected]>
1 parent 65aa345 commit 045f083

File tree

6 files changed

+488
-573
lines changed

6 files changed

+488
-573
lines changed

.github/workflows/dhis2-verify-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
5151

5252
- name: Build
53-
run: yarn build --no-verify
53+
run: yarn build
5454

5555
- uses: actions/upload-artifact@v2
5656
with:

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,10 @@
3737
"@dhis2/d2-i18n": "^1.1.0",
3838
"@dhis2/maps-gl": "^3.5.1",
3939
"@dhis2/prop-types": "^3.1.2",
40-
"@dhis2/ui": "^7.16.3",
40+
"@dhis2/ui": "^8.4.15",
4141
"classnames": "^2.2.6",
4242
"final-form-arrays": "^3.0.2",
4343
"react-final-form-arrays": "^3.1.3",
4444
"react-router-dom": "^5.2.0"
45-
},
46-
"resolutions": {
47-
"@dhis2/ui": "7.16.3"
4845
}
4946
}

src/components/DatePicker/__snapshots__/DatePicker.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ exports[`matches snapshot 1`] = `
2626
data-test="dhis2-uicore-box"
2727
>
2828
<div
29-
class="jsx-3353877153 jsx-2422099811 input"
29+
class="jsx-3353877153 jsx-3090974169 input"
3030
data-test="dhis2-uicore-input"
3131
>
3232
<input
33-
class="jsx-3353877153 jsx-2422099811 "
33+
class="jsx-3353877153 jsx-3090974169 "
3434
id="file"
3535
name="file"
3636
type="date"

src/components/RadioGroup/__snapshots__/RadioGroup.test.js.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ exports[`matches snapshot 1`] = `
1616
>
1717
<div>
1818
<label
19-
class="jsx-2076513581 "
19+
class="jsx-3992416267 "
2020
data-test="radio-group-format-a"
2121
>
2222
<input
2323
checked=""
24-
class="jsx-2076513581"
24+
class="jsx-3992416267"
2525
name="format"
2626
type="radio"
2727
value="a"
2828
/>
2929
<div
30-
class="jsx-2076513581 icon"
30+
class="jsx-3992416267 icon"
3131
>
3232
<svg
3333
class="jsx-1260643562 jsx-1631270792 checked"
@@ -57,17 +57,17 @@ exports[`matches snapshot 1`] = `
5757
</div>
5858
<div>
5959
<label
60-
class="jsx-2076513581 "
60+
class="jsx-3992416267 "
6161
data-test="radio-group-format-b"
6262
>
6363
<input
64-
class="jsx-2076513581"
64+
class="jsx-3992416267"
6565
name="format"
6666
type="radio"
6767
value="b"
6868
/>
6969
<div
70-
class="jsx-2076513581 icon"
70+
class="jsx-3992416267 icon"
7171
>
7272
<svg
7373
class="jsx-1260643562 jsx-1631270792 "
@@ -97,17 +97,17 @@ exports[`matches snapshot 1`] = `
9797
</div>
9898
<div>
9999
<label
100-
class="jsx-2076513581 "
100+
class="jsx-3992416267 "
101101
data-test="radio-group-format-c"
102102
>
103103
<input
104-
class="jsx-2076513581"
104+
class="jsx-3992416267"
105105
name="format"
106106
type="radio"
107107
value="c"
108108
/>
109109
<div
110-
class="jsx-2076513581 icon"
110+
class="jsx-3992416267 icon"
111111
>
112112
<svg
113113
class="jsx-1260643562 jsx-1631270792 "

src/components/Select/__snapshots__/Select.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ exports[`matches snapshot 1`] = `
3838
data-test="dhis2-uicore-select"
3939
>
4040
<div
41-
class="jsx-1165050001 root"
41+
class="jsx-1462515063 root"
4242
data-test="dhis2-uicore-select-input"
4343
tabindex="0"
4444
>
4545
<div
46-
class="jsx-1165050001 root-children"
46+
class="jsx-1462515063 root-children"
4747
>
4848
<div
4949
class="jsx-2240447017 jsx-4123978364 root"
5050
/>
5151
</div>
5252
<div
53-
class="jsx-1165050001 root-right"
53+
class="jsx-1462515063 root-right"
5454
>
5555
<svg
5656
height="16"

0 commit comments

Comments
 (0)