We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2953a01 commit 9ce12a0Copy full SHA for 9ce12a0
examples/with-ant-design/package.json
@@ -7,11 +7,11 @@
7
"start": "next start"
8
},
9
"dependencies": {
10
- "antd": "^2.9.3",
+ "antd": "^2.10.2",
11
"babel-plugin-import": "^1.1.1",
12
"next": "latest",
13
- "react": "~15.4.2",
14
- "react-dom": "~15.4.2"
+ "react": "^15.5.4",
+ "react-dom": "^15.5.4"
15
16
"author": "",
17
"license": "ISC"
examples/with-ant-design/pages/index.js
@@ -11,7 +11,7 @@ export default () => (
<Head>
<link rel='stylesheet' href='//cdnjs.cloudflare.com/ajax/libs/antd/2.9.3/antd.min.css' />
</Head>
- <Form horizontal>
+ <Form layout='horizontal'>
<FormItem
label='Input Number'
labelCol={{ span: 8 }}
0 commit comments