Skip to content

Commit

Permalink
update package (#8906)
Browse files Browse the repository at this point in the history
  • Loading branch information
lv-kit authored and timneutkens committed Sep 29, 2019
1 parent 4e1f113 commit 0410a43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
"react": "^16.10.1",
"react-dom": "^16.10.1"
},
"devDependencies": {
"@types/node": "^11.13.9",
"@types/react": "^16.8.15",
"@types/react-dom": "^16.0.11",
"typescript": "3.5.2"
"@types/node": "^12.7.8",
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.1",
"typescript": "3.6.3"
},
"license": "ISC"
}

0 comments on commit 0410a43

Please sign in to comment.