mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
update ui-bundler to fix tests with style imports
This commit is contained in:
@@ -8,6 +8,6 @@
|
|||||||
"@scm-manager/ui-extensions": "^0.0.6"
|
"@scm-manager/ui-extensions": "^0.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@scm-manager/ui-bundler": "^0.0.5"
|
"@scm-manager/ui-bundler": "^0.0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -623,9 +623,9 @@
|
|||||||
normalize-path "^2.0.1"
|
normalize-path "^2.0.1"
|
||||||
through2 "^2.0.3"
|
through2 "^2.0.3"
|
||||||
|
|
||||||
"@scm-manager/ui-bundler@^0.0.5":
|
"@scm-manager/ui-bundler@^0.0.6":
|
||||||
version "0.0.5"
|
version "0.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.5.tgz#444d588f3482202afc05f34de4ffa43a3eb1033d"
|
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.6.tgz#7c8b1787a468fb37fd9265c0edc210beb6c02538"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.0.0-rc.2"
|
"@babel/core" "^7.0.0-rc.2"
|
||||||
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"
|
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
"@scm-manager/ui-extensions": "^0.0.6"
|
"@scm-manager/ui-extensions": "^0.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@scm-manager/ui-bundler": "^0.0.5"
|
"@scm-manager/ui-bundler": "^0.0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -623,9 +623,9 @@
|
|||||||
normalize-path "^2.0.1"
|
normalize-path "^2.0.1"
|
||||||
through2 "^2.0.3"
|
through2 "^2.0.3"
|
||||||
|
|
||||||
"@scm-manager/ui-bundler@^0.0.5":
|
"@scm-manager/ui-bundler@^0.0.6":
|
||||||
version "0.0.5"
|
version "0.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.5.tgz#444d588f3482202afc05f34de4ffa43a3eb1033d"
|
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.6.tgz#7c8b1787a468fb37fd9265c0edc210beb6c02538"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.0.0-rc.2"
|
"@babel/core" "^7.0.0-rc.2"
|
||||||
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"
|
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
"@scm-manager/ui-extensions": "^0.0.6"
|
"@scm-manager/ui-extensions": "^0.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@scm-manager/ui-bundler": "^0.0.5"
|
"@scm-manager/ui-bundler": "^0.0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -623,9 +623,9 @@
|
|||||||
normalize-path "^2.0.1"
|
normalize-path "^2.0.1"
|
||||||
through2 "^2.0.3"
|
through2 "^2.0.3"
|
||||||
|
|
||||||
"@scm-manager/ui-bundler@^0.0.5":
|
"@scm-manager/ui-bundler@^0.0.6":
|
||||||
version "0.0.5"
|
version "0.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.5.tgz#444d588f3482202afc05f34de4ffa43a3eb1033d"
|
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.6.tgz#7c8b1787a468fb37fd9265c0edc210beb6c02538"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.0.0-rc.2"
|
"@babel/core" "^7.0.0-rc.2"
|
||||||
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"
|
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
"pre-commit": "jest && flow && eslint src"
|
"pre-commit": "jest && flow && eslint src"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@scm-manager/ui-bundler": "^0.0.5",
|
"@scm-manager/ui-bundler": "^0.0.6",
|
||||||
"babel-eslint": "^8.2.6",
|
"babel-eslint": "^8.2.6",
|
||||||
"copyfiles": "^2.0.0",
|
"copyfiles": "^2.0.0",
|
||||||
"enzyme": "^3.3.0",
|
"enzyme": "^3.3.0",
|
||||||
|
|||||||
@@ -724,9 +724,9 @@
|
|||||||
node-fetch "^2.1.1"
|
node-fetch "^2.1.1"
|
||||||
url-template "^2.0.8"
|
url-template "^2.0.8"
|
||||||
|
|
||||||
"@scm-manager/ui-bundler@^0.0.5":
|
"@scm-manager/ui-bundler@^0.0.6":
|
||||||
version "0.0.5"
|
version "0.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.5.tgz#444d588f3482202afc05f34de4ffa43a3eb1033d"
|
resolved "https://registry.yarnpkg.com/@scm-manager/ui-bundler/-/ui-bundler-0.0.6.tgz#7c8b1787a468fb37fd9265c0edc210beb6c02538"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.0.0-rc.2"
|
"@babel/core" "^7.0.0-rc.2"
|
||||||
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"
|
"@babel/plugin-proposal-class-properties" "^7.0.0-rc.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user