Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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)

AltStyle によって変換されたページ (->オリジナル) /