update ui-bundler to v0.0.31 in order to move react-redux to the vendor bundle

This commit is contained in:
Sebastian Sdorra
2019-08-30 08:07:48 +02:00
parent 51d423f4db
commit 1e6ea0dc88
7 changed files with 7 additions and 8 deletions

View File

@@ -12,6 +12,6 @@
"@scm-manager/ui-extensions": "^0.1.2"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.30"
"@scm-manager/ui-bundler": "^0.0.31"
}
}

View File

@@ -9,6 +9,6 @@
"@scm-manager/ui-extensions": "^0.1.2"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.30"
"@scm-manager/ui-bundler": "^0.0.31"
}
}

View File

@@ -11,10 +11,9 @@
"dependencies": {
"@scm-manager/ui-components": "latest",
"@scm-manager/ui-extensions": "^0.1.1",
"react-redux": "^5.0.7",
"@scm-manager/ui-types": "latest"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.30"
"@scm-manager/ui-bundler": "^0.0.31"
}
}

View File

@@ -9,6 +9,6 @@
"@scm-manager/ui-extensions": "^0.1.2"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.30"
"@scm-manager/ui-bundler": "^0.0.31"
}
}

View File

@@ -14,7 +14,7 @@
"eslint-fix": "eslint src --fix"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.30",
"@scm-manager/ui-bundler": "^0.0.31",
"create-index": "^2.3.0",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.1",

View File

@@ -14,7 +14,7 @@
"check": "flow check"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.30"
"@scm-manager/ui-bundler": "^0.0.31"
},
"browserify": {
"transform": [

View File

@@ -56,7 +56,7 @@
"pre-commit": "jest && flow && eslint src"
},
"devDependencies": {
"@scm-manager/ui-bundler": "^0.0.30",
"@scm-manager/ui-bundler": "^0.0.31",
"concat": "^1.0.3",
"copyfiles": "^2.0.0",
"enzyme": "^3.3.0",