Skip to content

Commit

Permalink
prettierx: add yaml resolutions to package.json
Browse files Browse the repository at this point in the history
to avoid issue with yaml when testing from the command line
  • Loading branch information
brodybits committed Jul 21, 2020
1 parent cb693fd commit 182cfad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -26,8 +26,13 @@
" it is specified as optional in peerDependenciesMeta",
"* explicit yaml@1.8.3 version is needed due to a prod build issue",
" between @babel/parser & yaml@1.9.0 update",
"* yaml resolutions entry is added to avoid issue with yaml",
" when testing from the command line",
"<!-- -->"
],
"resolutions": {
"*/yaml": "1.8.3"
},
"dependencies": {
"@angular/compiler": "8.2.14",
"@babel/code-frame": "7.10.4",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Expand Up @@ -8275,18 +8275,13 @@ yaml-unist-parser@1.1.1:
tslib "^1.10.0"
yaml "^1.7.1"

yaml@1.8.3:
yaml@1.8.3, yaml@^1.7.1:
version "1.8.3"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a"
integrity sha512-X/v7VDnK+sxbQ2Imq4Jt2PRUsRsP7UcpSl3Llg6+NRRqWLIvxkMFYtH1FmvwNGYRKKPa+EPA4qDBlI9WVG1UKw==
dependencies:
"@babel/runtime" "^7.8.7"

yaml@^1.7.1:
version "1.10.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

yargs-parser@^18.1.2:
version "18.1.3"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
Expand Down

0 comments on commit 182cfad

Please sign in to comment.