Skip to content

Commit

Permalink
Update prettier and attw
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Mar 3, 2025
1 parent cea8e6d commit 6c5605c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 19 deletions.
41 changes: 29 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"copyrightHolder": "Buf Technologies, Inc."
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@arethetypeswrong/cli": "^0.17.4",
"@bufbuild/license-header": "^0.0.4",
"@types/node": "^22.13.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -47,7 +47,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"prettier": "^3.5.3",
"turbo": "^2.4.4",
"typescript": "~5.6.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/protoplugin-example/www/app.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #fafafa;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
font-family:
source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
h1 {
margin: 15px 0;
Expand Down

0 comments on commit 6c5605c

Please sign in to comment.