Skip to content

Commit

Permalink
chore: update dependencies (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Zidious <Zidious@users.noreply.github.com>
  • Loading branch information
Zidious and Zidious committed Jul 5, 2023
1 parent e9e5977 commit e39dcca
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 196 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@
"type": "module",
"dependencies": {
"@crypto-coffee/coingecko-api": "^1.2.0",
"chalk": "5.2.0",
"json2csv": "^5.0.7",
"chalk": "^5.3.0",
"json2csv": "^6.0.0-alpha.2",
"meow": "^11.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/json2csv": "^5.0.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.54.0",
"chai": "^4.3.7",
"eslint": "^8.35.0",
"execa": "^7.0.0",
"eslint": "^8.44.0",
"execa": "^7.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"lint-staged": "^13.2.3",
"mocha": "^10.2.0",
"prettier": "^2.8.4",
"prettier": "^2.8.8",
"rimraf": "^4.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},
"lint-staged": {
"*.{md,ts}": [
Expand Down

0 comments on commit e39dcca

Please sign in to comment.