Skip to content

Commit 534715e

Browse files
chore(deps): update dependency prettier-plugin-solidity to v2 (#819)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb9a1ea commit 534715e

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
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.5.3",
50-
"prettier-plugin-solidity": "1.4.3",
50+
"prettier-plugin-solidity": "2.0.0",
5151
"solhint": "5.0.5",
5252
"truffle": "5.4.1",
5353
"truffle-plugin-verify": "0.6.7",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@
202202
"@babel/helper-validator-identifier" "^7.19.1"
203203
to-fast-properties "^2.0.0"
204204

205+
"@bytecodealliance/[email protected]":
206+
version "0.17.2"
207+
resolved "https://registry.yarnpkg.com/@bytecodealliance/preview2-shim/-/preview2-shim-0.17.2.tgz#8d0c732cba29169a85aa3e603c767e039378f89b"
208+
integrity sha512-mNm/lblgES8UkVle8rGImXOz4TtL3eU3inHay/7TVchkKrb/lgcVvTK0+VAw8p5zQ0rgQsXm1j5dOlAAd+MeoA==
209+
205210
"@consento/sync-randombytes@^1.0.4", "@consento/sync-randombytes@^1.0.5":
206211
version "1.0.5"
207212
resolved "https://registry.yarnpkg.com/@consento/sync-randombytes/-/sync-randombytes-1.0.5.tgz#5be6bc58c6a6fa6e09f04cc684d037e29e6c28d5"
@@ -1061,6 +1066,13 @@
10611066
resolved "https://registry.yarnpkg.com/@nomicfoundation/slang-win32-x64-msvc/-/slang-win32-x64-msvc-0.15.1.tgz#9889b0d71e353bbbd2b6d744503f9fb0eb2f431b"
10621067
integrity sha512-cyER8M1fdBTzIfihy55d4LGGlN/eQxDqfRUTXgJf1VvNR98tRB0Q3nBfyh5PK2yP98B4lMt3RJYDqTQu+dOVDA==
10631068

1069+
"@nomicfoundation/[email protected]":
1070+
version "1.1.0"
1071+
resolved "https://registry.yarnpkg.com/@nomicfoundation/slang/-/slang-1.1.0.tgz#a83536e3486fe6963080d4d21240d0f218dc942e"
1072+
integrity sha512-g2BofMUq1qCP22L/ksOftScrCxjdHTxgg8ch5PYon2zfSSKGCMwE4TgIC64CuorMcSsvCmqNNFEWR/fwFcMeTw==
1073+
dependencies:
1074+
"@bytecodealliance/preview2-shim" "0.17.2"
1075+
10641076
"@nomicfoundation/slang@^0.15.1":
10651077
version "0.15.1"
10661078
resolved "https://registry.yarnpkg.com/@nomicfoundation/slang/-/slang-0.15.1.tgz#7f5610d8d1636d0c0d77e6f3de11927cc77d1a0e"
@@ -9534,11 +9546,12 @@ prepend-http@^2.0.0:
95349546
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
95359547
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
95369548

9537-
prettier-plugin-solidity@1.4.3:
9538-
version "1.4.3"
9539-
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-1.4.3.tgz#73f8adeb0214fb3db1c2d59023b39e079be69019"
9540-
integrity sha512-Mrr/iiR9f9IaeGRMZY2ApumXcn/C5Gs3S7B7hWB3gigBFML06C0yEyW86oLp0eqiA0qg+46FaChgLPJCj/pIlg==
9549+
prettier-plugin-solidity@2.0.0:
9550+
version "2.0.0"
9551+
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-2.0.0.tgz#69b318d7f67a1ad8ca227bec5e4a4310685e95c0"
9552+
integrity sha512-tis3SwLSrYKDzzRFle48fjPM4GQKBtkVBUajAkt4b75/cc6zojFP7qjz6fDxKfup+34q0jKeSM3QeP9flJFXWw==
95419553
dependencies:
9554+
"@nomicfoundation/slang" "1.1.0"
95429555
"@solidity-parser/parser" "^0.20.1"
95439556
semver "^7.7.1"
95449557

0 commit comments

Comments
 (0)