Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 35.x
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Sep 8, 2020
2 parents 8a0eb18 + 73a77f6 commit 4eed188
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 49 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [35.12.10](https://github.com/dhis2/data-visualizer-app/compare/v35.12.9...v35.12.10) (2020-09-08)


### Bug Fixes

* update d2-ui and analytics deps ([#1251](https://github.com/dhis2/data-visualizer-app/issues/1251)) ([8f37893](https://github.com/dhis2/data-visualizer-app/commit/8f37893827dd297e60ce3e77841461a57c2352b3))

## [35.12.9](https://github.com/dhis2/data-visualizer-app/compare/v35.12.8...v35.12.9) (2020-09-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"workspaces": [
"packages/*"
],
"version": "35.12.9"
"version": "35.12.10"
}
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-visualizer-app",
"version": "35.12.9",
"version": "35.12.10",
"description": "DHIS2 Data Visualizer app",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -12,12 +12,12 @@
"redux-mock-store": "^1.5.4"
},
"dependencies": {
"@dhis2/analytics": "^10.0.2",
"@dhis2/analytics": "^10.0.3",
"@dhis2/app-runtime": "*",
"@dhis2/d2-i18n": "*",
"@dhis2/d2-ui-file-menu": "^7.0.5",
"@dhis2/d2-ui-interpretations": "^7.0.5",
"@dhis2/data-visualizer-plugin": "35.12.9",
"@dhis2/d2-ui-file-menu": "^7.0.7",
"@dhis2/d2-ui-interpretations": "^7.0.7",
"@dhis2/data-visualizer-plugin": "35.12.10",
"@dhis2/ui": "^5.5.4",
"@material-ui/icons": "^3.0.1",
"d2": "31.8.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/data-visualizer-plugin",
"version": "35.12.9",
"version": "35.12.10",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
Expand All @@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@dhis2/analytics": "^10.0.2",
"@dhis2/analytics": "^10.0.3",
"@dhis2/ui": "^5.5.4",
"lodash-es": "^4.17.11"
},
Expand Down
93 changes: 52 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1302,10 +1302,10 @@
debug "^3.1.0"
lodash.once "^4.1.1"

"@dhis2/analytics@^10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-10.0.2.tgz#fd3f74da75676a019fec2322c7fdd1280f1ce7bc"
integrity sha512-+LVHc/1zwDJcJJlOv3NXb7sO9oVwysx2XoSuxJVjfoo97j5yKAKix3fkK75vt26lPdXMGFFAbHJshZiBguq8+g==
"@dhis2/analytics@^10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-10.0.3.tgz#9636bec30824b2a589964364a3b99296c104d7f2"
integrity sha512-h81hEvoHJDQshR024gSi/aBa9tpMQ8pwSPpNEDAEzw9QwR3eoNqMkTF8xDc3gO3HcJnfYMrYfdoiLYrQyhE+ZA==
dependencies:
"@dhis2/d2-ui-org-unit-dialog" "^7.0.5"
"@dhis2/ui" "^5.5.3"
Expand Down Expand Up @@ -1464,12 +1464,23 @@
material-ui "^0.20.0"
rxjs "^5.5.7"

"@dhis2/d2-ui-favorites-dialog@7.0.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-favorites-dialog/-/d2-ui-favorites-dialog-7.0.5.tgz#315f62d8a5fbfd1b479ea56b83b7b22adc966ae9"
integrity sha512-Qf6Rm334Dkv/0csXo4wrNRFZ3oPWzFsxpHNzvjC2r+pqgpoC3omBYxNWJ59h68O6UoP2KAMmj4TcO3jCLVhpLw==
"@dhis2/d2-ui-core@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-core/-/d2-ui-core-7.0.7.tgz#2d8b504916b3283e54d59c0ef17a76a94468a9de"
integrity sha512-C4UmZrJar+xwhNjCj9SbwoU0tBCxOBphcvn2PjK4z8+tJrG9qTqpJNOw33VZgI6jOxlW1CCh7SPiP5phDUufJw==
dependencies:
babel-runtime "^6.26.0"
d2 "~31.7"
lodash "^4.17.10"
material-ui "^0.20.0"
rxjs "^5.5.7"

