Skip to content

Commit

Permalink
fix: .projenrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter-Thompson committed Feb 6, 2021
1 parent 76c1a0c commit 2808a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"dependencies": [
{
"name": "@commitlint/cli",
"version": "^11.0.0",
"type": "build"
},
{
"name": "@commitlint/config-conventional",
"version": "^11.0.0",
"type": "build"
},
{
Expand Down
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const project = new ConstructLibraryCdk8s({
// peerDependencyOptions: undefined, /* Options for `peerDeps`. */
peerDeps: ["[email protected]"],

devDeps: ["[email protected]", "prettier", "@commitlint/config-conventional", "@commitlint/cli"],
devDeps: ["[email protected]", "prettier", "@commitlint/config-conventional@^11.0.0", "@commitlint/cli@^11.0.0"],

//deps: ["constructs@^3.3.5"],
/* Peer dependencies for this module. */
Expand Down

0 comments on commit 2808a5a

Please sign in to comment.