8000 Remove next.d.ts to use @types/next (#3297) · JavaScriptExpert/next.js@bda073c · GitHub
[go: up one dir, main page]

Skip to content

Commit bda073c

Browse files
brikoutimneutkens
authored andcommitted
Remove next.d.ts to use @types/next (vercel#3297)
1 parent a0e0f85 commit bda073c

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

examples/with-typescript/next.d.ts

< 8000 div class="d-flex flex-row flex-justify-end flex-1 flex-order-1 flex-sm-order-2 flex-items-center">
Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/with-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"dependencies": {
1111
"next": "latest",
12-
"react": "16.1.0",
13-
"react-dom": "16.1.0"
12+
"react": "^16.1.0",
13+
"react-dom": "^16.1.0"
1414
},
1515
"devDependencies": {
16-
"@types/node": "8.0.51",
17-
"@types/react": "16.0.22",
16+
"@types/next": "^2.4.5",
17+
"@types/react": "^16.0.22",
1818
"concurrently": "^3.5.0",
19-
"tslint": "5.8.0",
20-
"typescript": "2.6.1"
19+
"tslint": "^5.8.0",
20+
"typescript": "^2.6.1"
2121
}
2222
}

0 commit comments

Comments
 (0)
0