Skip to content

Commit dd3b5ed

Browse files
Update dependency prettier to v3 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexander Kachkaev <[email protected]>
1 parent 9c78458 commit dd3b5ed

File tree

5 files changed

+37
-33
lines changed

5 files changed

+37
-33
lines changed

.prettierrc.cjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

.prettierrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"@kachkaev/prettier-config"

app/[locale]/styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
@layer base {
66
html {
77
@apply h-full w-full dark:bg-zinc-900 dark:text-gray-100;
8-
font: 14px Helvetica, Arial, "Lucida Grande", sans-serif;
8+
font:
9+
14px Helvetica,
10+
Arial,
11+
"Lucida Grande",
12+
sans-serif;
913
line-height: 1.4em;
1014
}
1115

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@formatjs/intl": "2.9.0",
3131
"@kachkaev/eslint-config-react": "0.6.0",
3232
"@kachkaev/markdownlint-config": "0.5.0",
33-
"@kachkaev/prettier-config": "1.4.1",
33+
"@kachkaev/prettier-config": "2.0.0",
3434
"@next/eslint-plugin-next": "13.4.10",
3535
"@tsconfig/esm": "1.0.4",
3636
"@tsconfig/next": "2.0.0",
@@ -53,7 +53,7 @@
5353
"npm-run-all": "4.1.5",
5454
"nprogress": "0.2.0",
5555
"postcss": "8.4.26",
56-
"prettier": "2.8.8",
56+
"prettier": "3.0.0",
5757
"react": "18.2.0",
5858
"react-dom": "18.2.0",
5959
"server-only": "0.0.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)