diff --git a/examples/custom-server-typescript/package.json b/examples/custom-server-typescript/package.json index 11faa2f8..73d7869e 100644 --- a/examples/custom-server-typescript/package.json +++ b/examples/custom-server-typescript/package.json @@ -7,14 +7,14 @@ "dependencies": { "next": "latest", "react": "^16.2.0", - "react-dom": "^16.2.0" + "react-dom": "^16.2.0", + "@zeit/next-typescript": "0.0.11", + "typescript": "^2.7.1" }, "devDependencies": { "@types/next": "^2.4.7", "@types/react": "^16.0.36", - "@zeit/next-typescript": "^0.0.8", "nodemon": "^1.12.1", - "ts-node": "^4.1.0", - "typescript": "^2.7.1" + "ts-node": "^4.1.0" } }