Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ominestre committed May 20, 2022
1 parent b27b165 commit ddcbb65
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 182 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
"devDependencies": {
"@knodes/typedoc-plugin-pages": "~0.22.4",
"@types/chai": "~4.3.1",
"@types/cli-progress": "~3.9.2",
"@types/cli-progress": "~3.11.0",
"@types/cli-table": "~0.3.0",
"@types/mocha": "~9.1.0",
"@types/node": "~17.0.24",
"@types/mocha": "~9.1.1",
"@types/node": "~17.0.35",
"@types/sinon": "~10.0.11",
"@types/yargs": "~17.0.10",
"@typescript-eslint/eslint-plugin": "~5.19.0",
"@typescript-eslint/parser": "~5.19.0",
"@typescript-eslint/eslint-plugin": "~5.25.0",
"@typescript-eslint/parser": "~5.25.0",
"chai": "~4.3.6",
"eslint": "~8.13.0",
"eslint": "~8.15.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-plugin-import": "~2.26.0",
"lodash": "^4.17.21",
"mocha": "~9.2.2",
"mocha": "~10.0.0",
"rimraf": "~3.0.2",
"sinon": "~13.0.2",
"sinon": "~14.0.0",
"ts-node": "~10.7.0",
"typedoc": "~0.22.15",
"typescript": "~4.6.3"
"typescript": "~4.6.4"
},
"dependencies": {
"cli-progress": "~3.10.0",
"cli-progress": "~3.11.1",
"cli-table3": "~0.6.2",
"yargs": "~17.4.1"
"yargs": "~17.5.1"
}
}
Loading

0 comments on commit ddcbb65

Please sign in to comment.