Skip to content

Commit 7c7f1f7

Browse files
author
Simen Brekken
committed
Update dependencies
1 parent 05e422e commit 7c7f1f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@
5353
"webpack-dev-middleware": "^1.6.1"
5454
},
5555
"dependencies": {
56+
"firebase": "^2.4.2",
5657
"invariant": "^2.0.0",
57-
"lodash": "^4.2.0"
58+
"lodash": "^4.2.0",
59+
"react": "^0.14.8"
5860
},
5961
"peerDependencies": {
6062
"firebase": "^2.4.2",

src/components/connect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component, createElement } from 'react';
22
import { isFunction, isPlainObject, keys, pick, omit, reduce } from 'lodash';
3+
import invariant from 'invariant';
34
import expandObject from '../utils/expandObject';
45
import flattenObject from '../utils/flattenObject';
56
import getDisplayName from '../utils/getDisplayName';
6-
import invariant from 'invariant';
77
import shallowEqual from '../utils/shallowEqual';
88
import firebaseShape from '../utils/firebaseShape';
99

0 commit comments

Comments
 (0)