Skip to content

Commit 89c91e0

Browse files
Update dependency prettier-plugin-solidity to v1.3.1
1 parent 0ca83b1 commit 89c91e0

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"husky": "7.0.4",
5050
"mocha": "9.2.2",
5151
"prettier": "2.8.8",
52-
"prettier-plugin-solidity": "1.1.3",
52+
"prettier-plugin-solidity": "1.3.1",
5353
"rimraf": "3.0.2",
5454
"solhint": "3.3.8",
5555
"ts-node": "10.9.2",

yarn.lock

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,12 +1603,10 @@
16031603
dependencies:
16041604
antlr4ts "^0.5.0-alpha.4"
16051605

1606-
"@solidity-parser/parser@^0.16.0":
1607-
version "0.16.0"
1608-
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.16.0.tgz#1fb418c816ca1fc3a1e94b08bcfe623ec4e1add4"
1609-
integrity sha512-ESipEcHyRHg4Np4SqBCfcXwyxxna1DgFVz69bgpLV8vzl/NP1DtcKsJ4dJZXWQhY/Z4J2LeKBiOkOVZn9ct33Q==
1610-
dependencies:
1611-
antlr4ts "^0.5.0-alpha.4"
1606+
"@solidity-parser/parser@^0.17.0":
1607+
version "0.17.0"
1608+
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.17.0.tgz#52a2fcc97ff609f72011014e4c5b485ec52243ef"
1609+
integrity sha512-Nko8R0/kUo391jsEHHxrGM07QFdnPGvlmox4rmH0kNiNAashItAilhy4Mv4pK5gQmW5f4sXAF58fwJbmlkGcVw==
16121610

16131611
"@szmarczak/http-timer@^1.1.2":
16141612
version "1.1.2"
@@ -7817,14 +7815,14 @@ prepend-http@^2.0.0:
78177815
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
78187816
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
78197817

7820-
prettier-plugin-solidity@1.1.3:
7821-
version "1.1.3"
7822-
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-1.1.3.tgz#9a35124f578404caf617634a8cab80862d726cba"
7823-
integrity sha512-fQ9yucPi2sBbA2U2Xjh6m4isUTJ7S7QLc/XDDsktqqxYfTwdYKJ0EnnywXHwCGAaYbQNK+HIYPL1OemxuMsgeg==
7818+
prettier-plugin-solidity@1.3.1:
7819+
version "1.3.1"
7820+
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-1.3.1.tgz#59944d3155b249f7f234dee29f433524b9a4abcf"
7821+
integrity sha512-MN4OP5I2gHAzHZG1wcuJl0FsLS3c4Cc5494bbg+6oQWBPuEamjwDvmGfFMZ6NFzsh3Efd9UUxeT7ImgjNH4ozA==
78247822
dependencies:
7825-
"@solidity-parser/parser" "^0.16.0"
7826-
semver "^7.3.8"
7827-
solidity-comments-extractor "^0.0.7"
7823+
"@solidity-parser/parser" "^0.17.0"
7824+
semver "^7.5.4"
7825+
solidity-comments-extractor "^0.0.8"
78287826

78297827
prettier@2.8.8:
78307828
version "2.8.8"
@@ -8460,12 +8458,10 @@ semver@^7.3.7:
84608458
dependencies:
84618459
lru-cache "^6.0.0"
84628460

8463-
semver@^7.3.8:
8464-
version "7.3.8"
8465-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
8466-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
8467-
dependencies:
8468-
lru-cache "^6.0.0"
8461+
semver@^7.5.4:
8462+
version "7.6.2"
8463+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
8464+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
84698465

84708466
semver@~5.4.1:
84718467
version "5.4.1"
@@ -8747,10 +8743,10 @@ solhint@3.3.8:
87478743
optionalDependencies:
87488744
prettier "^1.14.3"
87498745

8750-
solidity-comments-extractor@^0.0.7:
8751-
version "0.0.7"
8752-
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
8753-
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
8746+
solidity-comments-extractor@^0.0.8:
8747+
version "0.0.8"
8748+
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.8.tgz#f6e148ab0c49f30c1abcbecb8b8df01ed8e879f8"
8749+
integrity sha512-htM7Vn6LhHreR+EglVMd2s+sZhcXAirB1Zlyrv5zBuTxieCvjfnRpd7iZk75m/u6NOlEyQ94C6TWbBn2cY7w8g==
87548750

87558751
source-map-resolve@^0.5.0:
87568752
version "0.5.3"

0 commit comments

Comments
 (0)