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

Examples: Update with-typescript Example Packages (#5410)

Update packages for with-typescript example
This commit is contained in:
Duncan L 2018-10-09 03:48:27 -07:00 committed by Tim Neutkens
parent 6d5389ef2d
commit d141b95603

View file

@ -14,10 +14,10 @@
"react-dom": "^16.5.2"
},
"devDependencies": {
"@types/next": "^6.1.7",
"@types/react": "^16.4.14",
"@types/react-dom": "16.0.7",
"typescript": "3.0.3"
"@types/next": "^7.0.1",
"@types/react": "^16.4.16",
"@types/react-dom": "16.0.8",
"typescript": "3.1.1"
},
"license": "ISC"
}