mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update next-typescript version in custom-typescript-server example (#4130)
This commit is contained in:
parent
c486682b44
commit
769d8e3a84
|
@ -8,7 +8,7 @@
|
||||||
"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",
|
"@zeit/next-typescript": "0.1.1",
|
||||||
"typescript": "^2.7.1"
|
"typescript": "^2.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue