From 55cb86084a24d084065e134c75d98561ff326164 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 30 Aug 2018 11:30:09 +0200 Subject: [PATCH] update ui-bundler to fix location of jest reports --- scm-plugins/scm-git-plugin/package.json | 2 +- scm-plugins/scm-git-plugin/yarn.lock | 6 +++--- scm-plugins/scm-hg-plugin/package.json | 2 +- scm-plugins/scm-hg-plugin/yarn.lock | 6 +++--- scm-plugins/scm-svn-plugin/package.json | 2 +- scm-plugins/scm-svn-plugin/yarn.lock | 6 +++--- scm-ui/package.json | 2 +- scm-ui/yarn.lock | 6 +++--- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json index 9dffd49625..95617a85b9 100644 --- a/scm-plugins/scm-git-plugin/package.json +++ b/scm-plugins/scm-git-plugin/package.json @@ -8,6 +8,6 @@ "@scm-manager/ui-extensions": "^0.0.6" }, "devDependencies": { - "@scm-manager/ui-bundler": "^0.0.6" + "@scm-manager/ui-bundler": "^0.0.7" } } diff --git a/scm-plugins/scm-git-plugin/yarn.lock b/scm-plugins/scm-git-plugin/yarn.lock index d54ac22187..1fc15565b9 100644 --- a/scm-plugins/scm-git-plugin/yarn.lock +++ b/scm-plugins/scm-git-plugin/yarn.lock @@ -623,9 +623,9 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@scm-manager/ui-bundler@^0.0.6": - version "0.0.6" - resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.6.tgz#7c8b1787a468fb37fd9265c0edc210beb6c02538" +"@scm-manager/ui-bundler@^0.0.7": + version "0.0.7" + resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.7.tgz#4b14e89e60559617c5559226a7a9d4a342f7d8f4" dependencies: "@babel/core" "^7.0.0-rc.2" "@babel/plugin-proposal-class-properties" "^7.0.0-rc.2" diff --git a/scm-plugins/scm-hg-plugin/package.json b/scm-plugins/scm-hg-plugin/package.json index f0b400f413..216524bd34 100644 --- a/scm-plugins/scm-hg-plugin/package.json +++ b/scm-plugins/scm-hg-plugin/package.json @@ -8,6 +8,6 @@ "@scm-manager/ui-extensions": "^0.0.6" }, "devDependencies": { - "@scm-manager/ui-bundler": "^0.0.6" + "@scm-manager/ui-bundler": "^0.0.7" } } diff --git a/scm-plugins/scm-hg-plugin/yarn.lock b/scm-plugins/scm-hg-plugin/yarn.lock index ada6aec88a..a0cb79ce92 100644 --- a/scm-plugins/scm-hg-plugin/yarn.lock +++ b/scm-plugins/scm-hg-plugin/yarn.lock @@ -623,9 +623,9 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@scm-manager/ui-bundler@^0.0.6": - version "0.0.6" - resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.6.tgz#7c8b1787a468fb37fd9265c0edc210beb6c02538" +"@scm-manager/ui-bundler@^0.0.7": + version "0.0.7" + resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.7.tgz#4b14e89e60559617c5559226a7a9d4a342f7d8f4" dependencies: "@babel/core" "^7.0.0-rc.2" "@babel/plugin-proposal-class-properties" "^7.0.0-rc.2" diff --git a/scm-plugins/scm-svn-plugin/package.json b/scm-plugins/scm-svn-plugin/package.json index e726124716..6e2683b651 100644 --- a/scm-plugins/scm-svn-plugin/package.json +++ b/scm-plugins/scm-svn-plugin/package.json @@ -8,6 +8,6 @@ "@scm-manager/ui-extensions": "^0.0.6" }, "devDependencies": { - "@scm-manager/ui-bundler": "^0.0.6" + "@scm-manager/ui-bundler": "^0.0.7" } } diff --git a/scm-plugins/scm-svn-plugin/yarn.lock b/scm-plugins/scm-svn-plugin/yarn.lock index ada6aec88a..a0cb79ce92 100644 --- a/scm-plugins/scm-svn-plugin/yarn.lock +++ b/scm-plugins/scm-svn-plugin/yarn.lock @@ -623,9 +623,9 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@scm-manager/ui-bundler@^0.0.6": - version "0.0.6" - resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.6.tgz#7c8b1787a468fb37fd9265c0edc210beb6c02538" +"@scm-manager/ui-bundler@^0.0.7": + version "0.0.7" + resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.7.tgz#4b14e89e60559617c5559226a7a9d4a342f7d8f4" dependencies: "@babel/core" "^7.0.0-rc.2" "@babel/plugin-proposal-class-properties" "^7.0.0-rc.2" diff --git a/scm-ui/package.json b/scm-ui/package.json index c287a038f6..d1c073a9c1 100644 --- a/scm-ui/package.json +++ b/scm-ui/package.json @@ -42,7 +42,7 @@ "pre-commit": "jest && flow && eslint src" }, "devDependencies": { - "@scm-manager/ui-bundler": "^0.0.6", + "@scm-manager/ui-bundler": "^0.0.7", "babel-eslint": "^8.2.6", "copyfiles": "^2.0.0", "enzyme": "^3.3.0", diff --git a/scm-ui/yarn.lock b/scm-ui/yarn.lock index a2f15760d4..15c4d04ece 100644 --- a/scm-ui/yarn.lock +++ b/scm-ui/yarn.lock @@ -724,9 +724,9 @@ node-fetch "^2.1.1" url-template "^2.0.8" -"@scm-manager/ui-bundler@^0.0.6": - version "0.0.6" - resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.6.tgz#7c8b1787a468fb37fd9265c0edc210beb6c02538" +"@scm-manager/ui-bundler@^0.0.7": + version "0.0.7" + resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.7.tgz#4b14e89e60559617c5559226a7a9d4a342f7d8f4" dependencies: "@babel/core" "^7.0.0-rc.2" "@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"