From c217c1895ffecb8425b762e6c6b4f2aff32b1f0a Mon Sep 17 00:00:00 2001 From: Austin McGee <947888+amcgee@users.noreply.github.com> Date: Wed, 6 Nov 2019 16:26:57 +0530 Subject: [PATCH] fix: upgrade @dhis2/app-runtime to v2.0.4 (#148) * fix: upgrade app-runtime to 2.0.4 * fix: upgrade app-runtime to 2.0.4 --- cli/config/standard-libs.json | 2 +- cli/package.json | 2 +- docs/bootstrapping.md | 2 +- shell/adapter/package.json | 2 +- shell/adapter/yarn.lock | 5 +++++ shell/package.json | 2 +- shell/yarn.lock | 8 ++++---- yarn.lock | 8 ++++---- 8 files changed, 18 insertions(+), 13 deletions(-) diff --git a/cli/config/standard-libs.json b/cli/config/standard-libs.json index cf3768200..0a21d4d75 100644 --- a/cli/config/standard-libs.json +++ b/cli/config/standard-libs.json @@ -1,5 +1,5 @@ { - "@dhis2/app-runtime": "^2.0.1", + "@dhis2/app-runtime": "^2.0.4", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui-core": "^3.7.1", "classnames": "^2.2.6", diff --git a/cli/package.json b/cli/package.json index e84176b22..b493bbea4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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.2", + "@dhis2/app-runtime": "^2.0.4", "@dhis2/cli-helpers-engine": "^1.4.2", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui-core": "^3.11.0", diff --git a/docs/bootstrapping.md b/docs/bootstrapping.md index 1cdec1800..c46e33a00 100644 --- a/docs/bootstrapping.md +++ b/docs/bootstrapping.md @@ -32,7 +32,7 @@ To create a new template application (or upgrade and existing React app), use th "@dhis2/cli-app-scripts": "1.4.1" }, "dependencies": { - "@dhis2/app-runtime": "^2.0.1" + "@dhis2/app-runtime": "^2.0.4" } } diff --git a/shell/adapter/package.json b/shell/adapter/package.json index 5c3865a1d..59a96f735 100644 --- a/shell/adapter/package.json +++ b/shell/adapter/package.json @@ -19,7 +19,7 @@ "build": "d2-app-scripts build" }, "peerDependencies": { - "@dhis2/app-runtime": "^2.0.2", + "@dhis2/app-runtime": "^2.0.4", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui-core": "^3.7.1", "classnames": "^2.2.6", diff --git a/shell/adapter/yarn.lock b/shell/adapter/yarn.lock index 544bff0a7..e6168d092 100644 --- a/shell/adapter/yarn.lock +++ b/shell/adapter/yarn.lock @@ -862,6 +862,11 @@ resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.2.tgz#f156f8e337cdd9dc9ca67857252e7e2cdae21569" integrity sha512-rt2PZYZHwOq7qkkyczLYBgfReaENwauxx8iaTimTwdJrAXRUPkbhjlor63/00XgAY95tsZL7nMK7x3TwiSUfpQ== +"@dhis2/app-runtime@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.4.tgz#9ae202fef3313094aef33a3e38d2c6c5d799c808" + integrity sha512-w5+C/fHSsuF0am5Tpvz53+tigEZzfz9ahkjXH3BiWxGVxwZGtdHjWfso1T5bJRiKhDTgf76TxIsQiC11W20WyA== + "@dhis2/cli-app-scripts@file:../../cli": version "1.5.5" dependencies: diff --git a/shell/package.json b/shell/package.json index 359bb1ae8..cadb251a1 100644 --- a/shell/package.json +++ b/shell/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@dhis2/app-adapter": "file:./adapter", - "@dhis2/app-runtime": "^2.0.2", + "@dhis2/app-runtime": "^2.0.4", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui-core": "^3.11.0", "classnames": "^2.2.6", diff --git a/shell/yarn.lock b/shell/yarn.lock index 0d2bad792..4d6d02c34 100644 --- a/shell/yarn.lock +++ b/shell/yarn.lock @@ -977,10 +977,10 @@ "@dhis2/ui-widgets" "^1.0.4" moment "^2.24.0" -"@dhis2/app-runtime@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.3.tgz#ababc8494420b4f16cbfdc3fef8f9a2707008a4c" - integrity sha512-h1UZ5r1izLWJrncvK6pcYlQvGP6CTEQFbzVLHlZ/s1yPMbQaNTOprZPvJU4jCxyfa5XBY9Tcs5FAeDxzdsxQGg== +"@dhis2/app-runtime@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.4.tgz#9ae202fef3313094aef33a3e38d2c6c5d799c808" + integrity sha512-w5+C/fHSsuF0am5Tpvz53+tigEZzfz9ahkjXH3BiWxGVxwZGtdHjWfso1T5bJRiKhDTgf76TxIsQiC11W20WyA== "@dhis2/d2-i18n@1.0.5": version "1.0.5" diff --git a/yarn.lock b/yarn.lock index f80c438cb..7e5510b47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -879,10 +879,10 @@ dependencies: find-up "^4.0.0" -"@dhis2/app-runtime@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.3.tgz#ababc8494420b4f16cbfdc3fef8f9a2707008a4c" - integrity sha512-h1UZ5r1izLWJrncvK6pcYlQvGP6CTEQFbzVLHlZ/s1yPMbQaNTOprZPvJU4jCxyfa5XBY9Tcs5FAeDxzdsxQGg== +"@dhis2/app-runtime@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-2.0.4.tgz#9ae202fef3313094aef33a3e38d2c6c5d799c808" + integrity sha512-w5+C/fHSsuF0am5Tpvz53+tigEZzfz9ahkjXH3BiWxGVxwZGtdHjWfso1T5bJRiKhDTgf76TxIsQiC11W20WyA== "@dhis2/cli-helpers-engine@1.4.2", "@dhis2/cli-helpers-engine@^1.4.1", "@dhis2/cli-helpers-engine@^1.4.2": version "1.4.2"