From b9a421834a457b3598f83bd99e204edaceaddf49 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 13 Mar 2017 20:42:35 +0200 Subject: [PATCH] Add react-sortable-hoc --- package.json | 1 + yarn.lock | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a40106e5..1ba5c0fd 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "react-intl": "^2.2.3", "react-redux": "^5.0.3", "react-router-dom": "4.0.0-beta.6", + "react-sortable-hoc": "^0.6.1", "redux": "^3.6.0", "redux-form": "^6.5.0", "redux-saga": "^0.14.3", diff --git a/yarn.lock b/yarn.lock index 61ab8782..8e97f847 100644 --- a/yarn.lock +++ b/yarn.lock @@ -932,7 +932,7 @@ babel-runtime@6.22.0: core-js "^2.4.0" regenerator-runtime "^0.10.0" -babel-runtime@^6.18.0, babel-runtime@^6.20.0, babel-runtime@^6.22.0: +babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.20.0, babel-runtime@^6.22.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b" dependencies: @@ -4033,7 +4033,7 @@ lodash.uniq@^4.3.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" -"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: +"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.12.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -5421,6 +5421,14 @@ react-side-effect@^1.1.0: exenv "^1.2.1" shallowequal "^0.2.2" +react-sortable-hoc@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-0.6.1.tgz#921ffdfab7b3918164e02db61db3bd309a2b5df3" + dependencies: + babel-runtime "^6.11.6" + invariant "^2.2.1" + lodash "^4.12.0" + react-test-renderer@^15.4.2: version "15.4.2" resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-15.4.2.tgz#27e1dff5d26d0e830f99614c487622bc831416f3"