Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency rimraf to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent be385d4 commit 173f9f9
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"rimraf": "^6.0.0",
"turbo": "^2.0.4",
"typescript": "^5.5.3"
},
Expand Down
70 changes: 39 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/kanao-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "^20.14.7",
"@types/pg": "^8.11.6",
"drizzle-kit": "^0.22.7",
"rimraf": "^5.0.7",
"rimraf": "^6.0.0",
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion services/kanao-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": "^20.14.7",
"@vladfrangu/async_event_emitter": "^2.3.0",
"drizzle-kit": "^0.22.7",
"rimraf": "^5.0.7",
"rimraf": "^6.0.0",
"typescript": "^5.5.3"
},
"optionalDependencies": {
Expand Down

0 comments on commit 173f9f9

Please sign in to comment.