Closed lobsterkatie closed 1 year ago
missing yarn.lock update? unless its in netlify-cli
Yup, exactly. I had to check the same thing.
> yarn why rimraf
yarn why v1.22.17
[1/4] 🤔 Why do we have the module "rimraf"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "rimraf@3.0.2"
info Has been hoisted to "rimraf"
info Reasons this module exists
- Hoisted from "del#rimraf"
- Hoisted from "netlify#rimraf"
- Hoisted from "netlify-cli#@netlify#plugin-edge-handlers#del#rimraf"
- Hoisted from "netlify-cli#@netlify#build#tmp-promise#tmp#rimraf"
- Hoisted from "netlify-cli#netlify-redirect-parser#@netlify#config#netlify#rimraf"
- Hoisted from "netlify-cli#@netlify#build#@netlify#functions-utils#@netlify#zip-it-and-ship-it#del#rimraf"
- Hoisted from "netlify-cli#@netlify#build#@netlify#functions-utils#@netlify#zip-it-and-ship-it#@vercel#nft#@mapbox#node-pre-gyp#rimraf"
This removes rimraf from our dev dependencies, as we don't use it anywhere.
Ref: WOR-2817