Skip to content

Commit ea23e5f

Browse files
committed
chore(deps): update dependency prettier-plugin-solidity to v1.4.0
1 parent 495d6bc commit ea23e5f

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"js-base64": "3.7.7",
4848
"p-queue": "6.6.2",
4949
"prettier": "3.3.3",
50-
"prettier-plugin-solidity": "1.3.1",
50+
"prettier-plugin-solidity": "1.4.0",
5151
"solhint": "3.4.1",
5252
"truffle": "5.4.1",
5353
"truffle-plugin-verify": "0.6.7",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,10 +1297,10 @@
12971297
dependencies:
12981298
antlr4ts "^0.5.0-alpha.4"
12991299

1300-
"@solidity-parser/parser@^0.17.0":
1301-
version "0.17.0"
1302-
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.17.0.tgz#52a2fcc97ff609f72011014e4c5b485ec52243ef"
1303-
integrity sha512-Nko8R0/kUo391jsEHHxrGM07QFdnPGvlmox4rmH0kNiNAashItAilhy4Mv4pK5gQmW5f4sXAF58fwJbmlkGcVw==
1300+
"@solidity-parser/parser@^0.18.0":
1301+
version "0.18.0"
1302+
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.18.0.tgz#8e77a02a09ecce957255a2f48c9a7178ec191908"
1303+
integrity sha512-yfORGUIPgLck41qyN7nbwJRAx17/jAIXCTanHOJZhB6PJ1iAk/84b/xlsVKFSyNyLXIj0dhppoE0+CRws7wlzA==
13041304

13051305
"@szmarczak/http-timer@^1.1.2":
13061306
version "1.1.2"
@@ -9520,14 +9520,13 @@ prepend-http@^2.0.0:
95209520
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
95219521
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
95229522

9523-
prettier-plugin-solidity@1.3.1:
9524-
version "1.3.1"
9525-
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-1.3.1.tgz#59944d3155b249f7f234dee29f433524b9a4abcf"
9526-
integrity sha512-MN4OP5I2gHAzHZG1wcuJl0FsLS3c4Cc5494bbg+6oQWBPuEamjwDvmGfFMZ6NFzsh3Efd9UUxeT7ImgjNH4ozA==
9523+
prettier-plugin-solidity@1.4.0:
9524+
version "1.4.0"
9525+
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-1.4.0.tgz#9eaa6e1d380c8d2b58e4c533ee36eda5c65870c1"
9526+
integrity sha512-XXEOjKaY4nC0Hjqv+DMo+A7ZNbS70jil0phl1mdMAbKf45pkxfhPXrNBMDSWsTYTldwSX+8JOwsUynO3enVc5A==
95279527
dependencies:
9528-
"@solidity-parser/parser" "^0.17.0"
9528+
"@solidity-parser/parser" "^0.18.0"
95299529
semver "^7.5.4"
9530-
solidity-comments-extractor "^0.0.8"
95319530

95329531
prettier-plugin-solidity@^1.0.0-dev.23:
95339532
version "1.1.3"
@@ -10548,11 +10547,6 @@ solidity-comments-extractor@^0.0.7:
1054810547
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
1054910548
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
1055010549

10551-
solidity-comments-extractor@^0.0.8:
10552-
version "0.0.8"
10553-
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.8.tgz#f6e148ab0c49f30c1abcbecb8b8df01ed8e879f8"
10554-
integrity sha512-htM7Vn6LhHreR+EglVMd2s+sZhcXAirB1Zlyrv5zBuTxieCvjfnRpd7iZk75m/u6NOlEyQ94C6TWbBn2cY7w8g==
10555-
1055610550
source-map-support@^0.5.19:
1055710551
version "0.5.21"
1055810552
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"

0 commit comments

Comments
 (0)