Skip to content

Commit 3d5733f

Browse files
Update dependency prettier-plugin-solidity to v1.3.1
1 parent c9b6651 commit 3d5733f

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
@@ -34,7 +34,7 @@
3434
"husky": "7.0.4",
3535
"mocha": "9.2.2",
3636
"prettier": "2.8.8",
37-
"prettier-plugin-solidity": "1.1.3",
37+
"prettier-plugin-solidity": "1.3.1",
3838
"rimraf": "3.0.2",
3939
"solhint": "3.3.8",
4040
"ts-node": "10.9.2",

yarn.lock

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -769,12 +769,10 @@
769769
dependencies:
770770
antlr4ts "^0.5.0-alpha.4"
771771

772-
"@solidity-parser/parser@^0.16.0":
773-
version "0.16.0"
774-
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.16.0.tgz#1fb418c816ca1fc3a1e94b08bcfe623ec4e1add4"
775-
integrity sha512-ESipEcHyRHg4Np4SqBCfcXwyxxna1DgFVz69bgpLV8vzl/NP1DtcKsJ4dJZXWQhY/Z4J2LeKBiOkOVZn9ct33Q==
776-
dependencies:
777-
antlr4ts "^0.5.0-alpha.4"
772+
"@solidity-parser/parser@^0.17.0":
773+
version "0.17.0"
774+
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.17.0.tgz#52a2fcc97ff609f72011014e4c5b485ec52243ef"
775+
integrity sha512-Nko8R0/kUo391jsEHHxrGM07QFdnPGvlmox4rmH0kNiNAashItAilhy4Mv4pK5gQmW5f4sXAF58fwJbmlkGcVw==
778776

779777
"@szmarczak/http-timer@^1.1.2":
780778
version "1.1.2"
@@ -6809,14 +6807,14 @@ prepend-http@^2.0.0:
68096807
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
68106808
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
68116809

6812-
prettier-plugin-solidity@1.1.3:
6813-
version "1.1.3"
6814-
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-1.1.3.tgz#9a35124f578404caf617634a8cab80862d726cba"
6815-
integrity sha512-fQ9yucPi2sBbA2U2Xjh6m4isUTJ7S7QLc/XDDsktqqxYfTwdYKJ0EnnywXHwCGAaYbQNK+HIYPL1OemxuMsgeg==
6810+
prettier-plugin-solidity@1.3.1:
6811+
version "1.3.1"
6812+
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-1.3.1.tgz#59944d3155b249f7f234dee29f433524b9a4abcf"
6813+
integrity sha512-MN4OP5I2gHAzHZG1wcuJl0FsLS3c4Cc5494bbg+6oQWBPuEamjwDvmGfFMZ6NFzsh3Efd9UUxeT7ImgjNH4ozA==
68166814
dependencies:
6817-
"@solidity-parser/parser" "^0.16.0"
6818-
semver "^7.3.8"
6819-
solidity-comments-extractor "^0.0.7"
6815+
"@solidity-parser/parser" "^0.17.0"
6816+
semver "^7.5.4"
6817+
solidity-comments-extractor "^0.0.8"
68206818

68216819
prettier@2.8.8:
68226820
version "2.8.8"
@@ -7424,12 +7422,10 @@ semver@^7.3.7:
74247422
dependencies:
74257423
lru-cache "^6.0.0"
74267424

7427-
semver@^7.3.8:
7428-
version "7.3.8"
7429-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
7430-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
7431-
dependencies:
7432-
lru-cache "^6.0.0"
7425+
semver@^7.5.4:
7426+
version "7.6.2"
7427+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
7428+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
74337429

74347430
semver@~5.4.1:
74357431
version "5.4.1"
@@ -7689,10 +7685,10 @@ solhint@3.3.8:
76897685
optionalDependencies:
76907686
prettier "^1.14.3"
76917687

7692-
solidity-comments-extractor@^0.0.7:
7693-
version "0.0.7"
7694-
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
7695-
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
7688+
solidity-comments-extractor@^0.0.8:
7689+
version "0.0.8"
7690+
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.8.tgz#f6e148ab0c49f30c1abcbecb8b8df01ed8e879f8"
7691+
integrity sha512-htM7Vn6LhHreR+EglVMd2s+sZhcXAirB1Zlyrv5zBuTxieCvjfnRpd7iZk75m/u6NOlEyQ94C6TWbBn2cY7w8g==
76967692

76977693
source-map-resolve@^0.5.0:
76987694
version "0.5.3"

0 commit comments

Comments
 (0)