From 497d19531054b53b71a5e05d2fd1b705388e49e1 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Fri, 21 Apr 2023 11:04:08 +0200 Subject: chore(deps): update cypress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- cypress.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypress.d.ts') diff --git a/cypress.d.ts b/cypress.d.ts index b19af267631..7283e5819ab 100644 --- a/cypress.d.ts +++ b/cypress.d.ts @@ -20,7 +20,7 @@ * */ /* eslint-disable */ -import { mount } from 'cypress/vue2' +import { mount } from '@cypress/vue2' type MountParams = Parameters; type OptionsParam = MountParams[1]; -- cgit v1.2.3