From 610b20d0117c94b2b1dd6e5d6107015b1e869793 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Thu, 22 Aug 2024 19:21:49 +0200 Subject: [PATCH] chore: e2e: update prettier 3.3.2 -> 3.3.3 Signed-off-by: Christoph Heiss --- e2e/cypress/support/index.d.ts | 4 ++-- e2e/package-lock.json | 8 ++++---- e2e/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/e2e/cypress/support/index.d.ts b/e2e/cypress/support/index.d.ts index 9011da0..54e5c4a 100644 --- a/e2e/cypress/support/index.d.ts +++ b/e2e/cypress/support/index.d.ts @@ -33,8 +33,8 @@ declare namespace Cypress { fillTournamentCreateFormWithInvalidData(): void; /** - * Calls the specified `testFn` with the current clipboard contents. - */ + * Calls the specified `testFn` with the current clipboard contents. + */ withClipboardContents(testFn: (content: string) => void): void; } } diff --git a/e2e/package-lock.json b/e2e/package-lock.json index 9af78cf..2f8e490 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "nyc": "^17.0.0", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "puppeteer": "^22.11.2", "typescript": "^5.4.5" } @@ -6081,9 +6081,9 @@ } }, "node_modules/prettier": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", - "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/e2e/package.json b/e2e/package.json index 4de666c..2955c02 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "nyc": "^17.0.0", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "puppeteer": "^22.11.2", "typescript": "^5.4.5" },