Skip to content

Commit fe8ebda

Browse files
authored
bump version (#609)
* bump version * update deps
1 parent 1f7bc6e commit fe8ebda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 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.18",
3+
"version": "1.0.0-beta.19",
44
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
55
"main": "src",
66
"scripts": {
@@ -68,10 +68,10 @@
6868
"@babel/code-frame": "^7.16.0",
6969
"cross-env": "^7.0.3",
7070
"dir-to-object": "^2.0.0",
71-
"eslint": "^8.1.0",
71+
"eslint": "^8.2.0",
7272
"eslint-config-airbnb-base": "^15.0.0",
7373
"eslint-config-prettier": "^8.3.0",
74-
"eslint-plugin-import": "^2.25.2",
74+
"eslint-plugin-import": "^2.25.3",
7575
"jest": "^27.3.1",
7676
"jest-mock-now": "^1.3.0",
7777
"jest-snapshot-serializer-ansi": "^1.0.0",
@@ -80,7 +80,7 @@
8080
"lines-and-columns": "^1.1.6",
8181
"outdent": "^0.8.0",
8282
"prettier": "^2.4.1",
83-
"solc": "^0.8.9"
83+
"solc": "^0.8.10"
8484
},
8585
"dependencies": {
8686
"@solidity-parser/parser": "^0.14.0",

0 commit comments

Comments
 (0)