-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hunter-Thompson
committed
Feb 6, 2021
1 parent
6cf7d46
commit 76c1a0c
Showing
3 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: ["[email protected]"], | ||
|
||
devDeps: ["constructs@^3.3.5", "prettier", "@commitlint/config-conventional", "@commitlint/cli"], | ||
devDeps: ["[email protected]", "prettier", "@commitlint/config-conventional", "@commitlint/cli"], | ||
|
||
//deps: ["constructs@^3.3.5"], | ||
/* Peer dependencies for this module. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@commitlint/[email protected]": | ||
"@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/[email protected]": | ||
"@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== | ||
|