aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorafc163 <afc163@gmail.com>2017-04-14 17:13:04 +0800
committerafc163 <afc163@gmail.com>2017-04-14 17:13:04 +0800
commit3ab3a128deaf10300b31102b79458528227baa54 (patch)
treec179b1ccfe954b1df0e2c9a238f604a0e1ba1534 /package.json
parent16a18e356599ed2b9289314614739802ea5b5191 (diff)
downloadtime-picker-3ab3a128deaf10300b31102b79458528227baa54.tar.gz
time-picker-3ab3a128deaf10300b31102b79458528227baa54.tar.zst
time-picker-3ab3a128deaf10300b31102b79458528227baa54.zip
fix react createClass and PropTypes warningfix-react-15.5-warning
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 10b1df2..da78772 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,6 @@
51 "rc-tools": "5.x", 51 "rc-tools": "5.x",
52 "rc-util": "^4.0.2", 52 "rc-util": "^4.0.2",
53 "react": "15.x", 53 "react": "15.x",
54 "react-addons-test-utils": "15.x",
55 "react-dom": "15.x" 54 "react-dom": "15.x"
56 }, 55 },
57 "pre-commit": [ 56 "pre-commit": [
@@ -61,6 +60,7 @@
61 "babel-runtime": "6.x", 60 "babel-runtime": "6.x",
62 "classnames": "2.x", 61 "classnames": "2.x",
63 "moment": "2.x", 62 "moment": "2.x",
63 "prop-types": "^15.5.8",
64 "rc-trigger": "1.x" 64 "rc-trigger": "1.x"
65 } 65 }
66} 66}