提交 830281fe 编写于 作者: L Lukáš Huvar 提交者: Tim Neutkens

Update typescript example (#7684)

上级 44d8c624
/// <reference types="next" />
/// <reference types="next/types/global" />
......@@ -8,14 +8,15 @@
"type-check": "tsc"
},
"dependencies": {
"next": "^8.1.1-canary.28",
"next": "8.1.1-canary.61",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@types/node": "^11.13.9",
"@types/react": "^16.8.15",
"@types/react-dom": "^16.0.11"
"@types/react-dom": "^16.0.11",
"typescript": "3.5.2"
},
"license": "ISC"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册