Skip to content

Commit 3997c35

Browse files
chore(deps): update dependency prettier to v3 (#657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1220687 commit 3997c35

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"singleQuote": true
2+
"singleQuote": true,
3+
"trailingComma": "es5"
34
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-config-prettier": "^8.8.0",
2626
"eslint-plugin-import": "^2.27.5",
2727
"jsdom": "^22.1.0",
28-
"prettier": "^2.8.8",
28+
"prettier": "^3.0.0",
2929
"tsup": "^7.1.0",
3030
"typescript": "^5.1.3",
3131
"vite": "^4.4.2",

packages/jsx-explorer/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" />

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)