Skip to content

Commit a847617

Browse files
authored
add-deps (#75)
* add and update deps * bump version
1 parent 91dbb9f commit a847617

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 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.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {
@@ -46,17 +46,20 @@
4646
"homepage": "https://github.com/prettier-solidity/prettier-plugin-solidity#readme",
4747
"devDependencies": {
4848
"codecov": "^3.0.4",
49-
"eslint": "^5.3.0",
49+
"eslint": "^5.9.0",
5050
"eslint-config-airbnb": "^17.0.0",
5151
"eslint-plugin-import": "^2.14.0",
52-
"eslint-plugin-jsx-a11y": "^6.1.1",
52+
"eslint-plugin-jsx-a11y": "^6.1.2",
5353
"eslint-plugin-react": "^7.11.0",
5454
"jest": "^23.5.0",
5555
"jest-watch-typeahead": "^0.2.0"
5656
},
5757
"dependencies": {
58-
"extract-comments": "^1.0.0",
59-
"prettier": "^1.14.2",
60-
"solidity-parser-antlr": "^0.3.1"
58+
"emoji-regex": "^7.0.1",
59+
"escape-string-regexp": "^1.0.5",
60+
"extract-comments": "^1.1.0",
61+
"prettier": "^1.15.2",
62+
"solidity-parser-antlr": "^0.3.1",
63+
"string-width": "^2.1.1"
6164
}
6265
}

0 commit comments

Comments
 (0)