Skip to content

Commit

Permalink
Update dependencies (#409)
Browse files Browse the repository at this point in the history
* Update dependencies
* Fix arg type for logTable
  • Loading branch information
paescuj committed Mar 29, 2023
1 parent 7c0e8cb commit a73b622
Show file tree
Hide file tree
Showing 4 changed files with 713 additions and 611 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -54,41 +54,41 @@
"date-fns": "^2.29.3",
"lodash": "^4.17.21",
"rxjs": "^7.8.0",
"shell-quote": "^1.7.4",
"shell-quote": "^1.8.0",
"spawn-command": "0.0.2-1",
"supports-color": "^8.1.1",
"tree-kill": "^1.2.2",
"yargs": "^17.6.2"
"yargs": "^17.7.1"
},
"devDependencies": {
"@hirez_io/observer-spy": "^2.2.0",
"@swc/core": "^1.3.24",
"@swc/core": "^1.3.42",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/node": "^14.18.36",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.192",
"@types/node": "^14.18.42",
"@types/shell-quote": "^1.7.1",
"@types/supports-color": "^8.1.1",
"@types/yargs": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"coveralls-next": "^4.2.0",
"ctrlc-wrapper": "^0.0.4",
"esbuild": "^0.16.13",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.0",
"esbuild": "~0.17.14",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.3.1",
"jest": "^29.5.0",
"jest-create-mock-instance": "^2.0.0",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"safe-publish-latest": "^2.0.0",
"string-argv": "^0.3.1",
"typescript": "~4.9.4"
"typescript": "~5.0.2"
},
"files": [
"dist",
Expand Down

0 comments on commit a73b622

Please sign in to comment.