Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump prettier-plugin-solidity from 1.4.1 to 1.4.2 #390

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"prettier-plugin-solidity": "^1.4.2",
"solhint-plugin-prettier": "^0.0.5"
},
"resolutions": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17060,15 +17060,15 @@ __metadata:
languageName: node
linkType: hard

"prettier-plugin-solidity@npm:^1.1.3":
version: 1.4.1
resolution: "prettier-plugin-solidity@npm:1.4.1"
"prettier-plugin-solidity@npm:^1.4.2":
version: 1.4.2
resolution: "prettier-plugin-solidity@npm:1.4.2"
dependencies:
"@solidity-parser/parser": "npm:^0.18.0"
semver: "npm:^7.5.4"
"@solidity-parser/parser": "npm:^0.19.0"
semver: "npm:^7.6.3"
peerDependencies:
prettier: ">=2.3.0"
checksum: 10/8bd0b20cd1a0973bfdbb4e035d5dae9ff229a7f6475c4e31e99b85d74f77625c0a874835df23e51d36750139aa2e5c5d900a366d1cdff16edfe52b3550b7e2da
checksum: 10/5f4ca400275c860bbca7ba3ee316682bec04a760a816e903f6a528acc61ef3d2eda9a81edb7e38449b79196d2946db44424fbab78944d2e8bb32f8fed31363bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -20545,7 +20545,7 @@ __metadata:
husky: "npm:^8.0.3"
lint-staged: "npm:^13.2.2"
prettier: "npm:^2.8.8"
prettier-plugin-solidity: "npm:^1.1.3"
prettier-plugin-solidity: "npm:^1.4.2"
solhint-plugin-prettier: "npm:^0.0.5"
languageName: unknown
linkType: soft
Expand Down
Loading