"@dhis2/d2-ui-favorites-dialog@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-favorites-dialog/-/d2-ui-favorites-dialog-7.0.7.tgz#ec166be8cfe3374fcc78b02d2a0ca6101934121e"
integrity sha512-3fNB8gsKsOLdMMGEBOBXMX0jru9OxOGi9cGJ0gQbLU41NxSkmngd22YSGgm6od0W8JDYNM3ZSrCJcZyEI8xY1w==
dependencies:
"@dhis2/d2-ui-sharing-dialog" "7.0.5"
"@dhis2/d2-ui-sharing-dialog" "7.0.7"
"@material-ui/core" "^3.3.1"
"@material-ui/icons" "^3.0.1"
babel-runtime "^6.26.0"
Expand All @@ -1479,26 +1490,26 @@
redux-logger "^3.0.6"
redux-thunk "^2.2.0"

"@dhis2/d2-ui-file-menu@^7.0.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-file-menu/-/d2-ui-file-menu-7.0.5.tgz#c9cf12129fa062ad1bc51dc8e61fdec855defab4"
integrity sha512-tCBfkKQpbcg5O0BF9lhK8BGXBpAXwNHe4QB36864dgCvpJWzUbvOxHotbT+zpROApDf9Qg5JwbvJnwZt+1hkCQ==
"@dhis2/d2-ui-file-menu@^7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-file-menu/-/d2-ui-file-menu-7.0.7.tgz#783b76937cfe0ba80ccd054bad9468daa32c9991"
integrity sha512-Aedqq88t4MRQewNeUHC6teu8nx/q3ISUska0uoLAnfT9ZdXRL9XCFOhV3ugMvLZfbblDqkDMNf34le5eGWqFxA==
dependencies:
"@dhis2/d2-ui-favorites-dialog" "7.0.5"
"@dhis2/d2-ui-sharing-dialog" "7.0.5"
"@dhis2/d2-ui-translation-dialog" "7.0.5"
"@dhis2/d2-ui-favorites-dialog" "7.0.7"
"@dhis2/d2-ui-sharing-dialog" "7.0.7"
"@dhis2/d2-ui-translation-dialog" "7.0.7"
"@material-ui/core" "^3.3.1"
"@material-ui/icons" "^3.0.1"
prop-types "^15.6.0"

"@dhis2/d2-ui-interpretations@^7.0.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-interpretations/-/d2-ui-interpretations-7.0.5.tgz#77d2e6a75a738c346307b0551e2f57a598f120b3"
integrity sha512-LeayAD2Df+bjm43+DTfOmBA4KoM2jQAMtRe5QU20cn23WCJasuPhcdo4kQKxDsMN7Na1KGUyH/qtsa2SlIXMYw==
"@dhis2/d2-ui-interpretations@^7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-interpretations/-/d2-ui-interpretations-7.0.7.tgz#ac5ea14b5488a249f5ec3af9a9e1d2e2cfaa1bfb"
integrity sha512-pDgEM0Q/IwG3LrCTi+JBVWbzb2iMJ1SThCHtkG/VunStRpLj3AB24Ae6LZxbQgGQeDeU3BGZwMMp9BjTi1/10Q==
dependencies:
"@dhis2/d2-ui-mentions-wrapper" "7.0.5"
"@dhis2/d2-ui-rich-text" "7.0.5"
"@dhis2/d2-ui-sharing-dialog" "7.0.5"
"@dhis2/d2-ui-mentions-wrapper" "7.0.7"
"@dhis2/d2-ui-rich-text" "7.0.7"
"@dhis2/d2-ui-sharing-dialog" "7.0.7"
"@material-ui/core" "^3.3.1"
"@material-ui/icons" "^3.0.1"
babel-runtime "^6.26.0"
Expand All @@ -1508,10 +1519,10 @@
prop-types "^15.5.10"
react-portal "^4.1.5"

