Skip to content

Commit

Permalink
fix(jsii): breaks due to faulty version of colors (#3328)
Browse files Browse the repository at this point in the history
See Marak/colors.js#289.

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
otaviomacedo committed Jan 9, 2022
1 parent a348b4c commit 13c0737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@jsii/check-node": "0.0.0",
"@jsii/spec": "^0.0.0",
"colors": "^1.4.0",
"colors": "1.4.0",
"fs-extra": "^9.1.0",
"oo-ascii-tree": "^0.0.0",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Expand Up @@ -38,7 +38,7 @@
"@jsii/check-node": "0.0.0",
"@jsii/spec": "^0.0.0",
"case": "^1.6.3",
"colors": "^1.4.0",
"colors": "1.4.0",
"deep-equal": "^2.0.5",
"fs-extra": "^9.1.0",
"log4js": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13c0737

Please sign in to comment.