Skip to content

Commit

Permalink
Workaround Yarn bug where wrong module version is installed from cache
Browse files Browse the repository at this point in the history
See yarnpkg/yarn#4722 and specifically
yarnpkg/yarn#4722 (comment).

The issue does not occur when specying the dependency as
https://github.com/user/repo.git#BRANCH.
  • Loading branch information
pascalw committed Jan 8, 2020
1 parent 363d090 commit f6efe88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"specimen-boilerplate-support": "kabisa/specimen-boilerplate-support#master",
"specimen-boilerplate-support": "https://github.com/kabisa/specimen-boilerplate-support.git#master",
"stylelint": "^12.0.0",
"stylelint-config-prettier": "^7.0.0",
"stylelint-config-standard": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8527,9 +8527,9 @@ specificity@^0.4.1:
resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019"
integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==

specimen-boilerplate-support@kabisa/specimen-boilerplate-support#master:
"specimen-boilerplate-support@https://github.com/kabisa/specimen-boilerplate-support.git#master":
version "1.0.0"
resolved "https://codeload.github.com/kabisa/specimen-boilerplate-support/tar.gz/63b62a4b5a6da0545f85e5286c0ef909978877b7"
resolved "https://github.com/kabisa/specimen-boilerplate-support.git#63b62a4b5a6da0545f85e5286c0ef909978877b7"
dependencies:
fontkit "^1.8.0"
postcss "^7.0.25"
Expand Down

0 comments on commit f6efe88

Please sign in to comment.