diff options
| author | Fabian Mastenbroek <fabianishere@outlook.com> | 2018-11-12 22:25:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-12 22:25:52 +0100 |
| commit | 3dd0cd6f4f4279e5c13354d36f57a0ca7233669a (patch) | |
| tree | 24d98d5656173f6b98ba64050ec9d69d3948011f /package.json | |
| parent | 5dfe9628879d5a07593be19f6e3be712e423bec9 (diff) | |
| parent | 4ccc0ca058f88610980ccc31e4fda726a57037e2 (diff) | |
Merge pull request #65 from atlarge-research/bug/react-invariant-crash
bug: Fix React invariant error due to dependency mismatch
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index d607e7c5..cac7fb8a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "approximate-number": "^2.0.0", "classnames": "^2.2.5", "husky": "^0.14.3", - "konva": "^1.7.2", + "konva": "^2.5.1", "lint-staged": "^6.0.0", "node-sass-chokidar": "^0.0.3", "npm-run-all": "^4.1.2", @@ -32,7 +32,7 @@ "react-dom": "^16.1.0", "react-fontawesome": "^1.6.1", "react-google-login": "^3.0.2", - "react-konva": "^1.6.4", + "react-konva": "^16.6.11", "react-redux": "^5.0.5", "react-router-dom": "^4.2.2", "react-scripts": "^1.0.14", |
