From d4851481aef8baaee0b5198b14a333eb1c7d1056 Mon Sep 17 00:00:00 2001 From: Scott Rees <6165315+reesscot@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:57:18 -0700 Subject: [PATCH] chore: put liveness version back --- examples/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next/package.json b/examples/next/package.json index 11a246f1388..a444aefdd88 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -13,7 +13,7 @@ "@aws-amplify/geo": "^3.0.1", "@aws-amplify/ui-react": "^6.0.0", "@aws-amplify/ui-react-geo": "^2.0.0", - "@aws-amplify/ui-react-liveness": "^2.0.12", + "@aws-amplify/ui-react-liveness": "^2.0.11", "@aws-amplify/ui-react-notifications": "^2.0.0", "@aws-amplify/ui-react-storage": "^3.0.0", "@aws-sdk/credential-providers": "^3.370.0",