aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index 569661f..f9246c0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "rc-time-picker", 2 "name": "rc-time-picker",
3 "version": "0.7.1", 3 "version": "1.0.0-alpha1",
4 "description": "React TimePicker", 4 "description": "React TimePicker",
5 "keywords": [ 5 "keywords": [
6 "react", 6 "react",
@@ -57,10 +57,9 @@
57 "lint" 57 "lint"
58 ], 58 ],
59 "dependencies": { 59 "dependencies": {
60 "classnames": "~2.2.0", 60 "classnames": "2.x",
61 "gregorian-calendar": "4.x", 61 "gregorian-calendar": "4.x",
62 "gregorian-calendar-format": "4.x", 62 "gregorian-calendar-format": "4.x",
63 "rc-trigger": "1.x", 63 "rc-trigger": "1.x"
64 "rc-util": "2.x"
65 } 64 }
66} 65}