Skip to content

Commit

Permalink
fix(deps): peer dependencies are never direct
Browse files Browse the repository at this point in the history
there’s no value in having the same dependency
declared as both direct and peer
  • Loading branch information
mxdvl committed Jan 8, 2024
1 parent 31329c9 commit 72b91ab
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 8 deletions.
49 changes: 44 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"@types/node": "20.10.5",
"@types/yargs": "^17.0.32",
"aws-cdk": "2.114.1",
"aws-cdk-lib": "2.114.1",
"constructs": "10.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-custom-rules": "file:tools/eslint",
Expand All @@ -55,11 +57,9 @@
"dependencies": {
"@changesets/cli": "^2.27.1",
"@oclif/core": "2.15.0",
"aws-cdk-lib": "2.114.1",
"aws-sdk": "^2.1525.0",
"chalk": "^4.1.2",
"codemaker": "^1.93.0",
"constructs": "10.3.0",
"git-url-parse": "^13.1.1",
"js-yaml": "^4.1.0",
"lodash.camelcase": "^4.3.0",
Expand All @@ -78,4 +78,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 72b91ab

Please sign in to comment.