You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vis-react has a dependency to vis in package.json as seen here: https://github.com/anishmprasad/vis-react/blob/master/package.json#L13
When vis has a new commit on the master, the hash value of that dependency changes for that package and cause the failure of the dependency check. The idea is keeping the dependency package always the same for a given particular version of vis package. It would solve the problem if vis could point an exact version or commit hash as it was done for lodash and uuid as an example.
The text was updated successfully, but these errors were encountered:
vis-react
has a dependency tovis
in package.json as seen here: https://github.com/anishmprasad/vis-react/blob/master/package.json#L13When
vis
has a new commit on the master, the hash value of that dependency changes for that package and cause the failure of the dependency check. The idea is keeping the dependency package always the same for a given particular version ofvis
package. It would solve the problem ifvis
could point an exact version or commit hash as it was done forlodash
anduuid
as an example.The text was updated successfully, but these errors were encountered: