diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | tests/Header.spec.jsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 7bcda79..d4c89a1 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": "^4.0.0", | 52 | "rc-util": "^4.0.2", |
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" |
diff --git a/tests/Header.spec.jsx b/tests/Header.spec.jsx index d5e570d..682852d 100644 --- a/tests/Header.spec.jsx +++ b/tests/Header.spec.jsx | |||
@@ -6,7 +6,7 @@ import TestUtils from 'react-addons-test-utils'; | |||
6 | const Simulate = TestUtils.Simulate; | 6 | const Simulate = TestUtils.Simulate; |
7 | import expect from 'expect.js'; | 7 | import expect from 'expect.js'; |
8 | import async from 'async'; | 8 | import async from 'async'; |
9 | import { KeyCode } from 'rc-util'; | 9 | import KeyCode from 'rc-util/lib/KeyCode'; |
10 | import moment from 'moment'; | 10 | import moment from 'moment'; |
11 | 11 | ||
12 | describe('Header', () => { | 12 | describe('Header', () => { |