Skip to content

Commit

Permalink
fix: update analytics and DV plugin (#1991)
Browse files Browse the repository at this point in the history
* fix: update analytics and DV plugin with SV no data fix

* fix: fix color of No data text in SV (analytics bump)

* chore: bump @dhis2/ui

* fix: bump analytics with fix for PT fixed row headers

* test: update snapshots
  • Loading branch information
edoardo authored Sep 23, 2021
1 parent 391b168 commit aca8807
Show file tree
Hide file tree
Showing 15 changed files with 597 additions and 600 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/analytics": "^20.4.7",
"@dhis2/analytics": "^20.4.10",
"@dhis2/app-runtime": "^2.11.0",
"@dhis2/app-runtime-adapter-d2": "^1.1.0",
"@dhis2/d2-i18n": "^1.1.0",
Expand All @@ -14,8 +14,8 @@
"@dhis2/d2-ui-mentions-wrapper": "^7.3.3",
"@dhis2/d2-ui-rich-text": "^7.3.3",
"@dhis2/d2-ui-translation-dialog": "^7.3.3",
"@dhis2/data-visualizer-plugin": "^38.0.13",
"@dhis2/ui": "^6.20.0",
"@dhis2/data-visualizer-plugin": "^38.0.16",
"@dhis2/ui": "^6.23.5",
"classnames": "^2.3.1",
"d2": "^31.10.0",
"d2-utilizr": "^0.2.16",
Expand Down Expand Up @@ -49,9 +49,6 @@
"cy:run-stub": "cypress_dhis2_api_stub_mode=STUB d2-utils-cypress run --tags '@nonmutating' --appStart 'yarn cypress:start' --record",
"cy:capture": "cypress_dhis2_api_stub_mode=CAPTURE yarn d2-utils-cypress run --appStart 'yarn cypress:start'"
},
"resolutions": {
"@dhis2/ui": "6.20.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^7.6.5",
"@dhis2/cli-style": "^9.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ exports[`renders a valid App item with filter in edit mode 1`] = `
data-test="dhis2-uicore-tooltip-reference"
>
<button
class="jsx-3597138218 secondary small icon-only"
class="jsx-1937199209 secondary small icon-only"
data-test="delete-item-button"
type="button"
>
<span
class="jsx-3597138218 button-icon"
class="jsx-1937199209 button-icon"
>
<svg
color="#c62828"
Expand Down Expand Up @@ -118,12 +118,12 @@ exports[`renders a valid App item with title in edit mode irrespective of app se
data-test="dhis2-uicore-tooltip-reference"
>
<button
class="jsx-3597138218 secondary small icon-only"
class="jsx-1937199209 secondary small icon-only"
data-test="delete-item-button"
type="button"
>
<span
class="jsx-3597138218 button-icon"
class="jsx-1937199209 button-icon"
>
<svg
color="#c62828"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ exports[`renders just the button when menu closed 1`] = `
<div>
<div>
<button
class="jsx-3597138218 secondary small icon-only"
class="jsx-1937199209 secondary small icon-only"
data-test="dashboarditem-menu-button"
type="button"
>
<span
class="jsx-3597138218 button-icon"
class="jsx-1937199209 button-icon"
>
<svg
color="#4a5768"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ exports[`renders just the button when menu closed 1`] = `
<div>
<div>
<button
class="jsx-3597138218 secondary small icon-only"
class="jsx-1937199209 secondary small icon-only"
data-test="dashboarditem-menu-button"
type="button"
>
<span
class="jsx-3597138218 button-icon"
class="jsx-1937199209 button-icon"
>
<svg
color="#4a5768"
Expand Down
Loading

0 comments on commit aca8807

Please sign in to comment.