From 1dc430883e5b9447d433fb04fd32608bbd2b1cc0 Mon Sep 17 00:00:00 2001 From: Dominik Felber Date: Mon, 25 Jan 2021 18:10:32 +0100 Subject: [PATCH] Update dependencies of with-tailwindcss example (#21517) --- examples/with-tailwindcss/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 110c51003193..d01c41529177 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,11 +8,11 @@ "start": "next start" }, "dependencies": { + "next": "latest", + "react": "^16.13.1", + "react-dom": "^16.13.1", "autoprefixer": "^10.0.4", - "next": "10.0.3", "postcss": "^8.1.10", - "autoprefixer": "10.0.2", - "postcss": "8.1.7", "tailwindcss": "^2.0.2" } }