Skip to content

Commit 0a98777

Browse files
committed
chore!: update dependencies (#11)
1 parent 19efb85 commit 0a98777

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@
3939
},
4040
"dependencies": {
4141
"@types/pino": "^7.0.4",
42-
"@types/yargs": "^16.0.4",
43-
"dotenv": "^16.0.0",
42+
"@types/yargs": "^17.0.11",
43+
"dotenv": "^16.0.1",
4444
"form-data": "^4.0.0",
4545
"got": "^11.8.2",
46-
"pino": "^7.9.2",
47-
"pino-pretty": "^7.6.0",
48-
"yargs": "^16.2.0"
46+
"pino": "^8.4.1",
47+
"pino-pretty": "^9.0.1",
48+
"yargs": "^17.5.1"
4949
},
5050
"devDependencies": {
51-
"@types/jest": "^27.4.1",
52-
"eslint": "^8.12.0",
53-
"eslint-config-cheminfo-typescript": "^10.4.0",
54-
"jest": "^27.5.1",
55-
"jest-mock": "^27.5.1",
56-
"prettier": "^2.6.2",
51+
"@types/jest": "^28.1.7",
52+
"eslint": "^8.22.0",
53+
"eslint-config-cheminfo-typescript": "^11.0.1",
54+
"jest": "^28.1.3",
55+
"jest-mock": "^28.1.3",
56+
"prettier": "^2.7.1",
5757
"rimraf": "^3.0.2",
58-
"ts-jest": "^27.1.4",
59-
"typescript": "^4.6.3"
58+
"ts-jest": "^28.0.8",
59+
"typescript": "^4.7.4"
6060
}
6161
}

src/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ export function processorCli({
4141
})
4242
.usage('Usage: $0 <command> [options]')
4343
.command('process', 'start the processor')
44-
.example(
45-
'$0 process --interval 10',
46-
'count the lines in the given file',
47-
).argv;
44+
.example('$0 process --interval 10', 'count the lines in the given file')
45+
.parseSync();
4846

4947
const processor = new ProcessorManager({
5048
verbose,

0 commit comments

Comments
 (0)