Skip to content

Commit

Permalink
Add missing rimraf dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbmb committed Feb 11, 2024
1 parent 5810145 commit ae0eb5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"redis": "^4.6.12",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
"typescript": "^5.2.0"
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ __metadata:
eslint-plugin-prettier: "npm:^5.0.0"
prettier: "npm:^3.0.0"
redis: "npm:^4.6.12"
rimraf: "npm:^5.0.5"
ts-node: "npm:^10.9.1"
tsup: "npm:^8.0.1"
turbos-clmm-sdk: "npm:^2.1.0"
Expand Down Expand Up @@ -3282,7 +3283,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.2.7, glob@npm:^10.3.10":
"glob@npm:^10.2.2, glob@npm:^10.2.7, glob@npm:^10.3.10, glob@npm:^10.3.7":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
Expand Down Expand Up @@ -5625,6 +5626,17 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.5":
version: 5.0.5
resolution: "rimraf@npm:5.0.5"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10c0/d50dbe724f33835decd88395b25ed35995077c60a50ae78ded06e0185418914e555817aad1b4243edbff2254548c2f6ad6f70cc850040bebb4da9e8cc016f586
languageName: node
linkType: hard

"rollup@npm:^4.0.2":
version: 4.9.6
resolution: "rollup@npm:4.9.6"
Expand Down

0 comments on commit ae0eb5b

Please sign in to comment.