Update runtime dependencies

This commit is contained in:
Nicolas Gallagher
2016-08-26 11:25:02 -07:00
parent c7b3a8e60b
commit 07d1124d60
+8 -8
View File
@@ -19,12 +19,12 @@
}, },
"dependencies": { "dependencies": {
"animated": "^0.1.3", "animated": "^0.1.3",
"babel-runtime": "^6.9.2", "babel-runtime": "^6.11.6",
"fbjs": "^0.8.1", "fbjs": "^0.8.4",
"inline-style-prefixer": "^2.0.0", "inline-style-prefixer": "^2.0.1",
"lodash": "^4.13.1", "lodash": "^4.15.0",
"react-dom": "^15.1.0", "react-dom": "^15.3.1",
"react-textarea-autosize": "^4.0.2", "react-textarea-autosize": "^4.0.4",
"react-timer-mixin": "^0.13.3" "react-timer-mixin": "^0.13.3"
}, },
"devDependencies": { "devDependencies": {
@@ -51,13 +51,13 @@
"karma-webpack": "^1.8.0", "karma-webpack": "^1.8.0",
"mocha": "^3.0.2", "mocha": "^3.0.2",
"node-libs-browser": "^0.5.3", "node-libs-browser": "^0.5.3",
"react": "^15.2.0", "react": "^15.3.1",
"react-addons-test-utils": "^15.3.1", "react-addons-test-utils": "^15.3.1",
"url-loader": "^0.5.7", "url-loader": "^0.5.7",
"webpack": "^1.13.2" "webpack": "^1.13.2"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^15.1.0" "react": "^15.3.1"
}, },
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",