Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 27, 2024
1 parent dc531d0 commit fd4358f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 1 addition & 3 deletions packages/msw-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
],
"scripts": {
"build": "tsup",
"clean": "rimraf ./dist",
"dev": "yarn build --watch",
"prepublishOnly": "yarn clean && yarn build",
"prepublishOnly": "yarn build",
"release": "auto shipit"
},
"dependencies": {
Expand All @@ -51,7 +50,6 @@
"@auto-it/released": "^11.1.1",
"auto": "^11.1.1",
"msw": "^2.0.9",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
},
Expand Down
14 changes: 1 addition & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10849,7 +10849,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7":
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
Expand Down Expand Up @@ -13953,7 +13953,6 @@ __metadata:
auto: "npm:^11.1.1"
is-node-process: "npm:^1.0.1"
msw: "npm:^2.0.9"
rimraf: "npm:^5.0.5"
tsup: "npm:^8.0.1"
typescript: "npm:^5.2.2"
peerDependencies:
Expand Down Expand Up @@ -17163,17 +17162,6 @@ __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

"rimraf@npm:~2.6.2":
version: 2.6.3
resolution: "rimraf@npm:2.6.3"
Expand Down

0 comments on commit fd4358f

Please sign in to comment.