Skip to content

Commit 40f3aa7

Browse files
authored
bump version (#526)
* bump version * Update dependencies
1 parent 9b17f6e commit 40f3aa7

File tree

2 files changed

+35
-42
lines changed

2 files changed

+35
-42
lines changed

package-lock.json

Lines changed: 32 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-solidity",
3-
"version": "1.0.0-beta.11",
3+
"version": "1.0.0-beta.12",
44
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
55
"main": "src",
66
"scripts": {
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"cross-env": "^7.0.3",
6565
"dir-to-object": "^2.0.0",
66-
"eslint": "^7.27.0",
66+
"eslint": "^7.28.0",
6767
"eslint-config-airbnb-base": "^14.2.1",
6868
"eslint-config-prettier": "^8.3.0",
6969
"eslint-plugin-import": "^2.23.3",
@@ -80,7 +80,7 @@
8080
"@solidity-parser/parser": "^0.13.2",
8181
"emoji-regex": "^9.2.2",
8282
"escape-string-regexp": "^4.0.0",
83-
"prettier": "^2.3.0",
83+
"prettier": "^2.3.1",
8484
"semver": "^7.3.5",
8585
"solidity-comments-extractor": "^0.0.7",
8686
"string-width": "^4.2.2"

0 commit comments

Comments
 (0)