Skip to content

Commit

Permalink
Update dependencies (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Jun 9, 2023
1 parent ffd3760 commit d1fd1a8
Show file tree
Hide file tree
Showing 2 changed files with 1,024 additions and 996 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -51,31 +51,31 @@
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"date-fns": "^2.29.3",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"rxjs": "^7.8.0",
"shell-quote": "^1.8.0",
"spawn-command": "0.0.2-1",
"rxjs": "^7.8.1",
"shell-quote": "^1.8.1",
"spawn-command": "0.0.2",
"supports-color": "^8.1.1",
"tree-kill": "^1.2.2",
"yargs": "^17.7.1"
"yargs": "^17.7.2"
},
"devDependencies": {
"@hirez_io/observer-spy": "^2.2.0",
"@swc/core": "^1.3.42",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.192",
"@types/node": "^14.18.42",
"@swc/core": "^1.3.62",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/node": "^14.18.48",
"@types/shell-quote": "^1.7.1",
"@types/supports-color": "^8.1.1",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"coveralls-next": "^4.2.0",
"ctrlc-wrapper": "^0.0.4",
"esbuild": "~0.17.14",
"eslint": "^8.37.0",
"esbuild": "~0.17.19",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
Expand All @@ -84,11 +84,11 @@
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-create-mock-instance": "^2.0.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"safe-publish-latest": "^2.0.0",
"string-argv": "^0.3.1",
"typescript": "~5.0.2"
"string-argv": "^0.3.2",
"typescript": "~5.1.3"
},
"files": [
"dist",
Expand Down

0 comments on commit d1fd1a8

Please sign in to comment.