Skip to content

Commit

Permalink
Merge pull request #1218 from abraham/dependabot/npm_and_yarn/prettie…
Browse files Browse the repository at this point in the history
…r-3.2.5

Bump prettier from 2.8.8 to 3.2.5
  • Loading branch information
abraham committed Feb 11, 2024
2 parents a862268 + ee6ee23 commit 106d0f9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 109 deletions.
15 changes: 12 additions & 3 deletions .prettierrc.json
@@ -1,6 +1,15 @@
{
"plugins": ["@prettier/plugin-php"],
"singleQuote": true,
"phpVersion": "8.0",
"trailingCommaPHP": true,
"braceStyle": "psr-2"
"overrides": [
{
"files": "*.php",
"options": {
"parser": "php",
"phpVersion": "8.0",
"trailingCommaPHP": true,
"braceStyle": "psr-2"
}
}
]
}
129 changes: 25 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -35,9 +35,9 @@
],
"dependencies": {},
"devDependencies": {
"@prettier/plugin-php": "0.19.7",
"@prettier/plugin-php": "0.22.2",
"concurrently": "^8.2.2",
"prettier": "2.8.8",
"prettier": "3.2.5",
"prettier-plugin-package": "1.4.0"
},
"directories": {
Expand Down

0 comments on commit 106d0f9

Please sign in to comment.