Skip to content

Commit

Permalink
Upgrade @zeit/next-typescript in custom-server-typescript example (pa…
Browse files Browse the repository at this point in the history
…tch) fixes #4071
  • Loading branch information
timneutkens committed Mar 29, 2018
1 parent 3949c82 commit 069f45d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/custom-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 069f45d

Please sign in to comment.