Skip to content

Commit

Permalink
perf(package): remove some deprecated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Aug 17, 2020
1 parent 1b6a63d commit 305ab32
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 616 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,39 +55,39 @@
},
"homepage": "https://github.com/qiwi/libdefkit#readme",
"dependencies": {
"@qiwi/substrate": "^1.18.28",
"@types/lodash": "^4.14.151",
"@qiwi/substrate": "^1.18.37",
"@types/lodash": "^4.14.159",
"@types/meow": "^5.0.0",
"@types/read-pkg": "^5.1.0",
"dts-generator": "^3.0.0",
"replace-in-file": "^6.0.0",
"flowgen": "1.10.0",
"meow": "^7.0.1",
"tslib": "^2.0.0"
"replace-in-file": "^6.1.0",
"flowgen": "1.11.0",
"meow": "^7.1.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@qiwi/license": "^1.1.2",
"@qiwi/semantic-release-gh-pages-plugin": "^2.0.0",
"@qiwi/license": "^1.1.3",
"@qiwi/semantic-release-gh-pages-plugin": "^4.0.3",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.6",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@types/jest": "^25.2.2",
"@types/jest": "^26.0.10",
"@types/jest-json-schema": "^2.1.2",
"coveralls": "^3.1.0",
"eslint-plugin-typescript": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"esm": "^3.2.25",
"jest": "^26.0.1",
"jest": "^26.4.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.7",
"terser": "^4.6.13",
"ts-jest": "^26.0.0",
"tslint": "^6.1.2",
"tslint-config-qiwi": "^1.3.2",
"typedoc": "^0.17.7",
"typedoc-plugin-external-module-name": "^3.1.0",
"typescript": "^3.9.2",
"typescript-eslint-parser": "^22.0.0"
"semantic-release": "^17.1.1",
"terser": "^5.1.0",
"ts-jest": "^26.2.0",
"tslint": "^6.1.3",
"tslint-config-qiwi": "^1.5.0",
"typedoc": "^0.18.0",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "^3.9.7"
},
"release": {
"branch": "master",
Expand Down
5 changes: 3 additions & 2 deletions src/main/ts/cli.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env node

import meow from 'meow'
import {rinf} from '.'
import {rinf} from './rinf'
import {IRunnerOpts} from './interface'

const cli = meow(`
Usage
Expand All @@ -26,4 +27,4 @@ const cli = meow(`
},
})

rinf(cli.flags)
rinf(cli.flags as IRunnerOpts)
Loading

0 comments on commit 305ab32

Please sign in to comment.