chore(deps): update dependency prettier to ^3.4.2
All checks were successful
pilotwings / python (push) Successful in 1m38s
pilotwings / node (push) Successful in 23s
pilotwings / docker (push) Successful in 1m48s

This commit is contained in:
Renovate Bot 2024-12-05 06:41:42 +00:00
parent 6e03a88940
commit d2d9d2cfb7
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", "@vue/tsconfig": "^0.7.0",
"eslint": "^9.16.0", "eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0", "eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.1", "prettier": "^3.4.2",
"typescript": "5.6", "typescript": "5.6",
"vite": "^6.0.2", "vite": "^6.0.2",
"vue-tsc": "^2.1.10" "vue-tsc": "^2.1.10"
@ -2804,9 +2804,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.4.1", "version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {

View File

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