From 2808a5a9e0e80eb338301f5e7d84b83130090e12 Mon Sep 17 00:00:00 2001 From: Hunter-Thompson Date: Sat, 6 Feb 2021 19:51:54 +0530 Subject: [PATCH] fix: .projenrc.js --- .projen/deps.json | 2 ++ .projenrc.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.projen/deps.json b/.projen/deps.json index 927ce7e..adf1e00 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -2,10 +2,12 @@ "dependencies": [ { "name": "@commitlint/cli", + "version": "^11.0.0", "type": "build" }, { "name": "@commitlint/config-conventional", + "version": "^11.0.0", "type": "build" }, { diff --git a/.projenrc.js b/.projenrc.js index 26bea4a..224e3a1 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -56,7 +56,7 @@ const project = new ConstructLibraryCdk8s({ // peerDependencyOptions: undefined, /* Options for `peerDeps`. */ peerDeps: ["constructs@3.3.5"], - devDeps: ["constructs@3.3.5", "prettier", "@commitlint/config-conventional", "@commitlint/cli"], + devDeps: ["constructs@3.3.5", "prettier", "@commitlint/config-conventional@^11.0.0", "@commitlint/cli@^11.0.0"], //deps: ["constructs@^3.3.5"], /* Peer dependencies for this module. */