Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit adc50c8

Browse files
committed
fix(deps): upgrade to latest
1 parent 161dfd4 commit adc50c8

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"jest": "jest",
4747
"test": "run-p --silent lint find-new-rules prettier-check jest",
4848
"commitmsg": "validate-commit-msg",
49-
"prepush": "npm test",
49+
"prepush": "yarn test",
5050
"push:watch": "git push origin master && travis-watch",
5151
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
5252
},
5353
"lint-staged": {
54-
"{*.js,{rules,test}/**/*.js}": ["eslint --ext --cache --fix", "git add"],
54+
"{*.js,{rules,test}/**/*.js}": ["eslint --cache --fix", "git add"],
5555
"{*.json,.vscode/*.json}": ["prettier --write", "git add"]
5656
},
5757
"jest": {
@@ -73,8 +73,8 @@
7373
"babel-eslint": "^7.2.3",
7474
"eslint-config-airbnb-base": "^11.3.1",
7575
"eslint-config-prettier": "^2.1.1",
76-
"eslint-plugin-babel": "^4.1.1",
77-
"eslint-plugin-eslint-comments": "^1.0.1",
76+
"eslint-plugin-babel": "^4.1.2",
77+
"eslint-plugin-eslint-comments": "^1.0.3",
7878
"eslint-plugin-flowtype": "^2.35.0",
7979
"eslint-plugin-import": "^2.7.0",
8080
"eslint-plugin-jest": "^20.0.3",
@@ -99,6 +99,6 @@
9999
"prettier": "^1.5.3",
100100
"semantic-release": "^6.3.6",
101101
"travis-watch": "^1.17.1",
102-
"validate-commit-msg": "^2.13.1"
102+
"validate-commit-msg": "^2.14.0"
103103
}
104104
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,13 +1004,13 @@ eslint-module-utils@^2.1.1:
10041004
debug "^2.6.8"
10051005
pkg-dir "^1.0.0"
10061006

1007-
eslint-plugin-babel@^4.1.1:
1008-
version "4.1.1"
1009-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.1.tgz#ef285c87039b67beb3bbd227f5b0eed4fb376b87"
1007+
eslint-plugin-babel@^4.1.2:
1008+
version "4.1.2"
1009+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
10101010

1011-
eslint-plugin-eslint-comments@^1.0.1:
1012-
version "1.0.2"
1013-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-1.0.2.tgz#365a65ee3fd87f9958badb1a7eb13a40bac6c0b3"
1011+
eslint-plugin-eslint-comments@^1.0.3:
1012+
version "1.0.3"
1013+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-1.0.3.tgz#29443862c1a27219bf41342099ee951f9966004c"
10141014
dependencies:
10151015
escape-string-regexp "^1.0.5"
10161016

@@ -3979,9 +3979,9 @@ uuid@^3.0.0:
39793979
version "3.1.0"
39803980
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
39813981

3982-
validate-commit-msg@^2.13.1:
3983-
version "2.13.1"
3984-
resolved "https://registry.yarnpkg.com/validate-commit-msg/-/validate-commit-msg-2.13.1.tgz#71386ea45349c4970e091296f132dcf67dc50714"
3982+
validate-commit-msg@^2.14.0:
3983+
version "2.14.0"
3984+
resolved "https://registry.yarnpkg.com/validate-commit-msg/-/validate-commit-msg-2.14.0.tgz#e5383691012cbb270dcc0bc2a4effebe14890eac"
39853985
dependencies:
39863986
conventional-commit-types "^2.0.0"
39873987
find-parent-dir "^0.3.0"

0 commit comments

Comments
 (0)