Skip to content

Commit c77644b

Browse files
committed
feat: update j7-dev/wp-utils version
1 parent 4cec3b7 commit c77644b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.prettierrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
],
1717
"overrides": [
1818
{
19-
"files": ["*.json"],
19+
"files": [
20+
"*.json"
21+
],
2022
"options": {
2123
"singleQuote": false
2224
}
@@ -33,4 +35,4 @@
3335
}
3436
}
3537
]
36-
}
38+
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require": {
2727
"kucrut/vite-for-wp": "^0.8.0",
28-
"j7-dev/wp-utils": "0.0.14"
28+
"j7-dev/wp-utils": "0.2.9"
2929
},
3030
"require-dev": {
3131
"squizlabs/php_codesniffer": "@stable",

0 commit comments

Comments
 (0)