Skip to content

Commit 8feb586

Browse files
authored
Merge pull request #902 from shufo/feature/bump-prettier-and-prettier-php-plugin
2 parents d452347 + 7e65fda commit 8feb586

File tree

5 files changed

+217
-209
lines changed

5 files changed

+217
-209
lines changed

__tests__/fixtures/snapshots/php_block_directive.snapshot

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,5 @@
1717
use Eagle\Utilities\Dates\TimeZone;
1818
// assert blank line will not be indented
1919

20-
$timezone_options =
21-
['' => ''] +
22-
TimeZone::create()
23-
->format('tz-label')
24-
->countryCodePriority('US')
25-
->get();
20+
$timezone_options = ['' => ''] + TimeZone::create()->format('tz-label')->countryCodePriority('US')->get();
2621
@endphp

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"author": "Shuhei Hayashibara",
4040
"license": "MIT",
4141
"dependencies": {
42-
"@prettier/plugin-php": "^0.19.7",
42+
"@prettier/plugin-php": "^0.22.2",
4343
"@shufo/tailwindcss-class-sorter": "3.0.1",
4444
"aigle": "^1.14.1",
4545
"ajv": "^8.9.0",
@@ -53,7 +53,8 @@
5353
"js-beautify": "^1.14.8",
5454
"lodash": "^4.17.19",
5555
"php-parser": "3.1.5",
56-
"prettier": "^2.2.0",
56+
"prettier": "^3.2.5",
57+
"string-replace-async": "^2.0.0",
5758
"tailwindcss": "^3.1.8",
5859
"vscode-oniguruma": "1.7.0",
5960
"vscode-textmate": "^7.0.1",

0 commit comments

Comments
 (0)