diff --git a/.gitignore b/.gitignore index d6ac993045..2b33a93a27 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ Thumbs.db *.swp *.swo *.log +*.log.* *.json.gzip node_modules/ .buildpath diff --git a/package.json b/package.json index 0d0ce80fec..fae8c00dd7 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "rc-steps": "~2.5.0", "rc-switch": "~1.4.2", "rc-table": "~5.2.13", - "rc-tabs": "~7.3.0", + "rc-tabs": "~7.5.0", "rc-time-picker": "~2.4.0", "rc-tooltip": "~3.4.2", "rc-tree": "~1.5.0",