Skip to content

Commit

Permalink
Refer to Git packages with "https" (yarnpkg/yarn#4734)
Browse files Browse the repository at this point in the history
Without this, Yarn uses a version from its cache instead of the
version specified in yarn.lock.

Solution: "specifying it as user/repo#SHA does not update as expected
(more details below), but specifying as
https://github.com/user/repo.git#SHA does work as expected."

yarnpkg/yarn#4722 (comment)
  • Loading branch information
tuukka committed May 4, 2020
1 parent c260a46 commit 3f7027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"notistack": "^0.9.11",
"plannerjs": "^0.4.0",
"react": "^16.13.1",
"react-autosuggest-geocoder": "gatesolve/react-autosuggest-geocoder#fix/modify-for-gatesolve",
"react-autosuggest-geocoder": "https://github.com/gatesolve/react-autosuggest-geocoder#fix/modify-for-gatesolve",
"react-dom": "^16.13.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
Expand Down

0 comments on commit 3f7027d

Please sign in to comment.