From 2d7d3328e65895b8f76023742ce66a22082d8384 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 5 Sep 2021 18:09:51 -0400 Subject: [PATCH] chore(examples): upgrade next package dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit next ^10.0.0 → ^11.1.2 react ^17.0.1 → ^17.0.2 react-dom ^17.0.1 → ^17.0.2 --- examples/next/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/next/package.json b/examples/next/package.json index c0f50978..7fcfb03b 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "html-react-parser": "../../", - "next": "^10.0.0", - "react": "^17.0.1", - "react-dom": "^17.0.1" + "next": "^11.1.2", + "react": "^17.0.2", + "react-dom": "^17.0.2" } }