Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3 (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz authored Aug 28, 2023
1 parent 79ac68c commit cb50bbb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"picocolors": "^1.0.0",
"playwright-chromium": "^1.37.1",
"pnpm": "^7.33.6",
"prettier": "2.8.8",
"prettier": "3.0.2",
"prompts": "^2.4.2",
"resolve": "^1.22.4",
"rollup": "^3.28.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
3 changes: 2 additions & 1 deletion playground/ssr-vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
font-style: italic;
font-weight: 400;
font-display: swap;
src: url('./assets/fonts/Inter-Italic.woff2#iefix') format('woff2'),
src:
url('./assets/fonts/Inter-Italic.woff2#iefix') format('woff2'),
url('./assets/fonts/Inter-Italic.woff') format('woff');
}
.inter {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb50bbb

Please sign in to comment.