Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Jul 20, 2023
1 parent a79d3f2 commit add255e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
"author": "KaKa",
"license": "GPL-3.0",
"dependencies": {
"bree": "^9.0.0",
"fastify-plugin": "^4.0.0"
"bree": "^9.1.3",
"fastify-plugin": "^4.5.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/tap": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@types/node": "^20.4.2",
"@types/tap": "^15.0.8",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "^8.19.0",
"eslint-config-standard-with-typescript": "^27.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"fastify": "^4.0.0",
"tap": "^16.0.0",
"ts-node": "^10.4.0",
"tsc-alias": "^1.8.1",
"typescript": "~4.7.0"
"eslint": "^8.45.0",
"eslint-config-standard-with-typescript": "^36.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"fastify": "^4.20.0",
"tap": "^16.3.7",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.7",
"typescript": "~5.1.6"
}
}

0 comments on commit add255e

Please sign in to comment.