Skip to content

Commit 002a4da

Browse files
authored
bump version (#83)
1 parent 6c45469 commit 002a4da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-solidity",
3-
"version": "1.0.0-alpha.12",
3+
"version": "1.0.0-alpha.13",
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {
@@ -46,7 +46,7 @@
4646
"homepage": "https://github.com/prettier-solidity/prettier-plugin-solidity#readme",
4747
"devDependencies": {
4848
"codecov": "^3.0.4",
49-
"eslint": "^5.9.0",
49+
"eslint": "^5.11.1",
5050
"eslint-config-airbnb": "^17.0.0",
5151
"eslint-plugin-import": "^2.14.0",
5252
"eslint-plugin-jsx-a11y": "^6.1.2",
@@ -55,11 +55,11 @@
5555
"jest-watch-typeahead": "^0.2.0"
5656
},
5757
"dependencies": {
58-
"emoji-regex": "^7.0.1",
58+
"emoji-regex": "^7.0.3",
5959
"escape-string-regexp": "^1.0.5",
6060
"extract-comments": "^1.1.0",
61-
"prettier": "^1.15.2",
62-
"solidity-parser-antlr": "^0.3.1",
63-
"string-width": "3.0.0"
61+
"prettier": "^1.15.3",
62+
"solidity-parser-antlr": "^0.3.3",
63+
"string-width": "^3.0.0"
6464
}
6565
}

0 commit comments

Comments
 (0)