diff --git a/.projen/deps.json b/.projen/deps.json index 7308b53..927ce7e 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -2,12 +2,10 @@ "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 b8800ea..26bea4a 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -54,9 +54,9 @@ const project = new ConstructLibraryCdk8s({ // packageManager: NodePackageManager.YARN, /* The Node Package Manager used to execute scripts. */ // packageName: undefined, /* The "name" in package.json. */ // peerDependencyOptions: undefined, /* Options for `peerDeps`. */ - peerDeps: ["constructs@^3.3.5"], + 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", "@commitlint/cli"], //deps: ["constructs@^3.3.5"], /* Peer dependencies for this module. */ diff --git a/yarn.lock b/yarn.lock index ea001a0..d02bc6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,7 +30,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@commitlint/cli@11.0.0": +"@commitlint/cli@^11.0.0": version "11.0.0" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-11.0.0.tgz#698199bc52afed50aa28169237758fa14a67b5d3" integrity sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g== @@ -48,7 +48,7 @@ resolve-global "1.0.0" yargs "^15.1.0" -"@commitlint/config-conventional@11.0.0": +"@commitlint/config-conventional@^11.0.0": version "11.0.0" resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-11.0.0.tgz#3fa300a1b639273946de3c3f15e1cda518333422" integrity sha512-SNDRsb5gLuDd2PL83yCOQX6pE7gevC79UPFx+GLbLfw6jGnnbO9/tlL76MLD8MOViqGbo7ZicjChO9Gn+7tHhA==