Skip to content

Commit

Permalink
fix: fixed esoteric dependency issue between npm and chalk that was b…
Browse files Browse the repository at this point in the history
…reaking release

fix #335
  • Loading branch information
spiltcoffee committed Jan 30, 2022
1 parent 8c322de commit f1f0ad7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ logFilters:
nodeLinker: node-modules

packageExtensions:
"@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2":
peerDependencies:
typescript: ">=2.7"
"@commitlint/load@16.1.0":
dependencies:
"@types/node": "*"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
"node": ">=14.0.0"
},
"snyk": true,
"resolutions": {
"npm/chalk": "^4.0.0"
},
"packageManager": "yarn@3.1.1"
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2414,13 +2414,6 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:*, chalk@npm:^5.0.0":
version: 5.0.0
resolution: "chalk@npm:5.0.0"
checksum: 6eba7c518b9aa5fe882ae6d14a1ffa58c418d72a3faa7f72af56641f1bbef51b645fca1d6e05d42357b7d3c846cd504c0b7b64d12309cdd07867e3b4411e0d01
languageName: node
linkType: hard

"chalk@npm:^2.0.0, chalk@npm:^2.3.2, chalk@npm:^2.4.1, chalk@npm:^2.4.2":
version: 2.4.2
resolution: "chalk@npm:2.4.2"
Expand All @@ -2442,6 +2435,13 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.0.0":
version: 5.0.0
resolution: "chalk@npm:5.0.0"
checksum: 6eba7c518b9aa5fe882ae6d14a1ffa58c418d72a3faa7f72af56641f1bbef51b645fca1d6e05d42357b7d3c846cd504c0b7b64d12309cdd07867e3b4411e0d01
languageName: node
linkType: hard

"char-regex@npm:^1.0.2":
version: 1.0.2
resolution: "char-regex@npm:1.0.2"
Expand Down

0 comments on commit f1f0ad7

Please sign in to comment.