@prettier/plugin-php
Advanced tools
Comparing version 0.18.7 to 0.18.8
{ | ||
"name": "@prettier/plugin-php", | ||
"version": "0.18.7", | ||
"version": "0.18.8", | ||
"description": "Prettier PHP Plugin", | ||
@@ -16,19 +16,19 @@ "repository": "prettier/prettier-php", | ||
"mem": "^8.0.0", | ||
"php-parser": "3.1.0-beta.9" | ||
"php-parser": "3.1.0-beta.10" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.18.0", | ||
"@babel/preset-env": "^7.18.2", | ||
"codecov": "3.8.3", | ||
"cross-env": "^7.0.2", | ||
"eslint": "8.16.0", | ||
"eslint": "8.17.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jest": "26.2.2", | ||
"eslint-plugin-jest": "26.5.3", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"jest": "28.1.0", | ||
"jest-environment-jsdom": "28.1.0", | ||
"jest": "28.1.1", | ||
"jest-environment-jsdom": "28.1.1", | ||
"jest-runner-eslint": "1.0.1", | ||
"jest-snapshot-serializer-raw": "^1.1.0", | ||
"prettier": "2.1.2", | ||
"rollup": "^2.74.1", | ||
"rollup": "^2.75.6", | ||
"rollup-plugin-alias": "^2.0.0", | ||
@@ -35,0 +35,0 @@ "rollup-plugin-babel": "^4.3.2", |
@@ -172,3 +172,3 @@ <div align="center"> | ||
| `printWidth` | `80` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#print-width)) | | ||
| `tabWidth` | `4` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tab-width)) | | ||
| `tabWidth` | `4` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tab-width)), The default is `4` based on the `PSR-2` coding standard. | | ||
| `useTabs` | `false` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tabs)) | | ||
@@ -175,0 +175,0 @@ | `singleQuote` | `false` | If set to `"true"`, strings that use double quotes but do not rely on the features they add, will be reformatted. Example: `"foo" -> 'foo'`, `"foo $bar" -> "foo $bar"`. | |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
353613
5765
+ Addedphp-parser@3.1.0-beta.10(transitive)
- Removedphp-parser@3.1.0-beta.9(transitive)
Updatedphp-parser@3.1.0-beta.10