Fix an error after registration is successful
Showing
... | ... | @@ -23,10 +23,10 @@ |
"prettier": "prettier --write ./src/**/**/**/*" | ||
}, | ||
"dependencies": { | ||
"@antv/data-set": "^0.9.5", | ||
"@antv/data-set": "^0.9.6", | ||
"@babel/runtime": "^7.0.0", | ||
"antd": "^3.9.1", | ||
"bizcharts": "^3.1.10", | ||
"antd": "^3.9.2", | ||
"bizcharts": "^3.2.2", | ||
"bizcharts-plugin-slider": "^2.0.3", | ||
"classnames": "^2.2.6", | ||
"dva": "^2.4.0", | ||
... | ... | @@ -43,13 +43,12 @@ |
"prop-types": "^15.5.10", | ||
"qs": "^6.5.2", | ||
"rc-animate": "^2.4.4", | ||
"react": "^16.4.1", | ||
"react": "^16.5.1", | ||
"react-container-query": "^0.11.0", | ||
"react-copy-to-clipboard": "^5.0.1", | ||
"react-document-title": "^2.0.3", | ||
"react-dom": "^16.4.2", | ||
"react-dom": "^16.5.1", | ||
"react-fittext": "^1.0.0", | ||
"react-router-config": "^1.0.0-beta.4", | ||
"react-router-dom": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment