Skip to content

Commit

Permalink
chore(deps): update dependency check-node-version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2017
1 parent 1ecfe32 commit df2fa8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion js-given/package.json
Expand Up @@ -71,7 +71,7 @@
"babel-preset-react": "6.24.1",
"chai": "4.1.2",
"chalk": "2.3.0",
"check-node-version": "2.1.0",
"check-node-version": "3.0.0",
"jasmine": "2.8.0",
"jasmine-spec-reporter": "4.2.1",
"jest": "21.2.1",
Expand Down
6 changes: 3 additions & 3 deletions js-given/yarn.lock
Expand Up @@ -1355,9 +1355,9 @@ check-error@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"

check-node-version@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/check-node-version/-/check-node-version-2.1.0.tgz#85565842cf79a09dfa8e266720575ee0aec1983d"
check-node-version@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/check-node-version/-/check-node-version-3.0.0.tgz#042e29cf6b744c454e08793730a84857bf6d66ab"
dependencies:
map-values "^1.0.1"
minimist "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"babel-eslint": "8.0.2",
"chalk": "2.3.0",
"check-node-version": "2.1.0",
"check-node-version": "3.0.0",
"coveralls": "3.0.0",
"eslint": "4.11.0",
"eslint-config-prettier": "2.7.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -247,9 +247,9 @@ chalk@^2.0.0, chalk@^2.1.0:
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"

check-node-version@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/check-node-version/-/check-node-version-2.1.0.tgz#85565842cf79a09dfa8e266720575ee0aec1983d"
check-node-version@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/check-node-version/-/check-node-version-3.0.0.tgz#042e29cf6b744c454e08793730a84857bf6d66ab"
dependencies:
map-values "^1.0.1"
minimist "^1.2.0"
Expand Down

0 comments on commit df2fa8a

Please sign in to comment.