Skip to content

Commit

Permalink
prettierx: Add tslib to avoid a peerDependencies warning (#376)
Browse files Browse the repository at this point in the history
* Add tslib to prevent peerDependencies warning
* update tslib to 1.14.1
* Update lock file
* add note to package.json

Co-authored-by: Christopher J. Brody <[email protected]>
  • Loading branch information
ai and Christopher J. Brody authored Dec 27, 2020
1 parent 320ea5e commit 36147fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"* latest updates of ci-info from GitHub are not needed for prettierx",
"* flow-parser & typescript are moved to devDependencies, and",
" they are specified as optional in peerDependenciesMeta",
"* tslib is added to dependencies to avoid a peerDependencies warning",
" with @angular/compiler version 9",
" (should not be an issue with @angular/compiler version >= 10)",
"* codecov is removed from devDependencies",
"<!-- -->"
],
Expand Down Expand Up @@ -82,6 +85,7 @@
"semver": "7.3.2",
"srcset": "3.0.0",
"string-width": "4.2.0",
"tslib": "1.14.1",
"unicode-regex": "3.0.0",
"unified": "9.2.0",
"vnopts": "1.0.2",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8102,6 +8102,11 @@ tsconfig-paths@^3.9.0:
minimist "^1.2.0"
strip-bom "^3.0.0"

[email protected]:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
version "1.13.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
Expand Down

0 comments on commit 36147fa

Please sign in to comment.