Skip to content

Commit

Permalink
Upgrades eslint-plugin-jsx-a11y to 5.0.3; bump to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cursi authored and Jon Cursi committed May 17, 2017
1 parent 8d414e3 commit c9d010c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
Binary file removed node_yarn/debug-2.6.6.tgz
Binary file not shown.
Binary file added node_yarn/debug-2.6.7.tgz
Binary file not shown.
Binary file removed node_yarn/eslint-plugin-jsx-a11y-5.0.1.tgz
Binary file not shown.
Binary file added node_yarn/eslint-plugin-jsx-a11y-5.0.3.tgz
Binary file not shown.
Binary file removed node_yarn/ms-0.7.3.tgz
Binary file not shown.
Binary file added node_yarn/ms-2.0.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint-plugin-flowtype-errors": "^3.2.1",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-lodash": "^2.4.2",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-mocha": "^4.9.0",
Expand Down Expand Up @@ -49,5 +49,5 @@
"private": true,
"repository": "https://github.com/joncursi/eslint-config-redbird.git",
"scripts": {},
"version": "2.0.3"
"version": "2.0.4"
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@ debug@2.2.0:
ms "0.7.1"

debug@^2.1.1, debug@^2.2.0:
version "2.6.6"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.6.tgz#a9fa6fbe9ca43cf1e79f73b75c0189cbb7d6db5a"
version "2.6.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.7.tgz#92bad1f6d05bbb6bba22cca88bcd0ec894c2861e"
dependencies:
ms "0.7.3"
ms "2.0.0"

deep-is@~0.1.3:
version "0.1.3"
Expand Down Expand Up @@ -548,9 +548,9 @@ eslint-plugin-import@^2.2.0:
minimatch "^3.0.3"
pkg-up "^1.0.0"

eslint-plugin-jsx-a11y@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.0.1.tgz#48e678891fec9fe1e53ef53adc2f7d05fee6640c"
eslint-plugin-jsx-a11y@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.0.3.tgz#4a939f76ec125010528823331bf948cc573380b6"
dependencies:
aria-query "^0.5.0"
array-includes "^3.0.3"
Expand Down Expand Up @@ -1053,9 +1053,9 @@ ms@0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"

ms@0.7.3:
version "0.7.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.3.tgz#708155a5e44e33f5fd0fc53e81d0d40a91be1fff"
ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

multimatch@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit c9d010c

Please sign in to comment.