Skip to content

Commit 9ce12a0

Browse files
afc163timneutkens
authored andcommitted
Upgrade deps and fix old usage (vercel#2084)
Fix vercel#1817 (comment)
1 parent 2953a01 commit 9ce12a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/with-ant-design/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"start": "next start"
88
},
99
"dependencies": {
10-
"antd": "^2.9.3",
10+
"antd": "^2.10.2",
1111
"babel-plugin-import": "^1.1.1",
1212
"next": "latest",
13-
"react": "~15.4.2",
14-
"react-dom": "~15.4.2"
13+
"react": "^15.5.4",
14+
"react-dom": "^15.5.4"
1515
},
1616
"author": "",
1717
"license": "ISC"

examples/with-ant-design/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default () => (
1111
<Head>
1212
<link rel='stylesheet' href='//cdnjs.cloudflare.com/ajax/libs/antd/2.9.3/antd.min.css' />
1313
</Head>
14-
<Form horizontal>
14+
<Form layout='horizontal'>
1515
<FormItem
1616
label='Input Number'
1717
labelCol={{ span: 8 }}

0 commit comments

Comments
 (0)