Skip to content

Commit

Permalink
Merge pull request #618 from dependabot/dependabot/npm_and_yarn/helpe…
Browse files Browse the repository at this point in the history
…rs/yarn/eslint-5.3.0

Bump eslint from 5.2.0 to 5.3.0 in /helpers/yarn
  • Loading branch information
greysteil authored Aug 4, 2018
2 parents b97d540 + 2d1b732 commit 9b65b52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helpers/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"semver": "^5.5.0"
},
"devDependencies": {
"eslint": "^5.2.0",
"eslint": "^5.3.0",
"eslint-plugin-prettier": "^2.6.2",
"fs-extra": "^7.0.0",
"jest": "^23.4.2",
Expand Down
14 changes: 7 additions & 7 deletions helpers/yarn/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1073,9 +1073,9 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.2.0.tgz#3901ae249195d473e633c4acbc370068b1c964dc"
eslint@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.3.0.tgz#53695aca5213968aacdf970ccb231e42a2b285f8"
dependencies:
ajv "^6.5.0"
babel-code-frame "^6.26.0"
Expand Down Expand Up @@ -1108,7 +1108,7 @@ eslint@^5.2.0:
path-is-inside "^1.0.2"
pluralize "^7.0.0"
progress "^2.0.0"
regexpp "^1.1.0"
regexpp "^2.0.0"
require-uncached "^1.0.3"
semver "^5.5.0"
string.prototype.matchall "^2.0.0"
Expand Down Expand Up @@ -3255,9 +3255,9 @@ regexp.prototype.flags@^1.2.0:
dependencies:
define-properties "^1.1.2"

regexpp@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
regexpp@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.0.tgz#b2a7534a85ca1b033bcf5ce9ff8e56d4e0755365"

remove-trailing-separator@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 9b65b52

Please sign in to comment.