mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Upgrade @zeit/next-typescript in custom-server-typescript example (patch) fixes #4071
This commit is contained in:
parent
3949c82bdf
commit
069f45d74e
|
@ -7,14 +7,14 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^16.2.0",
|
"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": {
|
"devDependencies": {
|
||||||
"@types/next": "^2.4.7",
|
"@types/next": "^2.4.7",
|
||||||
"@types/react": "^16.0.36",
|
"@types/react": "^16.0.36",
|
||||||
"@zeit/next-typescript": "^0.0.8",
|
|
||||||
"nodemon": "^1.12.1",
|
"nodemon": "^1.12.1",
|
||||||
"ts-node": "^4.1.0",
|
"ts-node": "^4.1.0"
|
||||||
"typescript": "^2.7.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue