Skip to content

Commit 30d6044

Browse files
Bump prettier from 3.6.2 to 3.7.1 (#1326)
* Bump prettier from 3.6.2 to 3.7.1 Bumps [prettier](https://github.com/prettier/prettier) from 3.6.2 to 3.7.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * passing lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Klaus <[email protected]>
1 parent 34bf70a commit 30d6044

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@ We follow Prettier's strategy for populating their plugins in the object `pretti
6161

6262
```html
6363
<script type="module">
64-
const prettier = await import(
65-
'https://unpkg.com/prettier-plugin-solidity@latest'
66-
);
67-
const prettierSolidity = await import(
68-
'https://unpkg.com/prettier-plugin-solidity@next'
69-
);
64+
const prettier =
65+
await import('https://unpkg.com/prettier-plugin-solidity@latest');
66+
const prettierSolidity =
67+
await import('https://unpkg.com/prettier-plugin-solidity@next');
7068
7169
async function format(code) {
7270
return await prettier.format(code, {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"jest-watch-typeahead": "^3.0.1",
107107
"knip": "^5.70.2",
108108
"lines-and-columns": "^2.0.4",
109-
"prettier": "^3.6.2",
109+
"prettier": "^3.7.1",
110110
"solc": "^0.8.30",
111111
"ts-loader": "^9.5.4",
112112
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)