diff --git a/examples/with-next/styles/index.css b/examples/with-next/styles/index.css index 86013425..50f03bbc 100644 --- a/examples/with-next/styles/index.css +++ b/examples/with-next/styles/index.css @@ -1,7 +1,8 @@ body { color: rgba(22, 22, 22, 1); - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, - sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; + font-family: + -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, + 'Apple Color Emoji', 'Segoe UI Emoji'; -webkit-font-smoothing: antialiased; } diff --git a/package.json b/package.json index 4e4dc0d3..e08192d3 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "jest": "29.7.0", "lint-staged": "15.2.10", "nock": "13.5.6", - "prettier": "3.0.3", + "prettier": "3.5.3", "rollup": "4.22.4", "rollup-plugin-dts-bundle": "^1.0.0", "rollup-plugin-inject-process-env": "1.3.1", diff --git a/yarn.lock b/yarn.lock index ff2b935e..9543bf69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7449,10 +7449,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" - integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== +prettier@3.5.3: + version "3.5.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5" + integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw== pretty-format@^29.0.0, pretty-format@^29.0.1: version "29.0.1"