Skip to content

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] committed Jul 23, 2024
1 parent e28615d commit 2eb96cd
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@swc/core": "^1.6.5",
"@types/node": "^20.14.9",
"lerna": "^8.1.5",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"prisma": "^5.16.1",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"drizzle-kit": "^0.22.7",
"eslint": "^8.57.0",
"lavalink-api-types": "^2.0.2",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"amqplib": "^0.10.4",
"eslint": "^8.57.0",
"ioredis": "^5.4.1",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand Down
93 changes: 76 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 2eb96cd

Please sign in to comment.