diff options
author | 偏右 <afc163@gmail.com> | 2017-02-20 16:03:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 16:03:58 +0800 |
commit | 2f8835c7ed1457c9e9f80556ed001cba87c1c6a9 (patch) | |
tree | d4d7f3cb8ad22cfed3a5f39408a4953b9844bf4c /package.json | |
parent | 46e5fd60344c4fa718117e82153773ab0d15ebfc (diff) | |
parent | dd63e6e7fa1d600d3656a4edbe5f5fc5410f443a (diff) | |
download | time-picker-2f8835c7ed1457c9e9f80556ed001cba87c1c6a9.tar.gz time-picker-2f8835c7ed1457c9e9f80556ed001cba87c1c6a9.tar.zst time-picker-2f8835c7ed1457c9e9f80556ed001cba87c1c6a9.zip |
Merge pull request #31 from react-component/feat-focus
feat: support .focus
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1a4d828..1f8b474 100644 --- a/package.json +++ b/package.json | |||
@@ -49,7 +49,7 @@ | |||
49 | "jquery": "1.x", | 49 | "jquery": "1.x", |
50 | "pre-commit": "1.x", | 50 | "pre-commit": "1.x", |
51 | "rc-tools": "5.x", | 51 | "rc-tools": "5.x", |
52 | "rc-util": "^3.1.2", | 52 | "rc-util": "^4.0.0", |
53 | "react": "15.x", | 53 | "react": "15.x", |
54 | "react-addons-test-utils": "15.x", | 54 | "react-addons-test-utils": "15.x", |
55 | "react-dom": "15.x" | 55 | "react-dom": "15.x" |