update ui-bundler to fix tests with style imports

This commit is contained in:
Sebastian Sdorra
2018-08-30 10:34:05 +02:00
parent 52f83f3b15
commit 5a22255a2b
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.5"
"@scm-manager/ui-bundler": "^0.0.6"
}
}

View File

@@ -623,9 +623,9 @@
normalize-path "^2.0.1"
through2 "^2.0.3"
"@scm-manager/ui-bundler@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.5.tgz#444d588f3482202afc05f34de4ffa43a3eb1033d"
"@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"
dependencies:
"@babel/core" "^7.0.0-rc.2"
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"

View File

@@ -8,6 +8,6 @@
"@scm-manager/ui-extensions": "^0.0.6"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.5"
"@scm-manager/ui-bundler": "^0.0.6"
}
}

View File

@@ -623,9 +623,9 @@
normalize-path "^2.0.1"
through2 "^2.0.3"
"@scm-manager/ui-bundler@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.5.tgz#444d588f3482202afc05f34de4ffa43a3eb1033d"
"@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"
dependencies:
"@babel/core" "^7.0.0-rc.2"
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"

View File

@@ -8,6 +8,6 @@
"@scm-manager/ui-extensions": "^0.0.6"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.5"
"@scm-manager/ui-bundler": "^0.0.6"
}
}

View File

@@ -623,9 +623,9 @@
normalize-path "^2.0.1"
through2 "^2.0.3"
"@scm-manager/ui-bundler@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.5.tgz#444d588f3482202afc05f34de4ffa43a3eb1033d"
"@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"
dependencies:
"@babel/core" "^7.0.0-rc.2"
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"

View File

@@ -42,7 +42,7 @@
"pre-commit": "jest && flow && eslint src"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.5",
"@scm-manager/ui-bundler": "^0.0.6",
"babel-eslint": "^8.2.6",
"copyfiles": "^2.0.0",
"enzyme": "^3.3.0",

View File

@@ -724,9 +724,9 @@
node-fetch "^2.1.1"
url-template "^2.0.8"
"@scm-manager/ui-bundler@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.5.tgz#444d588f3482202afc05f34de4ffa43a3eb1033d"
"@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"
dependencies:
"@babel/core" "^7.0.0-rc.2"
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"