Skip to content

Commit 3ca6381

Browse files
chore(deps): update dependency rimraf to v6
1 parent eee3126 commit 3ca6381

File tree

7 files changed

+82
-24
lines changed

7 files changed

+82
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@swc/core": "^1.6.5",
2222
"@types/node": "^20.14.9",
2323
"lerna": "^8.1.5",
24-
"rimraf": "^5.0.7",
24+
"rimraf": "^6.0.0",
2525
"typescript": "^5.5.3"
2626
},
2727
"workspaces": [

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
3333
"@typescript-eslint/parser": "^6.21.0",
3434
"eslint": "^8.57.0",
35-
"rimraf": "^5.0.7",
35+
"rimraf": "^6.0.0",
3636
"typescript": "^5.5.3"
3737
},
3838
"eslintConfig": {

packages/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
3333
"@typescript-eslint/parser": "^6.21.0",
3434
"eslint": "^8.57.0",
35-
"rimraf": "^5.0.7",
35+
"rimraf": "^6.0.0",
3636
"typescript": "^5.5.3"
3737
},
3838
"eslintConfig": {

packages/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/parser": "^6.21.0",
3434
"eslint": "^8.57.0",
3535
"prisma": "^5.16.1",
36-
"rimraf": "^5.0.7",
36+
"rimraf": "^6.0.0",
3737
"typescript": "^5.5.3"
3838
},
3939
"eslintConfig": {

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"drizzle-kit": "^0.22.7",
3535
"eslint": "^8.57.0",
3636
"lavalink-api-types": "^2.0.2",
37-
"rimraf": "^5.0.7",
37+
"rimraf": "^6.0.0",
3838
"typescript": "^5.5.3"
3939
},
4040
"eslintConfig": {

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"amqplib": "^0.10.4",
3636
"eslint": "^8.57.0",
3737
"ioredis": "^5.4.1",
38-
"rimraf": "^5.0.7",
38+
"rimraf": "^6.0.0",
3939
"typescript": "^5.5.3"
4040
},
4141
"eslintConfig": {

pnpm-lock.yaml

Lines changed: 76 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)