Update dependencies

This commit is contained in:
Nicolas Gallagher
2016-03-15 14:25:27 -07:00
parent 127d103c0a
commit bf7beb4102
+5 -5
View File
@@ -10,17 +10,17 @@
"build": "rm -rf ./dist && mkdir dist && babel src -d dist --ignore **/__tests__,src/modules/specHelpers", "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", "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", "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", "prepublish": "npm run build && npm run build:umd",
"test": "karma start config/karma.config.js", "test": "karma start config/karma.config.js",
"test:watch": "npm run test -- --no-single-run" "test:watch": "npm run test -- --no-single-run"
}, },
"dependencies": { "dependencies": {
"fbjs": "^0.7.2", "fbjs": "^0.7.2",
"inline-style-prefix-all": "^1.0.2", "inline-style-prefix-all": "^1.0.3",
"lodash.debounce": "^3.1.1", "lodash.debounce": "^4.0.3",
"react-tappable": "^0.7.1", "react-textarea-autosize": "^3.1.0",
"react-textarea-autosize": "^3.1.0" "react-timer-mixin": "^0.13.3"
}, },
"devDependencies": { "devDependencies": {
"babel-cli": "^6.3.17", "babel-cli": "^6.3.17",