Merge pull request 'chore(deps): update dependency prettier to ^3.4.2' (#31) from renovate/prettier-3.x into main
Some checks failed
pilotwings / node (push) Waiting to run
pilotwings / docker (push) Blocked by required conditions
pilotwings / python (push) Has been cancelled

Reviewed-on: #31
This commit is contained in:
Michel Roux 2024-12-05 12:37:06 +00:00
commit f7b8c4b3f9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -19,7 +19,7 @@
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "5.6",
"vite": "^6.0.2",
"vue-tsc": "^2.1.10"
@ -2804,9 +2804,9 @@
}
},
"node_modules/prettier": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true,
"license": "MIT",
"bin": {

View File

@ -22,7 +22,7 @@
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "5.6",
"vite": "^6.0.2",
"vue-tsc": "^2.1.10"