1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Upgrade @zeit/next-typescript in with-typescript example (patch)

This commit is contained in:
Tim Neutkens 2018-03-30 00:05:52 +02:00
parent 069f45d74e
commit 69ca73ca56

View file

@ -14,7 +14,7 @@
"devDependencies": {
"@types/next": "^2.4.7",
"@types/react": "^16.0.36",
"@zeit/next-typescript": "0.0.8",
"@zeit/next-typescript": "0.0.11",
"typescript": "^2.7.1"
}
}