From b355b244cf1a2de4c519738af8a5c9a373b5d979 Mon Sep 17 00:00:00 2001 From: bs-ashwanipathak <105654795+bs-ashwanipathak@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:12:16 +0530 Subject: [PATCH] Update package.json Upgraded @percy/cli to 1.26.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04442d6..dbe1f90 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "test": "percy exec -- mvn test" }, "devDependencies": { - "@percy/cli": "^1.12.0", + "@percy/cli": "^1.26.2", "todomvc-app-css": "^2.4.2" } }