Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent 4691b6e commit 65323eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"fancy-test": "^1.0.1"
},
"devDependencies": {
"@oclif/command": "^1.2.22",
"@oclif/config": "^1.3.47",
"@oclif/command": "^1.2.23",
"@oclif/config": "^1.3.48",
"@oclif/errors": "^1.0.1",
"@oclif/tslint": "^0.2.10",
"@oclif/tslint": "^1.0.1",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@oclif/command@^1.2.22":
version "1.2.22"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.22.tgz#7bdda016381d45cc4d2e3b8c14fc056f96146368"
"@oclif/command@^1.2.23":
version "1.2.23"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.23.tgz#12bd96c3b4839a712f364d9aa36e463ba870d906"
dependencies:
"@oclif/parser" "^3.2.8"

"@oclif/config@^1.3.47":
version "1.3.47"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.47.tgz#7e7cf7ab0634edd60bd1675260ac588e6f6521fe"
"@oclif/config@^1.3.48":
version "1.3.48"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.48.tgz#ec89b51ca424854cb0f5ce1afb7747f4113ef1e4"

"@oclif/errors@^1.0.1":
version "1.0.1"
Expand All @@ -26,9 +26,9 @@
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.8.tgz#2b2e35b5c075d200d70950923acd64e258c5ae1d"

"@oclif/tslint@^0.2.10":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-0.2.10.tgz#39b8ed295a1f4e3f597c1c1ca2167eaa0bbc5b38"
"@oclif/tslint@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.0.1.tgz#ef68459638548e3a3a06fd6da60025fe33f4bcb8"
dependencies:
tslint-xo "^0.6.0"

Expand Down

0 comments on commit 65323eb

Please sign in to comment.