Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent dbeb965 commit ff9b2b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.76",
"@types/node": "^18.17.4",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.21",
"@types/node": "^18.19.47",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"bun-types": "^0.7.3",
"bun-types": "^0.8.0",
"eslint": "^8.41.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.10",
"typescript": "^5.0.4"
},
"eslintConfig": {
Expand All @@ -43,11 +43,11 @@
}
},
"dependencies": {
"@bogeychan/elysia-logger": "^0.0.4",
"elysia": "^0.6.3",
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
"redis": "^4.6.7",
"redis-om": "^0.4.2"
"@bogeychan/elysia-logger": "^0.1.0",
"elysia": "^0.8.0",
"pino": "^8.21.0",
"pino-pretty": "^10.3.1",
"redis": "^4.7.0",
"redis-om": "^0.4.6"
}
}

0 comments on commit ff9b2b9

Please sign in to comment.