From a7ea94f69a6ce210a9a74b5b12bf1e2ec79dcb48 Mon Sep 17 00:00:00 2001 From: Gabriel Dutra Date: Fri, 15 May 2020 14:22:43 -0300 Subject: [PATCH] Pin @percy/agent version and update Cypress (#4896) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01e07b163..4fe5f431a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prettier": "prettier --write 'client/app/**/*.{js,jsx}' 'client/cypress/**/*.js'", "test": "TZ=Africa/Khartoum jest", "test:watch": "jest --watch", - "cypress:install": "npm install --no-save cypress@~4.1.0 @percy/cypress@^2.2.0 atob@2.1.2", + "cypress:install": "npm install --no-save cypress@~4.5.0 @percy/agent@0.26.2 @percy/cypress@^2.2.0 atob@2.1.2", "cypress": "node client/cypress/cypress.js", "preinstall": "(cd viz-lib && npm ci && npm run build:babel)" },