Skip to content

Commit

Permalink
fix: yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter-Thompson committed Feb 6, 2021
1 parent 6cf7d46 commit 76c1a0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"dependencies": [
{
"name": "@commitlint/cli",
"version": "11.0.0",
"type": "build"
},
{
"name": "@commitlint/config-conventional",
"version": "11.0.0",
"type": "build"
},
{
Expand Down
4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand All @@ -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==
Expand Down

0 comments on commit 76c1a0c

Please sign in to comment.