1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

Merge pull request #279 from Unleash/greenkeeper/db-migrate-0.10.0

Update db-migrate to the latest version 🚀
This commit is contained in:
Ivar Conradi Østhus 2017-11-23 20:59:13 +01:00 committed by GitHub
commit 67f62ccb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@
"commander": "^2.9.0", "commander": "^2.9.0",
"cookie-parser": "^1.4.3", "cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3", "cookie-session": "^2.0.0-beta.3",
"db-migrate": "0.10.0-beta.24", "db-migrate": "^0.10.0",
"db-migrate-pg": "^0.2.4", "db-migrate-pg": "^0.2.4",
"deep-diff": "^0.3.3", "deep-diff": "^0.3.3",
"errorhandler": "^1.5.0", "errorhandler": "^1.5.0",

View File

@ -1357,9 +1357,9 @@ db-migrate-shared@^1.1.2:
version "1.1.3" version "1.1.3"
resolved "https://registry.yarnpkg.com/db-migrate-shared/-/db-migrate-shared-1.1.3.tgz#edb3c817b295022c61984c187267419bb36a2d58" resolved "https://registry.yarnpkg.com/db-migrate-shared/-/db-migrate-shared-1.1.3.tgz#edb3c817b295022c61984c187267419bb36a2d58"
db-migrate@0.10.0-beta.24: db-migrate@0.10.0:
version "0.10.0-beta.24" version "0.10.0"
resolved "https://registry.yarnpkg.com/db-migrate/-/db-migrate-0.10.0-beta.24.tgz#621d2f58825c1ce474062ddeb995a12fcec33d1d" resolved "https://registry.yarnpkg.com/db-migrate/-/db-migrate-0.10.0.tgz#60f7f2c0a0ca09c8d934dfc8efd5bfaed412aed4"
dependencies: dependencies:
balanced-match "^0.4.2" balanced-match "^0.4.2"
bluebird "^3.1.1" bluebird "^3.1.1"