From e978ea11d0bbc35feec7bee146bb35a61b87a042 Mon Sep 17 00:00:00 2001 From: xudafeng Date: Sat, 15 Jun 2019 19:04:32 +0800 Subject: [PATCH] chore: upgrade deps --- package.json | 4 ++-- view/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a4b9bff..968ebf1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "egg-validate": "^1.0.0", "lodash.get": "^4.4.2", "moment": "^2.22.2", - "sequelize-cli": "^4.1.1" + "sequelize-cli": "^5.5.0" }, "devDependencies": { "autod": "^3.0.1", @@ -24,7 +24,7 @@ "eslint": "^4.11.0", "eslint-config-antife": "^1.0.3", "eslint-config-egg": "^6.0.0", - "git-contributor": "^1.0.8", + "git-contributor": "1", "husky": "^1.3.1", "macaca-ecosystem": "*", "mysql2": "^1.6.4", diff --git a/view/package.json b/view/package.json index 5028c6f..5dceee3 100644 --- a/view/package.json +++ b/view/package.json @@ -70,7 +70,7 @@ "url-loader": "^1.1.2", "url-parse": "^1.4.3", "webpack": "^4.10.0", - "webpack-bundle-analyzer": "^2.13.1", + "webpack-bundle-analyzer": "^3.3.2", "webpack-cli": "^3.0.1", "webpack-dev-server": "^3.1.4", "whatwg-fetch": "^2.0.3",