Skip to content

Commit

Permalink
Upgrade 'eslint-config-shakacode' from v14 to v15 (shakacode#902)
Browse files Browse the repository at this point in the history
Issue shakacode#872
Nb : Bump all related dependencies.
  • Loading branch information
LyzioOh authored and justin808 committed Jul 21, 2017
1 parent 36ca4e3 commit 184b64b
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 92 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"blue-tape": "^1.0.0",
"create-react-class": "^15.5.2",
"eslint": "^3.19.0",
"eslint-config-shakacode": "^14.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"eslint-config-shakacode": "^15.0.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.43.1",
"jsdom": "^9.12.0",
"prop-types": "^15.5.7",
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"babel-plugin-react-transform": "^2.0.2",
"body-parser": "^1.17.1",
"eslint": "^3.19.0",
"eslint-config-shakacode": "^14.1.1",
"eslint-config-shakacode": "^15.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
Expand Down
18 changes: 9 additions & 9 deletions spec/dummy/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1869,22 +1869,22 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-config-airbnb-base@^11.1.0:
eslint-config-airbnb-base@^11.2.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-11.2.0.tgz#19a9dc4481a26f70904545ec040116876018f853"

eslint-config-airbnb@^14.1.0:
version "14.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-14.1.0.tgz#355d290040bbf8e00bf8b4b19f4b70cbe7c2317f"
eslint-config-airbnb@^15.0.1:
version "15.0.2"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-15.0.2.tgz#7b99fa421d0c15aee3310d647644315b02ea24da"
dependencies:
eslint-config-airbnb-base "^11.1.0"
eslint-config-airbnb-base "^11.2.0"

eslint-config-shakacode@^14.1.1:
version "14.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-shakacode/-/eslint-config-shakacode-14.1.1.tgz#bc31841c20799435c14ae7b008f04fc8e1d7f97a"
eslint-config-shakacode@^15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-shakacode/-/eslint-config-shakacode-15.0.0.tgz#186a6dd3b4e103aa5faaec8e771f865a10a6e55a"
dependencies:
babel-eslint "^7.1.1"
eslint-config-airbnb "^14.1.0"
eslint-config-airbnb "^15.0.1"

eslint-import-resolver-node@^0.2.0:
version "0.2.3"
Expand Down
Loading

0 comments on commit 184b64b

Please sign in to comment.