Skip to content

Commit 336ab3d

Browse files
committed
Update prettier
1 parent 0d0909c commit 336ab3d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"jest-zone-patch": "^0.0.10",
5757
"lint-staged": "^15.2.5",
5858
"ng-packagr": "^18.0.0",
59-
"prettier": "^3.0.2",
59+
"prettier": "^3.5.3",
6060
"react": "^18.3.1",
6161
"rimraf": "^5.0.7",
6262
"rxjs": "~7.8.0",

packages/demo/src/styles.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
body {
22
margin: 0;
3-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
4-
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
3+
font-family:
4+
-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
5+
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
56
-webkit-font-smoothing: antialiased;
67
-moz-osx-font-smoothing: grayscale;
78
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10171,10 +10171,10 @@ prettier@^2.7.1:
1017110171
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
1017210172
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
1017310173

10174-
prettier@^3.0.2:
10175-
version "3.3.2"
10176-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
10177-
integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
10174+
prettier@^3.5.3:
10175+
version "3.5.3"
10176+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
10177+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
1017810178

1017910179
pretty-format@^29.0.0, pretty-format@^29.7.0:
1018010180
version "29.7.0"

0 commit comments

Comments
 (0)