Skip to content

Commit cb50bbb

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update dependency prettier to v3 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent 79ac68c commit cb50bbb

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"picocolors": "^1.0.0",
5959
"playwright-chromium": "^1.37.1",
6060
"pnpm": "^7.33.6",
61-
"prettier": "2.8.8",
61+
"prettier": "3.0.2",
6262
"prompts": "^2.4.2",
6363
"resolve": "^1.22.4",
6464
"rollup": "^3.28.0",

Diff for: playground/ssr-vue/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

Diff for: playground/ssr-vue/src/App.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
font-style: italic;
1919
font-weight: 400;
2020
font-display: swap;
21-
src: url('./assets/fonts/Inter-Italic.woff2#iefix') format('woff2'),
21+
src:
22+
url('./assets/fonts/Inter-Italic.woff2#iefix') format('woff2'),
2223
url('./assets/fonts/Inter-Italic.woff') format('woff');
2324
}
2425
.inter {

Diff for: pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)