1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00

chore: e2e: update prettier 3.3.2 -> 3.3.3

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-22 19:21:49 +02:00
parent ff4002fbe3
commit 610b20d011
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7
3 changed files with 7 additions and 7 deletions

View file

@ -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;
}
}

8
e2e/package-lock.json generated
View file

@ -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"

View file

@ -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"
},