From d141b95603014b26ffd5c8512779580bce138d85 Mon Sep 17 00:00:00 2001 From: Duncan L Date: Tue, 9 Oct 2018 03:48:27 -0700 Subject: [PATCH] Examples: Update with-typescript Example Packages (#5410) Update packages for with-typescript example --- examples/with-typescript/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 2810673e..12337923 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -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" }