Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 7, 2018
1 parent b64edca commit f652abd
Show file tree
Hide file tree
Showing 6 changed files with 512 additions and 486 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.1",
"@oclif/config": "^1.3.57",
"@oclif/errors": "^1.0.2",
"@oclif/command": "^1.4.7",
"@oclif/config": "^1.3.64",
"@oclif/errors": "^1.0.3",
"@types/semver": "^5.5.0",
"cli-ux": "^3.3.23",
"cross-spawn": "^6.0.4",
"cli-ux": "^3.3.27",
"cross-spawn": "^6.0.5",
"date-fns": "^1.29.0",
"debug": "^3.1.0",
"filesize": "^3.6.0",
"filesize": "^3.6.1",
"fs-extra": "^5.0.0",
"http-call": "^5.0.2",
"http-call": "^5.1.0",
"lodash": "^4.17.5",
"log-chopper": "^1.0.2",
"semver": "^5.5.0",
"tar-fs": "^1.16.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.2.18",
"@oclif/plugin-help": "^1.1.5",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@oclif/dev-cli": "^1.4.4",
"@oclif/plugin-help": "^1.2.3",
"@oclif/test": "^1.0.4",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.2",
"@types/cross-spawn": "^6.0.0",
"@types/fs-extra": "^5.0.1",
"@types/lodash": "^4.14.104",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"@types/lodash": "^4.14.106",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.2",
"@types/supports-color": "^3.1.0",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.0.1",
"ts-node": "^5.0.0",
"mocha": "^5.0.5",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
"typescript": "^2.8.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/commands/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as dateIsAfter from 'date-fns/is_after'
import * as fs from 'fs-extra'
import * as path from 'path'

import {IManifest, Updater} from '../update'
import {IManifest, Updater} from '..'
import {wait} from '../util'

export default class UpdateCommand extends Command {
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/init.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Config from '@oclif/config'
import cli from 'cli-ux'

import {Updater} from '../update'
import {Updater} from '..'

export const init: Config.Hook<'init'> = async function (opts) {
cli.config.errlog = opts.config.errlog
Expand Down
Loading

0 comments on commit f652abd

Please sign in to comment.