Skip to content

Commit ce46b12

Browse files
chore(deps): update dependency prettier to v3.6.0 (#610)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98c52eb commit ce46b12

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lint-staged": "^16.1.2",
5656
"picocolors": "^1.1.1",
5757
"playwright-chromium": "^1.53.1",
58-
"prettier": "3.5.3",
58+
"prettier": "3.6.0",
5959
"rollup": "^4.43.0",
6060
"simple-git-hooks": "^2.13.0",
6161
"tsx": "^4.20.3",

playground/vue/pre-compiled/external-scoped.vue.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ const __sfc__ = {
2020
}
2121

2222
const _withScopeId = (n) => (
23-
_pushScopeId('data-v-0d49ede6'), (n = n()), _popScopeId(), n
23+
_pushScopeId('data-v-0d49ede6'),
24+
(n = n()),
25+
_popScopeId(),
26+
n
2427
)
2528
const _hoisted_1 = { class: 'pre-compiled-external-scoped-title' }
2629

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)