about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-05-06 02:05:32 -0700
committerEugen Rochko <eugen@zeonfederated.com>2017-05-06 11:05:32 +0200
commit553e13144f2c971437da831764a2c4205bdb089a (patch)
tree2069a52657b8063293acbc4693495be51cfa5263 /package.json
parent494945ff4f863492087c4f64b81cbbb7a11f8d05 (diff)
remove legacy decorators, use lodash.debounce (#2830)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index c88eb6e8f..28855d800 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,6 @@
     "babel-plugin-lodash": "^3.2.11",
     "babel-plugin-react-intl": "^2.3.1",
     "babel-plugin-react-transform": "^2.0.2",
-    "babel-plugin-transform-decorators-legacy": "^1.3.4",
     "babel-plugin-transform-object-rest-spread": "^6.23.0",
     "babel-plugin-transform-react-constant-elements": "^6.23.0",
     "babel-plugin-transform-react-inline-elements": "^6.22.0",
@@ -58,6 +57,7 @@
     "intl": "^1.2.5",
     "jquery-ujs": "^1.2.2",
     "js-yaml": "^3.8.3",
+    "lodash": "^4.17.4",
     "node-sass": "^4.5.2",
     "npmlog": "^4.0.2",
     "path-complete-extname": "^0.1.0",
@@ -72,7 +72,6 @@
     "react-addons-perf": "^15.4.2",
     "react-addons-shallow-compare": "^15.5.2",
     "react-autosuggest": "^7.0.1",
-    "react-decoration": "^1.4.0",
     "react-dom": "^15.5.4",
     "react-imageloader": "^2.1.0",
     "react-immutable-proptypes": "^2.1.0",