deps: remove wait-on (#11201)
The `wait-on` dep is not used anywhere in the monorepo, so this commit removes it. The following command only shows the `package.json` and lockfile: ```bash git grep -rin wait-on ``` We should remove all unused deps
Showing
| ... | ... | @@ -65,8 +65,7 @@ |
| "nx-cloud": "latest", | ||
| "prettier": "^2.8.0", | ||
| "rimraf": "^5.0.5", | ||
| "typescript": "^5.5.4", | ||
| "wait-on": "^7.2.0" | ||
| "typescript": "^5.5.4" | ||
| }, | ||
| "dependencies": { | ||
| "@changesets/cli": "^2.27.7" | ||
| ... | ... |
Please register or sign in to comment