Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukeero committed Oct 31, 2023
1 parent 4c9176b commit 642e057
Show file tree
Hide file tree
Showing 2 changed files with 327 additions and 362 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,28 @@
"node-cache": "^5.1.2"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.7.23",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"depcheck": "^1.4.3",
"eslint": "^8.23.1",
"husky": "^8.0.1",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@tsconfig/node16": "^16.1.1",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"depcheck": "^1.4.7",
"eslint": "^8.52.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "^29.5.0",
"lint-staged": "^13.0.3",
"pino": "^8.5.0",
"jest": "^29.7.0",
"lint-staged": "^15.0.2",
"pino": "^8.16.1",
"pinst": "^3.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.14",
"typedoc-plugin-versions": "^0.2.1",
"typescript": "^4.8.3"
"typedoc": "^0.23.1",
"typedoc-plugin-versions": "^0.2.4",
"typescript": "^4.9.1"
},
"packageManager": "yarn@4.0.1"
}

0 comments on commit 642e057

Please sign in to comment.