summaryrefslogtreecommitdiff
path: root/yarn.lock
AgeCommit message (Collapse)Author
2020-10-05Remove yarn.lock from project rootFabian Mastenbroek
This change removes the yarn.lock from the root of the project repository which was left there during the monorepo migration. The file also correctly exists in the frontend directory itself.
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