Skip to content

Commit

Permalink
chore: Make sure peer dependencies are updated as well (#3294)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Oct 3, 2023
1 parent 9740c64 commit 8cd2f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "eslint \"packages/**/*.ts\" --fix",
"lint": "npm run prettier && npm run eslint",
"compile": "lerna run compile",
"update-dependencies": "ncu -u && lerna exec -- ncu -u -x node-fetch,chalk",
"update-dependencies": "ncu -u && lerna exec -- ncu -u --dep prod,dev,optional,peer -x node-fetch,chalk",
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",
"test:deno": "deno test --config deno/tsconfig.json deno/test.ts",
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
Expand Down

0 comments on commit 8cd2f41

Please sign in to comment.