8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0f85 commit bda073cCopy full SHA for bda073c
examples/with-typescript/next.d.ts
examples/with-typescript/package.json
@@ -9,14 +9,14 @@
9
},
10
"dependencies": {
11
"next": "latest",
12
- "react": "16.1.0",
13
- "react-dom": "16.1.0"
+ "react": "^16.1.0",
+ "react-dom": "^16.1.0"
14
15
"devDependencies": {
16
- "@types/node": "8.0.51",
17
- "@types/react": "16.0.22",
+ "@types/next": "^2.4.5",
+ "@types/react": "^16.0.22",
18
"concurrently": "^3.5.0",
19
- "tslint": "5.8.0",
20
- "typescript": "2.6.1"
+ "tslint": "^5.8.0",
+ "typescript": "^2.6.1"
21
}
22
0 commit comments