From b210d9267e2ea1b205a3683915edf00db7599cc0 Mon Sep 17 00:00:00 2001 From: jaketrent Date: Thu, 14 Jan 2021 15:21:15 -0700 Subject: [PATCH] build(textinput): update to react@17 BREAKING CHANGE: react@17 peerDependency upgrade --- packages/textinput/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/textinput/package.json b/packages/textinput/package.json index 2fc603b82a..35d2803daf 100644 --- a/packages/textinput/package.json +++ b/packages/textinput/package.json @@ -31,7 +31,7 @@ "@pluralsight/ps-design-system-normalize": "^4.0.0", "@pluralsight/ps-design-system-theme": "^6.0.0", "glamor": "^2.20.40", - "react": "^16.8.6" + "react": "^17.0.1" }, "devDependencies": { "@pluralsight/ps-design-system-build": "^2.0.3",