update ui-bundler to fix location of jest reports

This commit is contained in:
Sebastian Sdorra
2018-08-30 11:30:09 +02:00
parent 53ff215330
commit 55cb86084a
8 changed files with 16 additions and 16 deletions

View File

@@ -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"
}
}

View File

@@ -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"