Merge pull request #276 from mearashadowfax/dependabot/npm_and_yarn/prettier-3.4.1

chore(deps-dev): bump prettier from 3.3.3 to 3.4.1
This commit is contained in:
Emil Gulamov 2024-12-02 23:00:36 +04:00 committed by GitHub
commit 3b52fefa0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -33,7 +33,7 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.10.7",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2"
@ -6395,10 +6395,11 @@
}
},
"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==",
"devOptional": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},

View file

@ -36,7 +36,7 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.10.7",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2"