Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 14, 2018
1 parent df7e1dd commit 77b57ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
keys:
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
- v0-yarn-{{checksum ".circleci/config.yml"}}
- run: .circleci/greenkeeper
- run: yarn add -D nyc@11 @oclif/nyc-config@0
- run: yarn
- run: yarn add -D nyc@13 @oclif/nyc-config@1
- run: |
mkdir -p reports
$NYC yarn test
Expand Down
25 changes: 0 additions & 25 deletions .circleci/greenkeeper

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/read-pkg": "^3.0.0",
"chai": "^4.1.2",
"eslint": "^5.5.0",
"eslint-config-oclif": "^3.0.0",
"eslint-config-oclif": "^3.1.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,14 @@ eslint-ast-utils@^1.0.0:
lodash.get "^4.4.2"
lodash.zip "^4.2.0"

eslint-config-oclif@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-3.0.0.tgz#766bc14c51b4ca4973acf66d719df8c7c71dd700"
eslint-config-oclif@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-3.1.0.tgz#cbc207ced09e31676dcee2f724fc509cd20eb0bd"
dependencies:
eslint-config-xo-space "^0.20.0"
eslint-plugin-mocha "^5.2.0"
eslint-plugin-node "^7.0.1"
eslint-plugin-unicorn "^5.0.0"
eslint-plugin-unicorn "^6.0.1"

eslint-config-xo-space@^0.20.0:
version "0.20.0"
Expand Down Expand Up @@ -396,9 +396,9 @@ eslint-plugin-node@^7.0.1:
resolve "^1.8.1"
semver "^5.5.0"

eslint-plugin-unicorn@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-5.0.0.tgz#3cd37e9202892c4f819c3ce76dcbcae415c84b1d"
eslint-plugin-unicorn@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-6.0.1.tgz#4a97f0bc9449e20b82848dad12094ee2ba72347e"
dependencies:
clean-regexp "^1.0.0"
eslint-ast-utils "^1.0.0"
Expand Down

0 comments on commit 77b57ce

Please sign in to comment.