Skip to content

Commit f2828b2

Browse files
author
sam bacha
authored
fix(npm): explicit semver
[BREAKING]: prettier-plugin-solidity beta7 introduces breaking change, stick with beta6 for now
1 parent 4808443 commit f2828b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"jest-snapshot-generate": "1.0.0",
5353
"jest-watch-typeahead": "0.6.1",
5454
"prettier": "2.2.1",
55-
"prettier-plugin-solidity": "^1.0.0-beta.6",
55+
"prettier-plugin-solidity": "1.0.0-beta.6",
5656
"semantic-release": "17.4.2",
5757
"solhint": "^3.3.4",
5858
"solhint-plugin-prettier": "^0.0.5"
@@ -61,6 +61,7 @@
6161
"access": "public"
6262
},
6363
"peerDependencies": {
64-
"prettier": "^2.2.1"
64+
"prettier": "2.2.1",
65+
"prettier-plugin-solidity": "1.0.0-beta.6",
6566
}
6667
}

0 commit comments

Comments
 (0)