Skip to content

Commit

Permalink
fix(deps): upgrade @dhis2/app-runtime to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Sep 30, 2019
1 parent 8d957a3 commit 61b8a62
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-runtime": "^2.0.1",
"@dhis2/app-runtime": "^2.0.2",
"@dhis2/cli-helpers-engine": "^1.4.2",
"@dhis2/d2-i18n": "^1.0.5",
"@dhis2/ui-core": "^3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion shell/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
"@dhis2/app-runtime": "^2.0.1",
"@dhis2/app-runtime": "^2.0.2",
"@dhis2/d2-i18n": "^1.0.5",
"@dhis2/ui-core": "^3.7.1",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@dhis2/app-adapter": "file:./adapter",
"@dhis2/app-runtime": "^2.0.1",
"@dhis2/app-runtime": "^2.0.2",
"@dhis2/d2-i18n": "^1.0.5",
"@dhis2/ui-core": "^3.11.0",
"classnames": "^2.2.6",
Expand Down
8 changes: 4 additions & 4 deletions shell/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -977,10 +977,10 @@
"@dhis2/ui-widgets" "^1.0.4"
moment "^2.24.0"

"@dhis2/app-runtime@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.1.tgz#a230924116b43352bf07a46f5085f76be36d0707"
integrity sha512-+Rmw+QshbgiBielN7UH4VXfEeSnSj1N3d4HGqf3iekyUXCNdpZX2bD9QrH43KvdfH+lDp71Uh7y3FKEhzSbRLA==
"@dhis2/app-runtime@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.2.tgz#f156f8e337cdd9dc9ca67857252e7e2cdae21569"
integrity sha512-rt2PZYZHwOq7qkkyczLYBgfReaENwauxx8iaTimTwdJrAXRUPkbhjlor63/00XgAY95tsZL7nMK7x3TwiSUfpQ==

"@dhis2/[email protected]", "@dhis2/d2-i18n@^1.0.5":
version "1.0.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -879,10 +879,10 @@
dependencies:
find-up "^4.0.0"

"@dhis2/app-runtime@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.1.tgz#a230924116b43352bf07a46f5085f76be36d0707"
integrity sha512-+Rmw+QshbgiBielN7UH4VXfEeSnSj1N3d4HGqf3iekyUXCNdpZX2bD9QrH43KvdfH+lDp71Uh7y3FKEhzSbRLA==
"@dhis2/app-runtime@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.2.tgz#f156f8e337cdd9dc9ca67857252e7e2cdae21569"
integrity sha512-rt2PZYZHwOq7qkkyczLYBgfReaENwauxx8iaTimTwdJrAXRUPkbhjlor63/00XgAY95tsZL7nMK7x3TwiSUfpQ==

"@dhis2/[email protected]":
version "1.3.0"
Expand Down

0 comments on commit 61b8a62

Please sign in to comment.