summaryrefslogtreecommitdiff
path: root/yarn.lock
AgeCommit message (Collapse)Author
2020-06-08Merge remote-tracking branch 'gitlab/master'Fabian Mastenbroek
2019-02-11Fix build issueGeorgios Andreadis
2018-11-12bug: Fix React invariant error due to dependency mismatchFabian Mastenbroek
This change fixes an issue with React crashing due to an invariant error that was caused by a dependency mismatch between React and react-konva. I have included the Yarn lock file in the repository to prevent these issues from happening in the future and keeping the installation deterministic. Additionally, I have updated react-konva and konva to the latest version to be compatible with the targeted React release. Fixes #63