Skip to content

Commit

Permalink
Update dependencies (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Jan 3, 2023
1 parent 08c971d commit d4c3b21
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 720 deletions.
48 changes: 24 additions & 24 deletions package.json
Expand Up @@ -50,45 +50,45 @@
"author": "Kimmo Brunfeldt",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"date-fns": "^2.29.1",
"chalk": "^4.1.2",
"date-fns": "^2.29.3",
"lodash": "^4.17.21",
"rxjs": "^7.0.0",
"shell-quote": "^1.7.3",
"spawn-command": "^0.0.2-1",
"supports-color": "^8.1.0",
"rxjs": "^7.8.0",
"shell-quote": "^1.7.4",
"spawn-command": "0.0.2-1",
"supports-color": "^8.1.1",
"tree-kill": "^1.2.2",
"yargs": "^17.3.1"
"yargs": "^17.6.2"
},
"devDependencies": {
"@hirez_io/observer-spy": "^2.2.0",
"@swc/core": "^1.2.224",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.8",
"@types/lodash": "^4.14.178",
"@types/node": "^14.18.23",
"@swc/core": "^1.3.24",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/node": "^14.18.36",
"@types/shell-quote": "^1.7.1",
"@types/supports-color": "^8.1.1",
"@types/yargs": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"coveralls-next": "^4.1.2",
"@types/yargs": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"coveralls-next": "^4.2.0",
"ctrlc-wrapper": "^0.0.4",
"esbuild": "^0.15.1",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"esbuild": "^0.16.13",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "^8.0.3",
"jest": "^29.3.1",
"jest-create-mock-instance": "^2.0.0",
"lint-staged": "^13.0.4",
"prettier": "^2.6.2",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"safe-publish-latest": "^2.0.0",
"string-argv": "^0.3.1",
"typescript": "~4.9.3"
"typescript": "~4.9.4"
},
"files": [
"dist",
Expand Down

0 comments on commit d4c3b21

Please sign in to comment.