"@dhis2/d2-ui-mentions-wrapper@7.0.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-mentions-wrapper/-/d2-ui-mentions-wrapper-7.0.5.tgz#a8ab1d85af4e862965a016b2009bfa48659b7699"
integrity sha512-6+Px03gJHTboVz5KTBTBXHVhrnWDIqkC4ym3o332Rs0Gi4uEb4iHmJQrGtVrSWByxBllX73x080hvQXNxTz9SQ==
"@dhis2/d2-ui-mentions-wrapper@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-mentions-wrapper/-/d2-ui-mentions-wrapper-7.0.7.tgz#34d5ff75e71979b8ceca4531a5f12cc69b9f14d9"
integrity sha512-bgqJKhliGw7kxFJ+l33ro9mDeX/7SGwb4BtdnHvf6Dwm2IOtQkU0FCUDVWc/GtrN8lilQ4oJGE0diTDkuSgzoQ==
dependencies:
"@material-ui/core" "^3.3.1"
lodash "^4.17.10"
Expand All @@ -1537,21 +1548,21 @@
babel-runtime "^6.26.0"
prop-types "^15.5.10"

"@dhis2/d2-ui-rich-text@7.0.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-rich-text/-/d2-ui-rich-text-7.0.5.tgz#79ab4a915a02fa58945d72e20abdd0d072ef1d1e"
integrity sha512-3vNvHvzZy5Umtogb/IqpcjtCKpJGP+4g52fTMNdCXFU286Sk2XX/99bWxrSyn0gGxK00/KNJx5uZVECtTkO++A==
"@dhis2/d2-ui-rich-text@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-rich-text/-/d2-ui-rich-text-7.0.7.tgz#b108340ee342b7d75e1e9d3b484a7cc98da2dbdd"
integrity sha512-qduwYqTRCFkZ5VpWSDEfpdQhN17eL/PDXgPVLvo4f0cMMkN9bR7e1q0BeemTvpCqTfHxQ+pjiHyaTwqBpzfzTg==
dependencies:
babel-runtime "^6.26.0"
markdown-it "^8.4.2"
prop-types "^15.6.2"

"@dhis2/d2-ui-sharing-dialog@7.0.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-sharing-dialog/-/d2-ui-sharing-dialog-7.0.5.tgz#b73b587f004d7e81c2d2eb6fddade2f1e49b9b3e"
integrity sha512-lxWvDs7Qj2/322myRQuxu32YeblmY5/SDoKKy1C/R3ZCLqPn8l7tE2XsCKXs89+gKzr8Qh4VeACnSKjv50DoFQ==
"@dhis2/d2-ui-sharing-dialog@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-sharing-dialog/-/d2-ui-sharing-dialog-7.0.7.tgz#efadb2256116cf171487e565c43410e51efb8af9"
integrity sha512-iPsSIMhRVqTMXCC8N1ypGZRXzki4i1/Lsn5jVyOfM8IwNUG3X5FKbb56MjM8uU4G/q/p0n7/6M3CITmtGUzezg==
dependencies:
"@dhis2/d2-ui-core" "7.0.5"
"@dhis2/d2-ui-core" "7.0.7"
"@material-ui/core" "^3.3.1"
"@material-ui/icons" "^3.0.1"
babel-runtime "^6.26.0"
Expand All @@ -1560,12 +1571,12 @@
recompose "^0.26.0"
rxjs "^5.5.7"

"@dhis2/d2-ui-translation-dialog@7.0.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-translation-dialog/-/d2-ui-translation-dialog-7.0.5.tgz#69330895f9d23890c0147f85a2931990f4c89a7a"
integrity sha512-DopAyROaMIrvXvsPVo3LOGenVFt3+hoeMhvkEA5/qlLsfZZVmcB+UsdX2gh6z7PuTY/jZ0eHGZkJf+Dow7x5ng==
"@dhis2/d2-ui-translation-dialog@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-translation-dialog/-/d2-ui-translation-dialog-7.0.7.tgz#9b15c80b30de13cb7c48f7bd8ad1391400bb218b"
integrity sha512-jlOa7zc9pMU87cGy2K533y9GnlCjdX5lo2gR61vlrM309I0mNtPY4ksKMtNDoJIJiJkDH8VSdt+WY85ZET05RQ==
dependencies:
"@dhis2/d2-ui-core" "7.0.5"
"@dhis2/d2-ui-core" "7.0.7"
"@material-ui/core" "^3.3.1"
"@material-ui/icons" "^3.0.1"
babel-runtime "^6.26.0"
Expand Down

0 comments on commit 4eed188

Please sign in to comment.