chore(deps): update dependency prettier to ^3.4.1
All checks were successful
pilotwings / python (push) Successful in 1m29s
pilotwings / node (push) Successful in 24s
pilotwings / docker (push) Successful in 1m23s

This commit is contained in:
Renovate Bot 2024-11-27 06:52:44 +00:00
parent fb9f710526
commit 9ee6faf4a6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -19,7 +19,7 @@
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"typescript": "5.6",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
@ -2786,9 +2786,9 @@
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
"dev": true,
"license": "MIT",
"bin": {

View File

@ -22,7 +22,7 @@
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"typescript": "5.6",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"