From bf7beb4102244e8c8eb0d454127e486a43248e99 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 15 Mar 2016 14:25:27 -0700 Subject: [PATCH] Update dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4eee1d3a..e94faf88 100644 --- a/package.json +++ b/package.json @@ -10,17 +10,17 @@ "build": "rm -rf ./dist && mkdir dist && babel src -d dist --ignore **/__tests__,src/modules/specHelpers", "build:umd": "webpack --config config/webpack.config.js --sort-assets-by --progress", "examples": "webpack-dev-server --config config/webpack.config.example.js --inline --hot --colors --quiet", - "lint": "eslint config examples src", + "lint": "eslint config src", "prepublish": "npm run build && npm run build:umd", "test": "karma start config/karma.config.js", "test:watch": "npm run test -- --no-single-run" }, "dependencies": { "fbjs": "^0.7.2", - "inline-style-prefix-all": "^1.0.2", - "lodash.debounce": "^3.1.1", - "react-tappable": "^0.7.1", - "react-textarea-autosize": "^3.1.0" + "inline-style-prefix-all": "^1.0.3", + "lodash.debounce": "^4.0.3", + "react-textarea-autosize": "^3.1.0", + "react-timer-mixin": "^0.13.3" }, "devDependencies": { "babel-cli": "^6.3.17",