Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v2 and version bump
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
Janther committed Jan 29, 2025
2 parents cf38bd0 + cdfb4ce commit 4faaae2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-solidity",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -110,7 +110,7 @@
"dependencies": {
"@nomicfoundation/slang": "0.19.0",
"@solidity-parser/parser": "^0.19.0",
"semver": "^7.6.3"
"semver": "^7.7.0"
},
"peerDependencies": {
"prettier": ">=3.0.0"
Expand Down

0 comments on commit 4faaae2

Please sign in to comment.